API reference · Company
GET/api/v2/companies/by-domain
Find Companies by Website Domain
Search LinkedIn company result cards using a website domain. This is a discovery helper, so results are search cards rather than the full company detail shape.
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
domain * | query | stringmin length 1 | Website domain used as company search text, for example openai.com. Do not include https://. |
offset | query | integermin 0, default 0 | Page offset for list results. Use 0 or omit it for the first page. When the response has pagination.hasMore=true, request the next page with offset=<pagination.nextOffset>. |
limit | query | integermin 1, max 50, default 10 | Maximum items to return. The schema shows the allowed min/max for this endpoint. LinkedIn may return fewer; check pagination.returned. |
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 |
Pagination
This endpoint returns the standard pagination object. While pagination.hasMore is true, request the next page with pagination.nextOffset. See Pagination.