LinkedIn

List LinkedIn company posts

List posts from one specific LinkedIn company page by URL (not a keyword search — use linkedin.posts.search.list to search across public posts).

GET/v1/linkedin/companies/posts
1credit
x-api-keystringheader

API key (`sfk_...`)

Parameters
2
urlstringrequiredquery

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
17

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

metacached
booleanoptional

True when served from shared response cache. Credits still apply (full endpoint price); Age header may be present.

Code example

curl "https://api.socialfetch.dev/v1/linkedin/companies/posts?url=https://www.linkedin.com/company/google/" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Company posts for the requested page.