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

Matches company_name_pretty by case-insensitive substring OR trigram similarity (fuzzy), so it catches typos and queries with an extra suffix the stored name doesn't carry (e.g. 'Acme Labs' against 'Acme'). Fuzzy matching only kicks in for queries of 3+ characters; shorter queries stay substring-only. Ranked by similarity_score on each match — substring hits are ranked at or above fuzzy-only ones. 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