NewSearch millions of jobs from your AI agent with MCP
All posts
GuideSystem
Guide·Sep 9, 2026·3 min read

What Is an Applicant Tracking System?

What is an applicant tracking system? The software employers use to open requisitions, publish postings and move candidates through stages to an offer.

Dvir Atias

Dvir Atias

Founder, JobsPipe

What is an applicant tracking system? An applicant tracking system, or ATS, is the software an employer uses to run hiring. It holds open requisitions, publishes them to a career site and job boards, collects applications, and moves each candidate through stages until an offer is accepted or the role is withdrawn. Most mid-sized and large employers run one.

What an applicant tracking system stores and does

  1. Requisitions. The approved request to hire: title, team, location, headcount, hiring manager, budget and the job description. A requisition exists before anything is public and becomes a posting when it is opened.
  2. Postings and distribution. The ATS renders a career site, hosted on the vendor’s domain or embedded on the employer’s, and pushes the posting to boards such as LinkedIn and Indeed through feeds and integrations. This is the only part of the system the public sees.
  3. Candidates and applications. Every applicant becomes a record: the resume, fields parsed from it, answers to screening questions and the source that brought them. Sourced candidates and referrals are stored the same way.
  4. Pipeline stages. Applied, screen, interview, offer and hired, with scorecards, interview scheduling and messaging attached. Compliance reporting, such as equal-opportunity records in the US, sits on top of the same stages.
  5. Offer and close. The offer letter, acceptance and the handoff to the HR system of record. When the requisition closes, the posting comes down from the career site and the board copies expire on their own schedules.
  6. The vendors. Workday Recruiting and SAP SuccessFactors Recruiting sit inside large HR suites; iCIMS, Greenhouse, Lever, Ashby, SmartRecruiters and Workable are standalone recruiting platforms; BambooHR and Paylocity bundle an ATS with payroll and HR for smaller employers. Each hosts its customers’ career sites under its own domain or a per-customer subdomain.

The last point is why the ATS matters to anyone working with jobs data. Every ATS career site is a public feed, and most postings appear there first, before a board copies them. Greenhouse, Lever and Ashby publish per-company job endpoints that need no key; Workday tenants serve their listings from a JSON call under myworkdayjobs.com. The catch is that each one is addressed per employer, so reading the market means maintaining a directory of tenants across every vendor. The mechanics are in the ATS job aggregator page, the per-vendor detail is under sources, starting with Greenhouse, and the glossary defines an ATS API. The boards also differ in what employers put on the posting. Here is the share of active postings that state a salary range, by board:

  • Y Combinator67.7%
  • Ashby56.1%
  • Greenhouse46.8%
  • Indeed36.8%
  • Workday23.3%
  • Lever22.7%
  • LinkedIn22.1%
  • Workable19.6%
  • Paylocity10.7%
  • SmartRecruiters5.3%
Share of active postings that state a salary range, by collected board.

Where JobsPipe fits

JobsPipe is a jobs data API that collects live postings from LinkedIn, Indeed, Y Combinator, Naukri, Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever and Paylocity, returns them as one schema with closure tracking and a ghost score, and includes a free tier of 1,000 jobs a month. Seven of those sources are ATS career sites, which is where JobsPipe reads most of its postings, and the tenant directory is maintained for you. One request spans several vendors:

curl -X POST https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer $JOBSPIPE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "source_or": ["workday", "greenhouse", "lever", "ashby"], "posted_at_max_age_days": 7, "limit": 50 }'

Each row names its origin in sources[0].provider and carries status, closed_at and closed_reason once the requisition closes, so the public side of the ATS lifecycle is on every record.

Read every ATS career site through one endpoint - free tier included.

Get a free API key
FAQs

Frequently Asked Questions

What is applicant tracking software?

Applicant tracking software is the same thing as an applicant tracking system: a product that stores requisitions and candidate records, publishes postings to a career site and job boards, and moves applicants through screening, interview and offer stages. Vendors range from Workday and SuccessFactors inside HR suites to Greenhouse, Lever, Ashby and Workable as standalone platforms.

What is an ATS applicant tracking system used for?

Employers use an ATS to run the whole hiring workflow in one place: approving headcount, writing and publishing the posting, collecting and parsing applications, scheduling interviews, recording scorecards, generating offers and closing the requisition. It is also the compliance record of who applied and what happened to them.

Why does the ATS matter for jobs data?

Because the ATS career site is where most postings appear first and where they are removed the day a requisition closes. Greenhouse, Lever and Ashby publish per-company endpoints, and Workday tenants serve listings from a JSON call, so an aggregator that maintains a tenant directory can read the employer's own feed rather than a board copy.

Does JobsPipe read applicant data from an ATS?

No. JobsPipe reads only the public postings on ATS career sites for Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever and Paylocity, plus the LinkedIn, Indeed, Y Combinator and Naukri boards. It never has access to candidates, applications or any non-public record inside an employer's ATS.