Get LinkedIn company page
Looks up a LinkedIn company page by public URL. Availability is indicated in `data.lookupStatus` as `found` or `not_found`.
Operation
/v1/linkedin/companiesHeaders
API key (`sfk_...`)
Parameters
LinkedIn company page URL for this lookup.
min 1 chars · max 4096 chars
Response fields
Endpoint-specific response payload.
Whether the company page was found.
one of: found, not_found
Company details when available.
Social platform for this record.
one of: linkedin
Company identifier as a string.
min 1 chars
Company vanity handle when available.
min 1 chars
Company display name.
min 1 chars
Canonical public LinkedIn company page URL.
min 1 chars
Company description text when available.
Company tagline when available.
Primary external website when available.
Company logo image URL when available.
Cover image URL when available.
Industry label when available.
Company type label when available.
Founded year when available.
Headquarters label when available.
Reported employee range label when available.
Specialty tags when available.
min 1 chars
Structured location when available.
City label when available.
State or region label when available.
Country code or label when available.
Company metrics when available.
Follower count for the company page.
≥ 0
Reported employee count for the company.
≥ 0
Similar company suggestions when available.
Similar company display name.
min 1 chars
Public LinkedIn company page URL.
min 1 chars
Logo image URL when available.
Featured employees shown on the company page when available.
Person name.
min 1 chars
Title or headline shown on the company page.
LinkedIn profile URL.
min 1 chars
Profile image URL when available.
Recent posts from the company page when available.
Post identifier when available.
Public URL for the post.
min 1 chars
Publication time in ISO-8601 when available.
Post text when available.
Funding summary when available.
Reported number of funding rounds when available.
≥ 0
Most recent funding round when available.
Funding round label when available.
Round date text or ISO string when available.
Round amount label when available.
Investors associated with funding history when available.
Investor name.
min 1 chars
Crunchbase organization URL when available.
Investor logo URL when available.
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
Responses
Lookup result. Check `data.lookupStatus` for `found` or `not_found`.
Error codes
Profile
Looks up a LinkedIn public profile by URL. Availability is indicated in `data.lookupStatus` as `found` or `not_found`.
Company posts
Lists posts for a LinkedIn company page. Pass the public company page URL and optional `page` (1–7). Check `data.lookupStatus` for `found` vs `not_found`. Pagination is page-based; `data.page.hasMore` indicates whether another page can be requested.