List affiliated LinkedIn organizations

List affiliated organizations for a LinkedIn organization.

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

API key (`sfk_...`)

Parameters
1
organizationIdstringrequiredpath

LinkedIn organization ID.

pattern: ^\d+$

Response fields
39
datasourceFamily
string

one of: live

datalookupStatus
string

one of: found, not_found

datarelatedOrganizationsorganizations[]dataId
stringnullable

Data organization identifier.

datarelatedOrganizationsorganizations[]liveOrganizationId
stringnullable

Live numeric organization identifier.

datarelatedOrganizationsorganizations[]entityId
stringnullable

Live organization entity identifier.

datarelatedOrganizationsorganizations[]name
stringnullable

Organization name.

datarelatedOrganizationsorganizations[]url
stringnullable

Organization URL.

datarelatedOrganizationsorganizations[]website
stringnullable

Website URL.

datarelatedOrganizationsorganizations[]slug
stringnullable

Public organization slug.

datarelatedOrganizationsorganizations[]industry
stringnullable

Source industry label.

datarelatedOrganizationsorganizations[]type
stringnullable

Organization type.

datarelatedOrganizationsorganizations[]summary
stringnullable

Discovery summary.

datarelatedOrganizationsorganizations[]location
stringnullable

Discovery location.

datarelatedOrganizationsorganizations[]followerCount
numbernullable

Follower count.

datarelatedOrganizationsorganizations[]followerCountLabel
stringnullable

Follower count label when the source supplies shorthand text.

Logo variants.

datarelatedOrganizationsorganizations[]logos[]url
stringnullable

Image URL.

datarelatedOrganizationsorganizations[]logos[]width
numbernullable

Image width.

datarelatedOrganizationsorganizations[]logos[]height
numbernullable

Image height.

datarelatedOrganizationsorganizations[]logoUrl
stringnullable

Primary logo URL.

datarelatedOrganizationscount
numbernullable

≥ 0

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/affiliated" \
  -H "x-api-key: YOUR_API_KEY"

Responses

affiliated LinkedIn organizations.