Social Fetch
LinkedIn

Get LinkedIn company page

Get a LinkedIn company page.

This endpoint is for LinkedIn company pages only. If you have a school URL or another organization page type, use the Organization page endpoint instead.

GET/v1/linkedin/companies
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
1
url*stringquery

LinkedIn company page URL for this lookup. School and organization-guest pages are not supported; use `GET /v1/linkedin/organizations`.

min 1 chars · max 4096 chars

Response fields
55

Endpoint-specific response payload.

datalookupStatus
string

Whether the company page was found.

one of: found, not_found

Company details when available.

datacompanyplatform
string

Social platform for this record.

one of: linkedin

datacompanyid
string

Company identifier as a string.

min 1 chars

datacompanyhandle
stringoptional

Company vanity handle when available.

min 1 chars

datacompanyname
string

Company display name.

min 1 chars

datacompanycompanyUrl
string

Canonical public LinkedIn company page URL.

min 1 chars

datacompanydescription
stringnullable

Company description text when available.

datacompanyslogan
stringnullableoptional

Company tagline when available.

datacompanywebsite
stringnullable

Primary external website when available.

datacompanylogoUrl
stringnullable

Company logo image URL when available.

datacompanycoverImageUrl
stringnullable

Cover image URL when available.

datacompanyindustry
stringnullable

Industry label when available.

datacompanycompanyType
stringnullable

Company type label when available.

datacompanyfoundedYear
integernullableoptional

Founded year when available.

datacompanyheadquarters
stringnullable

Headquarters label when available.

datacompanyemployeeRange
stringnullable

Reported employee range label when available.

Specialty tags when available.

datacompanyspecialties[]
stringoptional

min 1 chars

Structured location when available.

datacompanylocationcity
stringnullable

City label when available.

datacompanylocationstate
stringnullable

State or region label when available.

datacompanylocationcountry
stringnullable

Country code or label when available.

Company metrics when available.

datametricsfollowers
integer

Follower count for the company page.

≥ 0

datametricsemployees
integer

Reported employee count for the company.

≥ 0

Similar company suggestions when available.

datasimilarCompanies[]name
string

Similar company display name.

min 1 chars

datasimilarCompanies[]companyUrl
string

Public LinkedIn company page URL.

min 1 chars

datasimilarCompanies[]imageUrl
stringnullable

Logo image URL when available.

Featured employees shown on the company page when available.

datafeaturedEmployees[]name
string

Person name.

min 1 chars

datafeaturedEmployees[]title
stringnullable

Title or headline shown on the company page.

datafeaturedEmployees[]profileUrl
string

LinkedIn profile URL.

min 1 chars

datafeaturedEmployees[]imageUrl
stringnullable

Profile image URL when available.

Recent posts from the company page when available.

datarecentPosts[]id
stringoptional

Post identifier when available.

datarecentPosts[]postUrl
string

Public URL for the post.

min 1 chars

datarecentPosts[]publishedAt
stringnullableoptional

Publication time in ISO-8601 when available.

datarecentPosts[]text
stringnullableoptional

Post text when available.

Funding summary when available.

datafundingnumberOfRounds
integernullable

Reported number of funding rounds when available.

≥ 0

Most recent funding round when available.

datafundinglastRoundtype
stringnullable

Funding round label when available.

datafundinglastRounddate
stringnullable

Round date text or ISO string when available.

datafundinglastRoundamount
stringnullable

Round amount label when available.

Investors associated with funding history when available.

datafundinginvestors[]name
string

Investor name.

min 1 chars

datafundinginvestors[]crunchbaseUrl
stringnullable

Crunchbase organization URL when available.

datafundinginvestors[]imageUrl
stringnullable

Investor logo URL when available.

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

Code example

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

Responses

Lookup result. Check `data.lookupStatus` for `found` or `not_found`.

On this page

No Headings