List a company's posts
get_company_postsReturns the same post structure as /person-profile/posts.
This endpoint is addressed by slug only. Group: Companies. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The company's short name, as it appears in its LinkedIn URL. | |
| count | No | Number of posts per page. | |
| start | No | Offset of the first result. Pass the `cursor` value from the previous response to fetch the next page. |