Bulk & Exports
Create Export Job
Create an asynchronous export job.
POST
Create Export Job
Starts an export job for
stealer, victims, or breach data.
Successful responses are raw export snapshots with HTTP
202. Use Get Export Status to poll progress.Authorizations
API key for authentication (lowercase header name)
Body
application/json
Available options:
docs, victims, breach Available options:
stealer, victims, breach Available options:
json, jsonl, csv 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" }
}Response
202 - application/json
Raw export job snapshot
Available options:
queued, running, completed, canceled Create Export Job