Skip to main content
POST
Cost: each item bills at that operation’s normal credit rate · submission free · pay only on success, per item One async primitive for volume work. Submit up to 1,000 items per job:
  • Enrich known URLs: { "type": "profile", "url": "…" } (also company, post)
  • Batch any supported operation: { "operation": "search.people", "body": { "filters": {…}, "max_results": 500 } }
Mix enrichment and search operations in one job — e.g. three different people searches plus a company enrich. Results arrive via batch.completed webhook and/or polling the job. Full walkthrough in the Bulk enrichment guide.
object[]
required
Up to 1,000 entries. Each item is either an enrich target or a batchable operation.
string
HTTPS endpoint for the batch.completed event. Omit to use polling only.
string
Retried submissions with the same key return the original job instead of creating a duplicate.

Response

string
string
processing on acceptance.
integer
Items accepted into the job.
string
ISO 8601 estimate.
Rate limit: submission counts as 1 request; items don’t count. Concurrent jobs are capped at 5 per org by default — see Rate limits.