List LinkedIn company posts
Lists posts for a LinkedIn company page. Pass the public company page URL and optional `page` (1–7). Check `data.lookupStatus` for `found` vs `not_found`. Pagination is page-based; `data.page.hasMore` indicates whether another page can be requested.
Operation
/v1/linkedin/companies/postsHeaders
API key (`sfk_...`)
Parameters
Public LinkedIn company page URL for the organization whose posts should be listed.
min 1 chars · max 4096 chars
1-based results page number. Pagination is page-based; at most 7 pages can be requested for a given company.
≥ 1 · ≤ 7
Response fields
Endpoint-specific response payload.
Whether the company page resolved for this request.
one of: found, not_found
Posts returned for the requested company page. This array may be empty when the page resolves but no posts are returned.
Stable activity identifier for the post.
min 1 chars
Canonical public URL for this LinkedIn post.
min 1 chars
Full text body of the post when available.
ISO-8601 timestamp for when the post was published, when available.
Pagination information for the current response.
1-based page number for this response.
≥ 1 · ≤ 7
Next page number to request when `hasMore` is true; otherwise null.
≥ 1 · ≤ 7
Whether another page of posts can be requested.
Maximum page number that can be requested for this listing.
one of: 7
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
Company posts for the requested page. Check `data.lookupStatus` for `found` vs `not_found`.
Error codes