API reference · Company
GET/api/v2/companies/detail
Get Company by URL
Fetch normalized company details from a full LinkedIn company URL. This is the easiest company lookup route for users who paste URLs.
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
url * | query | string | Full LinkedIn company URL. Use a /company/... company URL, for example https://www.linkedin.com/company/microsoft/. |
Response codes
| Code | Meaning |
|---|---|
200 | Successful v2 response envelope. |
400 | Invalid input |
401 | Missing or invalid API key |
404 | Resource not found |
409 | Cookie pool unavailable |
422 | Validation error |
429 | Rate limited |
502 | Upstream response could not be normalized |
503 | Upstream unavailable |