Get LinkedIn organization page
Look up LinkedIn company, school, and organization pages by URL.
This endpoint covers company, school, and other LinkedIn organization pages. If you only need a standard company page lookup, the Company page endpoint may be a better fit.
Headers
Get your API keyAPI key (`sfk_...`)
LinkedIn organization page URL.
Endpoint-specific response payload.
Per-URL organization lookup results.
Requested organization URL echoed for this result.
min 1 chars
Whether this organization page was found, not found, or errored.
one of: found, not_found, error
Error details when `lookupStatus` is `error`.
Short customer-safe reason this organization could not be returned.
min 1 chars
Organization details when available.
Social platform for this record.
one of: linkedin
LinkedIn page type for this organization.
one of: company, school, organization
Organization identifier as a string.
min 1 chars
Page vanity slug when available.
min 1 chars
Organization display name.
min 1 chars
Canonical public LinkedIn organization page URL.
min 1 chars
About text when available.
Tagline when available.
Primary external website when available.
Root website domain when available.
Logo image URL when available.
Cover image URL when available.
Industry label when available.
Specialty tags when available.
min 1 chars
Organization type label when available.
Reported employee range label when available.
Founded year when available.
Headquarters label when available.
Primary country code when available.
Crunchbase profile URL when available.
Organization metrics when available.
Follower count when available.
≥ 0
Employees listed on LinkedIn when available.
≥ 0
Alumni count when available.
≥ 0
Location labels when available.
Location label.
min 1 chars
Country code when available.
Featured people shown on the page when available.
Person name.
min 1 chars
Role or headline shown on the page.
LinkedIn profile URL when available.
Profile image URL when available.
Similar organization suggestions when available.
Similar organization name.
min 1 chars
Industry label when available.
Location label when available.
LinkedIn page URL for the similar organization.
min 1 chars
Affiliated organization suggestions when available.
Similar organization name.
min 1 chars
Industry label when available.
Location label when available.
LinkedIn page URL for the similar organization.
min 1 chars
Recent posts from the organization page when available.
Public URL for the post.
min 1 chars
Post identifier when available.
Post text when available.
Author or headline label when available.
Publication time in ISO-8601 when available.
Like count when available.
≥ 0
Comment count when available.
≥ 0
External link from the post when available.
Funding summary when available.
Reported number of funding rounds when available.
≥ 0
Most recent funding round date when available.
Most recent funding round type when available.
Most recent funding round amount label when available.
Investors when available.
Investor name.
min 1 chars
Stock information when available.
Stock exchange when available.
Stock ticker when available.
Stock price label when available.
Stock price change label when available.
Timestamp when stock data was recorded.
Alumni insights for school pages when available.
Section header when available.
Metric label.
min 1 chars
Metric value text.
min 1 chars
Additional open-roles or hiring summary text when available.
Summary counts for the organization batch.
Number of organization URLs requested in this batch.
≥ 0
Number of organization pages successfully found.
≥ 0
Number of organization pages that were not found.
≥ 0
Number of organization pages that failed to resolve.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/linkedin/organizations?url=https://www.linkedin.com/school/uxdesigninstitute" \
-H "x-api-key: YOUR_API_KEY"Responses
Batch lookup results. Inspect each `data.results[].lookupStatus` for `found`, `not_found`, or `error`.