Catalog snapshot
Download a point-in-time catalog snapshot as CSV file. Get a copy on demand without a subscription.
Catalog access
Get catalog access to validated ATS feed URLs and account slugs. Use the directory to seed your job board, then fetch postings directly from each ATS public endpoint.
Download a point-in-time catalog snapshot as CSV file. Get a copy on demand without a subscription.
Ongoing catalog maintenance for production job boards. Backfill, incremental sync, and on-demand lookups via REST API.
Custom integrations for huge boards, private integrations, or enterprise terms.
We discover and monitor feeds for you. You fetch the jobs from there.
Illustrative JSON from the catalog API — same fields as a CSV snapshot. Fictional data only.
{
"feeds": [
{
"id": "00000000-0000-4000-8000-000000000001",
"ats": "greenhouse",
"account": "example-co",
"feed_url": "https://boards-api.greenhouse.io/v1/boards/example-co/jobs",
"available_since": "2026-01-15T08:00:00Z",
"company_name": "Example Co",
"job_count": 42
},
{
"id": "00000000-0000-4000-8000-000000000002",
"ats": "lever",
"account": "example-co",
"feed_url": "https://api.lever.co/v0/postings/example-co",
"available_since": "2026-02-01T10:00:00Z",
"company_name": "Example Co",
"job_count": 27
}
],
"next_cursor": "eyJhdmFpbGFibGVfc2luY2UiOiIyMDI2LTAyLTAxVDEwOjAwOjAwWiIsImlkIj..."
}