Job Postings — ATS Boards Extractor avatar

Job Postings — ATS Boards Extractor

Pricing

from $0.17 / 1,000 results

Go to Apify Store
Job Postings — ATS Boards Extractor

Job Postings — ATS Boards Extractor

Pull live job postings straight from companies' public applicant-tracking boards — Greenhouse, Lever, Ashby, SmartRecruiters, and Recruitee

Pricing

from $0.17 / 1,000 results

Rating

0.0

(0)

Developer

Cynix Dev

Cynix Dev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 hours ago

Last modified

Share

Pull live job postings straight from companies' public applicant-tracking boards — Greenhouse, Lever, Ashby, SmartRecruiters, and Recruitee — as clean, typed records. No LinkedIn, no scraping fragile HTML, no API keys.

Companies publish these boards intentionally; this actor reads the same public JSON their careers pages use, then normalizes five different ATS formats into one consistent schema.

Input

{
"companies": ["greenhouse:stripe", "lever:spotify", "ashby:openai"],
"keywords": ["engineer", "data"],
"locations": ["remote", "london"],
"remoteOnly": false,
"includeDescription": false
}

The slug is the company identifier on its board URL: boards.greenhouse.io/<slug>, jobs.lever.co/<slug>, jobs.ashbyhq.com/<slug>, careers.smartrecruiters.com/<slug>, <slug>.recruitee.com.

Output record

FieldDescription
ats, companySource board
title, department, employmentTypeRole info
location, secondaryLocations, isRemoteWhere
salarySalary range when the board exposes it (Lever/Ashby)
postedAtPosting/updated date
applyUrlDirect application link
descriptionPlain-text JD (opt-in)

Use cases

  • Recruiting intel — track competitor hiring by team and location.
  • "Who's hiring" newsletters & job boards — schedule daily, diff against yesterday, publish the new postings.
  • Market research — hiring velocity as a company-health signal.
  • Job search automation — watch your target companies, filter by keyword, get alerts via Apify webhooks.

Notes

  • All five ATS endpoints are public and unauthenticated by design.
  • A run with an unknown slug logs a warning and continues with the rest.
  • Salary appears only where boards expose it (Lever salaryRange, Ashby compensation summary).