Company Lookup APIs
Company lookup API: search by website domain, company name with fuzzy trigram matching, or LinkedIn handle. Get firmographic data for B2B enrichment, CRM account lookup, lead scoring, and sales intelligence. JSON API with optional country and similarity filters.
Search by domain
Returns all matching companies as an array (up to the limit). Search by company website domain. Best for B2B enrichment when you have a domain (e.g. from email or landing page).
Search by name
Returns all matching companies as an array (up to the limit). Search by company name with optional trigram similarity threshold and country filter. Supports fuzzy name matching for spelling variants.
Search by LinkedIn handle
Returns all matching companies as an array (up to the limit). Search by the company's LinkedIn handle (identifier). Use when the source of truth is a LinkedIn company page URL or handle.
Get first matching company
Returns only the first or best matching company as a single object. Search by domain, LinkedIn handle, or name (with optional trigram similarity and country). Use when you need one canonical record.
Get single field from first match
Returns a specific field from the first matching company. Search by domain, handle, or name; choose which attribute to return (e.g. domain, industry, size, linkedin_url). Lightweight when only one field is needed.