ATS Jobs API avatar

ATS Jobs API

Pricing

$1.00 / 1,000 jobs

Go to Apify Store
ATS Jobs API

ATS Jobs API

Pulls open job postings from Greenhouse, Lever, Ashby, Workable and SmartRecruiters career-board APIs.

Pricing

$1.00 / 1,000 jobs

Rating

0.0

(0)

Developer

Zihan Poh

Zihan Poh

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Pulls open job postings directly from company career sites via their public, unauthenticated ATS APIs. Supports Greenhouse, Lever, Ashby, Workable, and SmartRecruiters in one actor.

Why this exists

Most job-scraping actors on the store cover one ATS at a time and charge $2-12 per 1,000 results for data these vendors already publish as open, documented JSON APIs with no login required. This actor covers five ATS platforms from one input, at a lower price.

Input

{
"companies": [
{"ats": "greenhouse", "slug": "airbnb"},
{"ats": "lever", "slug": "netflix"},
{"ats": "ashby", "slug": "notion"}
],
"maxJobs": 10000
}

ats is one of greenhouse, lever, ashby, workable, smartrecruiters. slug is the company's career-board identifier, visible in that company's careers-page URL.

Output (one row per job)

{
"ats": "greenhouse",
"companySlug": "airbnb",
"jobId": "1234567",
"title": "Senior Software Engineer",
"location": "Remote - US",
"departments": ["Engineering"],
"applyUrl": "https://boards.greenhouse.io/airbnb/jobs/1234567",
"updatedAt": "2026-09-10T12:00:00Z",
"firstPublished": "2026-09-01T09:00:00Z",
"remote": null
}

Pricing

Pay-per-result: one event is charged per job returned. No start fee.

Data source and legality

All five endpoints are public, vendor-documented, and explicitly intended for this kind of career-board integration (see e.g. Greenhouse's own docs: "Job Board data is publicly available, so authentication is not required for any GET endpoints"). No login bypass, no scraping of gated content, no personal data beyond what the company already published on its own careers page.

Getting started

For complete information see this article. To run the Actor use the following command:

$apify run

Deploy to Apify

Connect Git repository to Apify

If you've created a Git repository for the project, you can easily connect to Apify:

  1. Go to Actor creation page
  2. Click on Link Git Repository button

Push project on your local machine to Apify

You can also deploy the project on your local machine to Apify without the need for the Git repository.

  1. Log in to Apify. You will need to provide your Apify API Token to complete this action.

    $apify login
  2. Deploy your Actor. This command will deploy and build the Actor on the Apify Platform. You can find your newly created Actor under Actors -> My Actors.

    $apify push

Documentation reference

To learn more about Apify and Actors, take a look at the following resources: