List LinkedIn organization posts

List posts from a LinkedIn organization.

GET/v2/linkedin/organizations/{organizationId}/posts
3credits
x-api-keystringheader

API key (`sfk_...`)

Parameters
3
organizationIdstringrequiredpath

LinkedIn organization ID.

pattern: ^\d+$

startintegeroptionalquery

≥ 0 · ≤ 9007199254740991

cursorstringoptionalquery

min 1 chars · max 16384 chars

Response fields
52
datasourceFamily
string

one of: live

datalookupStatus
string

one of: found, not_found

dataactivities[]header
stringnullable

Activity header when observed.

dataactivities[]text
stringnullable

Activity body text when observed.

Entity annotations in the activity text when observed.

dataactivities[]textAttributes[]length
numbernullable

Attributed text length when observed.

dataactivities[]textAttributes[]text
stringnullable

Attributed text when observed.

dataactivities[]textAttributes[]type
stringnullable

Attribute type when observed.

dataactivities[]textAttributes[]entityId
stringnullable

Referenced entity identifier when observed.

dataactivities[]url
stringnullable

Activity permalink when observed.

dataactivities[]entityId
stringnullable

Activity entity identifier when observed.

Activity author when observed.

dataactivities[]authorname
stringnullable

Actor display name when observed.

dataactivities[]authorheadline
stringnullable

Actor headline when observed.

dataactivities[]authorentityId
stringnullable

Actor entity identifier when observed.

dataactivities[]authorid
stringnullable

Actor numeric or source identifier when observed.

dataactivities[]authorurl
stringnullable

Actor LinkedIn URL when observed.

dataactivities[]authorprofilePictureUrl
stringnullable

Actor profile picture URL when observed.

dataactivities[]authortype
stringnullable

Actor source type when observed.

Activity publication time when observed.

dataactivities[]postedAttimestamp
numbernullable

Source timestamp in milliseconds when observed.

dataactivities[]postedAtfullDate
stringnullable

Formatted source date when observed.

dataactivities[]postedAtrelativeDay
stringnullable

Relative source date label when observed.

dataactivities[]edited
booleannullable

Whether the activity was edited when observed.

Activity engagement totals when observed.

dataactivities[]engagementstotalReactions
numbernullable

Total reaction count when observed.

dataactivities[]engagementscommentsCount
numbernullable

Comment count when observed.

dataactivities[]engagementsrepostsCount
numbernullable

Repost count when observed.

Reaction-count breakdown when observed.

dataactivities[]engagementsreactions[]reactionType
stringnullable

Reaction type when observed.

dataactivities[]engagementsreactions[]reactionCount
numbernullable

Count for this reaction type when observed.

All activity media items in source order when observed.

dataactivities[]mediaContent[]type
stringnullable

Media type when observed, including image, video, article, or document.

dataactivities[]mediaContent[]url
stringnullable

Media destination or asset URL when observed.

dataactivities[]resharedPostContent
datapagekind
string

one of: cursor, offset, page

datapagenextCursor
stringnullable
datapagehasMore
booleannullable

Null when continuation is unknown for this page.

datapagestart
integernullable

≥ 0

datapagepage
integernullable

≥ 0

datapagecount
integernullable

≥ 0

datapagereturnedCount
integer

≥ 0

datapagetotal
integernullable

≥ 0

datapagetotalPages
integernullable

≥ 0

datareportedTotal
numbernullable

Total reported for this page of results; not a guarantee of globally retrievable matches.

≥ 0

Metadata about the API response.

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: v2

Code example

curl "https://api.socialfetch.dev/v2/linkedin/organizations/1441/posts" \
  -H "x-api-key: YOUR_API_KEY"

Responses

LinkedIn organization posts.