get_companys_post
Retrieve the last 50 posts from a company's LinkedIn page using the company username. Supports pagination to access additional results beyond the first page.
Instructions
Get last 50 posts of a company. 1 credit per call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Example value: microsoft | |
| 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. |