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.

Try in playground

Sign in if needed. The playground opens with this endpoint selected and ready to configure.

Parameters

ParameterInTypeDescription
domain *querystringmin length 1Website domain used as company search text, for example openai.com. Do not include https://.
offsetqueryintegermin 0, default 0Page 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>.
limitqueryintegermin 1, max 50, default 10Maximum items to return. The schema shows the allowed min/max for this endpoint. LinkedIn may return fewer; check pagination.returned.

Response codes

CodeMeaning
200Successful v2 response envelope.
400Invalid input
401Missing or invalid API key
404Resource not found
409Cookie pool unavailable
422Validation error
429Rate limited
502Upstream response could not be normalized
503Upstream unavailable

Pagination

This endpoint returns the standard pagination object. While pagination.hasMore is true, request the next page with pagination.nextOffset. See Pagination.

All 11 Company endpoints