Get Companys Posts
get_companys_postsRetrieve LinkedIn posts published by a given company from its profile URL. Supports pagination via tokens and sorting by top or recent to browse full post history.
Instructions
2 credits per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Use this param to fetch posts of the next result page: 0 for page 1, 50 for page 2, etc. | 0 |
| sort_by | No | Possible values: top, recent | |
| linkedin_url | Yes | Example value: https://www.linkedin.com/company/amazon/ | |
| pagination_token | No | Required when fetching the next result page. Please use the token from the result of your previous call. |