Catalog access

Get the catalog

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.

Catalog snapshot

Download a point-in-time catalog snapshot as CSV file. Get a copy on demand without a subscription.

API access

Ongoing catalog maintenance for production job boards. Backfill, incremental sync, and on-demand lookups via REST API.

Enterprise

Custom integrations for huge boards, private integrations, or enterprise terms.

What's inside

We discover and monitor feeds for you. You fetch the jobs from there.

What's in the catalog

  • ATS platform
  • Account slug or board token
  • Feed URL
  • Job counts
  • Lifecycle timestamps
  • Feed status (active/retired API-only)

What's NOT included

  • Normalized job title, salary, skills, categories, or geo
  • Standardized job postings data format
  • Enrichment or search index

Preview

Illustrative JSON from the catalog API — same fields as a CSV snapshot. Fictional data only.

Active feeds page
{
  "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..."
}