Bulk & Exports
Create Bulk Search Job
Create an asynchronous bulk-search job across many terms.
POST
Create Bulk Search Job
Create a batched bulk-search job across many terms.
Create returns the standard envelope, but list and status responses are raw JSON job snapshots.
Authorizations
API key for authentication (lowercase header name)
Body
application/json
Available options:
stealer, docs, victims, breach Available options:
csv, json, jsonl Reusable JSON form of a search request for exports and bulk-search jobs.
It accepts the same public filter keys as the corresponding V2 search endpoint, plus filter
and filter_id. Prefer canonical JSON keys such as domain, email_domain, dbname,
and username; bracketed variants such as domain[] are also accepted by the backend.
Example:
{
"q": "alice@example.com",
"email": "alice@example.com",
"dbname[]": ["linkedin.com", "twitter.com"],
"wildcard": true,
"extra_params": { "sort": "-indexed_at" }
}Create Bulk Search Job