Get LinkedIn organization headcount
Get headcount for a LinkedIn organization.
GET/v2/linkedin/organizations/{organizationId}/headcount
3credits
Headers
Get your API keyx-api-keystringheader
API key (`sfk_...`)
Parameters
1
organizationIdstringrequiredpath
LinkedIn organization ID.
pattern: ^\d+$
Response fields
26
datasourceFamily
string
one of: live
datalookupStatus
string
one of: found, not_found
dataheadcounttotalResultCount
numbernullable
Total matching headcount records.
Headcount facets.
dataheadcountgroups[]title
stringnullable
Facet title.
Facet buckets.
dataheadcountgroups[]group[]id
stringnullable
Facet identifier.
dataheadcountgroups[]group[]name
stringnullable
Facet label.
dataheadcountgroups[]group[]count
numbernullable
Facet count.
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/headcount" \
-H "x-api-key: YOUR_API_KEY"Responses
LinkedIn organization headcount.