Docs
Export API
Turn any search into a CSV or JSONL file, including postings that have since expired.
Bulk, not pagination
Start an export task with a search query, poll for status, download the file. Expired postings are available as a separate stream so you can reconstruct how long a role stayed open.
POST /v2/jobs/export → { "task_id": "..." }
GET /v2/tasks/{task_id} → { "status": "ready", "url": "..." }