Company intelligence resolved from a domain - firmographics, employees, funding history, buying intent, and product signals.
11 endpoints X-API-Key + X-API-Secret Async - poll or webhook
The Company APIs resolve a company from a website domain (or an email, phone, or company social URL) and return structured intelligence about it: the firmographic record, the people who work there, what it sells and runs, what it needs, and who funds it.
Every endpoint is an asynchronous POST: the submit returns 202 Accepted with a request_id, and you poll the same path - GET <path>?request_id=… - until status is completed, or supply a callback_url to receive the result by webhook instead.
Credits are charged only on meaningful results - when no company matches your identifiers, nothing is charged.
Endpoints
Find companies
Build target lists from firmographic filters, or rank ICP candidates by demonstrated buying intent.
The flagship endpoint, Company Enrichment, shows the request/poll shape every Company API shares. Submit a domain or company social URL, get a request_id back immediately, then poll the same path for the full company record.
Every async endpoint accepts a callback_url - the completed result is POSTed there when the job finishes,
so you never poll at all.
Authentication & credits
Every endpoint here authenticates with an API key + secret sent as HTTP headers (X-API-Key · X-API-Secret) - create them from your dashboard and see the Authentication guide for rate limits and IP locking. Each endpoint page lists its exact credit costs.
Credits are charged on results
Empty results never burn credits. Per-result options (verified emails, phone numbers, AI scoring) carry their own
line items - check the Credit usage table on each endpoint page.
FAQ
Which Company API should I start with?
Use Company Enrichment when you already have a domain or company URL, Company Search when you need a filtered account list, and Company Discovery when the criteria are more research-oriented or natural-language.
What company data can the APIs return?
The Company APIs can return firmographics, employees, funding history, investor context, website and product signals, technographics, buyer-intent signals, and competitor engagement context.
How are Company API results delivered?
Company endpoints are asynchronous: POST the request, keep the request_id, then poll the same path or provide a callback_url for webhook delivery when the job completes.