Overview
The Company API is the primary endpoint for fetching company data. Send a domain and get enriched data — it’s that simple.How it works: The API automatically handles everything. If data exists from the last 24 hours, you get it instantly. Otherwise, a fresh enrichment is triggered and results are delivered via webhook.
Endpoint
string
required
Company domain (e.g.,
stripe.com, openai.com)Parameters
string
Comma-separated list of enrichment modules to include.Available modules:
business, technology, funding, team, signals, competitorsHow It Works
Scenario 1: Recent Data Available (Instant Response)
If the same domain was enriched within the last 24 hours, you get the data instantly at no additional cost:Scenario 2: Fresh Enrichment (Async Response)
If no recent data exists, enrichment is triggered automatically and you get202.
Two shapes, depending on whether we already hold the company. Both always carry
success, batch_id, credits_reserved, status_endpoint and results_endpoint —
key your integration on those.
- Company already in our index
- Domain new to us
current_data holds whatever we already had — possibly stale, possibly incomplete.
It is there so you have something to show while the refresh runs.Request Examples
- Base Data Only
- With Enrichments
- Full Profile
Get basic company information (10 credits):
Webhook Setup
Quick testing tip: Don’t have a webhook endpoint yet? Go to webhook.site and copy your unique URL. Use it as the
X-Webhook-URL header value to see enrichment results instantly.- Per-request: Add
X-Webhook-URLheader to your request - Permanently: Configure it in your API Panel → Webhooks
24-Hour Smart Cache
When you query a domain that was enriched within the last 24 hours:- Response: Instant (200 OK, < 250ms)
- Cost: Free (0 credits)
- Webhook: Not required
- First request: Enrichment triggers (202), webhook delivers results
- Subsequent requests within 24h: Instant data at no cost
Credit Costs
Processing Times
Track Enrichment Progress
Monitor batch status and retrieve results →
Complete Response Reference
See all response fields and their types in detail →

