# Supported ATS Sources

Fantastic.jobs currently indexes **54 Applicant Tracking Systems** via [`active-ats`](/api/new-jobs#ats-jobs) and [`modified-ats`](/api/modified-jobs#modified-ats-jobs). Every platform listed below is polled hourly for new jobs and re-checked for field-level modifications.

Use the **Source value** column as the exact string to pass to the `source` / `exclude_source` query parameters. Values are comma-separated, e.g. `source=greenhouse,lever.co,ashby`.

:::note{title="Adding new platforms"}

New ATS platforms are added regularly. Keep an eye on the [changelog](/changelog) to stay up to date, and re-check this list periodically.

:::

## ATS catalog

| Source value | ATS / Product | Vendor |
| --- | --- | --- |
| `adp` | ADP Recruiting | ADP |
| `applicantpro` | ApplicantPro | ApplicantPro |
| `ashby` | Ashby | Ashby |
| `bamboohr` | BambooHR | BambooHR |
| `breezy` | Breezy HR | Breezy HR |
| `careerplug` | CareerPlug | CareerPlug |
| `comeet` | Comeet | Spark Hire |
| `csod` | Cornerstone Recruiting | Cornerstone OnDemand |
| `dayforce` | Dayforce | Dayforce (formerly Ceridian) |
| `dover` | Dover | Dover |
| `eightfold` | Eightfold Talent Acquisition | Eightfold AI |
| `firststage` | First Stage | First Stage |
| `freshteam` | Freshteam | Freshworks |
| `gem` | Gem ATS | Gem |
| `gohire` | GoHire | GoHire |
| `greenhouse` | Greenhouse | Greenhouse Software |
| `hibob` | Bob Hiring | HiBob |
| `hirebridge` | Hirebridge | Hirebridge |
| `hirehive` | HireHive | HireHive |
| `hireology` | Hireology | Hireology |
| `hiringthing` | HiringThing | HiringThing |
| `icims` | iCIMS Talent Cloud | iCIMS |
| `isolved` | isolved Applicant Tracking | isolved |
| `jazzhr` | JazzHR | Employ |
| `jobvite` | Jobvite | Employ |
| `join.com` | JOIN | JOIN |
| `kula` | Kula | Kula |
| `lever.co` | Lever | Employ |
| `manatal` | Manatal | Manatal |
| `oraclecloud` | Oracle Cloud HCM Recruiting | Oracle |
| `pageup` | PageUp | PageUp |
| `paradox` | Paradox (Olivia) | Paradox |
| `paycom` | Paycom | Paycom |
| `paycor` | Paycor Recruiting | Paycor |
| `paylocity` | Paylocity Recruiting | Paylocity |
| `personio` | Personio | Personio |
| `phenompeople` | Phenom | Phenom |
| `pinpoint` | Pinpoint | Pinpoint |
| `polymer` | Polymer | Polymer |
| `recruitee` | Recruitee | Tellent |
| `recooty` | Recooty | Recooty |
| `rippling` | Rippling ATS | Rippling |
| `rival` | Rival Recruit | Rival (formerly SilkRoad) |
| `smartrecruiters` | SmartRecruiters | SmartRecruiters |
| `successfactors` | SAP SuccessFactors Recruiting | SAP |
| `taleo` | Oracle Taleo | Oracle |
| `teamtailor` | Teamtailor | Teamtailor |
| `trakstar` | Trakstar Hire | Mitratech |
| `trinet` | TriNet Applicant Tracking | TriNet |
| `ultipro` | UKG Pro Recruiting | UKG (formerly UltiPro) |
| `werecruit` | WeRecruit | WeRecruit |
| `workable` | Workable | Workable |
| `workday` | Workday Recruiting | Workday |
| `zoho` | Zoho Recruit | Zoho |


## Filtering by source

Use the `source` query parameter on [`active-ats`](/api/new-jobs#ats-jobs) and [`modified-ats`](/api/modified-jobs#modified-ats-jobs) to include only specific platforms, or `exclude_source` to drop them. Both accept a comma-separated list of source values.

```text
# Include only Greenhouse, Lever, and Ashby
?source=greenhouse,lever.co,ashby

# Exclude two noisier platforms
?exclude_source=workday,taleo
```
