Introduction

New to ATS Feeds? Learn what the product does, how catalog and job data fit together, and where to go next in this guide.

What ATS Feeds is

ATS Feeds is a catalog of verified employer job board feeds. For each company we track the ATS platform, account slug, feed URL, job count, and lifecycle status — when boards launch or retire.

We do not host job postings or normalize them into a single schema. You use the catalog to find official public endpoints, then fetch and parse jobs on your side.

Want field-level detail and live coverage numbers? See what's in the catalog.

How your integration fits together

Every integration follows the same pattern: sync the feed catalog into your workflow, then pull jobs from each ATS.

  • Access the feed catalog — download a CSV snapshot, call our REST API, or connect to the managed database. You end up with feed URLs and metadata in your system.
  • Fetch jobs from each ATS — HTTP GET each feed_url and parse the platform-specific JSON or XML. Greenhouse, Lever, Ashby, and others each expose their own format.

Step 1 — Choose how to access the catalog

Pick the path that matches how you want to work. Each guide covers setup, sync, and keeping your local copy current.

Step 2 — Integrate each ATS platform

Public API patterns, example requests, and response shapes differ per ATS. Open the guide for each platform you support.

Evaluating the API? Subscribe to the free BASIC plan to explore the catalog in your own code before spending anything.