Batch Enrich Accounts
Enrich Accounts
Batch Enrich Accounts
Start an async job to enrich multiple company accounts with firmographic data.
Accepts up to 500 domains. Domains are deduplicated and normalized.
Returns a job_id immediately for polling.
Flow:
- Call this endpoint with
domainslist -> receivejob_id - Poll
GET /api/v1/enrich/accounts/{job_id}every 3-5 seconds - When
statusis"completed", theresultfield contains per-domain enrichment data
POST
Batch Enrich Accounts
Documentation Index
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Request to enrich multiple company accounts with firmographic data in one batch.
Starts an async job. Poll GET /api/v1/enrich/accounts/{job_id} for results.
List of company domains to enrich (max 500 per request)
Required array length:
1 - 500 elementsExample:
["stripe.com", "notion.so", "databricks.com"]
Response
Successful Response
Response from starting a batch account enrichment job.