Get Company Posts
Get posts from a company’s LinkedIn page. Must pass either linkedinNumID or linkedinID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
linkedinNumID
LinkedIn numeric company ID (e.g. “35625249”). This is the preferred and faster identifier.
linkedinID
LinkedIn vanity ID (e.g. “google”). This is the slower and less preferred identifer for posts.
page
Page number (1-indexed)
perPage
Number of items per page
Response
This endpoint returns an object.
results
page
pages
totalResults
Errors
400
Bad Request Error
401
Unauthorized Error
429
Rate Limit Error
