Enrich Profile
Enrich a company profile
Look up a single company by domain or LinkedIn URL.
POST
This endpoint is synchronous and does not consume credits.Unlike the enrichment and Lead Finder APIs, there is no
request_id and nothing to poll: the
company profile comes back in the same response.company_domain, company_linkedin_url, or both. At least one is required, otherwise the call
is rejected with 422.
Authentication
This endpoint accepts the key either in theX-API-Key header, like every other endpoint, or
as an api_key attribute in the body. The header is the recommended form: it keeps the key out of
your request payloads and out of your logs.
This is also the endpoint to use when a Lead Finder search turns out to be a single company
lookup: that case is rejected with a
422. See Errors.What you get back
The response mirrors thecompany_* block of the Lead Finder
payload, so the same parsing code works on both.
A few fields deserve a note:
Authorizations
Body
application/json
Company to look up
At least one of company_domain or company_linkedin_url is required. You can send both.
Response
Company found.