Skip to main content
GET
Lookup a company by domain, LinkedIn URL, or name.

Authorizations

x-api-key
string
header
required

Query Parameters

domain
string | null

Website domain to match (e.g. 'acme.com'). At least one of domain, linkedin_url, or name must be provided.

linkedin_url
string | null

Company LinkedIn URL to match exactly. At least one of domain, linkedin_url, or name must be provided.

name
string | null

Case-insensitive substring match against company_name_pretty (same behaviour as the list endpoint's name filter). At least one of domain, linkedin_url, or name must be provided.

limit
integer
default:5

Max results to return (default: 5, max: 20).

Response

200 - application/json

Lookup response with matched companies.

count
integer
required
matches
CompanyLookupMatch · object[]
required