Social Fetch
LinkedIn

List LinkedIn company posts

Get posts from a LinkedIn company page.

This endpoint is for LinkedIn company pages only. If you have a school URL or another organization page type, use the Organization page endpoint instead.

GET/v1/linkedin/companies/posts
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
2
url*stringquery

LinkedIn company page URL or slug whose posts should be listed.

min 1 chars · max 4096 chars

pageintegeroptionalquery

1-based results page number. Pagination is page-based; at most 7 pages can be requested for a given company.

≥ 1 · ≤ 7

Response fields
16

Endpoint-specific response payload.

datalookupStatus
string

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.

dataposts[]id
string

Stable activity identifier for the post.

min 1 chars

dataposts[]url
string

Canonical public URL for this LinkedIn post.

min 1 chars

dataposts[]text
stringnullable

Full text body of the post when available.

dataposts[]publishedAt
stringnullable

ISO-8601 timestamp for when the post was published, when available.

Pagination information for the current response.

datapagecurrentPage
integer

1-based page number for this response.

≥ 1 · ≤ 7

datapagenextPage
integernullable

Next page number to request when `hasMore` is true; otherwise null.

≥ 1 · ≤ 7

datapagehasMore
boolean

Whether another page of posts can be requested.

datapagemaxPage
number

Maximum page number that can be requested for this listing.

one of: 7

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

Code example

curl "https://api.socialfetch.dev/v1/linkedin/companies/posts?url=https://www.linkedin.com/posts/sundarpichai_small-businesses-are-the-engine-of-the-american-share-7449849038398697472-iNtG" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Company posts for the requested page. Check `data.lookupStatus` for `found` vs `not_found`.

On this page

No Headings