get_companys_post
Retrieve the last 50 posts from a company's LinkedIn page. Supports pagination via start offset and pagination token for accessing older posts.
Instructions
Get last 50 posts of a company. 1 credit per call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Example value: google | |
| start | No | use this param to get posts in next results page: 0 for page 1, 50 for page 2, 100 for page 3, etc. | |
| paginationToken | No | It is required when fetching the next results page. The token from the previous call must be used. |