v2

latestOpenAPI 3.0.3AGPL-3.0 license2026-07-2613501.9 MB
scrapers

Visit LinkedIn company page and extract profile data

Fetches a LinkedIn company profile by URL or universal name. Returns structured company data including description, industry, employee count, headquarters, logo, affiliated/similar companies, and more. Optionally enriches with workplace policy data (costs 1 extra credit per optional API call).

post/visit/linkedin/company

Request body

companyUrlstring required

LinkedIn company URL (e.g., 'https://www.linkedin.com/company/openai') or universal name (e.g., 'openai')

includeWorkplacePolicyboolean

Include workplace policy data such as hybrid/remote status and benefits. Costs 1 extra credit (extra API call).

Response

Company profile data

successtrue required
idstring required

LinkedIn numeric company ID

universalNamestring required

Company URL slug

namestring required
descriptionstring nullable required
urlstring required

LinkedIn company page URL

websiteUrlstring nullable required

External website URL

industrystring nullable required
employeeCountnumber nullable required

Exact employee count on LinkedIn

logoUrlstring nullable required
coverImageUrlstring nullable required
followerCountnumber nullable required
specialitiesstring[] required
taglinestring nullable required
isVerifiedboolean required
phonestring nullable required
hashtagsstring[] required
creditsUsedinteger required

Credits consumed by this call (0 for free endpoints, cached results, or duplicates).

retryAfterinteger required

Seconds to wait before making another call of the same type. 0 means no wait needed.