linkedin.com/company/) and receive a task ID to poll for results.
Endpoint
Request Body
The LinkedIn company slug (e.g.,
"microsoft" from linkedin.com/company/microsoft)Response
The endpoint returns immediately with a task ID. The actual company data is fetched asynchronously.Whether the task was created successfully
UUID to poll for results via Get Task Status
Human-readable confirmation
Polling for Results
After creating the task, poll the Get Task Status endpoint until the status iscompleted:
Completed Response
When the task finishes,task_output contains the company data:
Code Examples
Error Responses
| Status | Error | Description |
|---|---|---|
400 | Missing or invalid 'company_slug' | The company_slug field is missing or not a string |
401 | Missing API Key / Invalid API Key | API key is missing or invalid |
403 | Plugin installation required... | No team member has an active Chrome extension. See Authentication |
FAQ
What data does the company response include?
What data does the company response include?
The company data includes:
company_name, company_urn, company_slug, company_type, company_website_url, company_founded_on (as "YYYY-01-01"), company_industry, company_employee_count (as a string range like "1001-5000" or "10001+"), company_headquarters, company_description, company_location, company_postal_code, and company_logo_url. Fields are null when not publicly available on the company page.What format should the company_slug be in?
What format should the company_slug be in?
The
company_slug is the last segment of the LinkedIn company URL. For https://www.linkedin.com/company/google, the slug is google. Do not include the full URL or the /company/ prefix.Can I fetch private or unlisted company pages?
Can I fetch private or unlisted company pages?
The API fetches company data that is visible to the LinkedIn account running the Chrome extension. Most public company pages are accessible. Private or restricted pages may return limited data.
How long does the task take to complete?
How long does the task take to complete?
Most company fetch tasks complete within seconds to a few minutes, depending on when the Chrome extension picks up the task. We recommend polling every 5 seconds with a timeout of 2-3 minutes.
How is this different from the Company Watchlist in the Intelligence API?
How is this different from the Company Watchlist in the Intelligence API?
The Fetch Company endpoint returns a one-time snapshot of a company’s profile data. The Company Watchlist in the Intelligence API continuously monitors a company’s LinkedIn posts and activity over time, sending you new posts as they are published.
Related
- Get Task Status - Poll for task results
- Fetch Company Posts - Get recent posts from a company page
- Fetch Profile - Fetch a person’s LinkedIn profile
- Quick Start - End-to-end tutorial

