Chorelet
Apify Actor

ATS Jobs Scraper

Open jobs straight from company career boards — Greenhouse, Lever, Ashby, Workable, SmartRecruiters, Recruitee.

Pay per result on Apify. Runs that return nothing cost nothing; Apify's free plan includes $5 of usage a month, and Apify Bronze, Silver and Gold subscribers get 10%, 20% and 30% off.

Paste company board URLs — or just company names — and get every open role in one table: title, department, team, location, remote flag, employment type, salary where it is published, posting date, apply link and the full description, as JSON, CSV or Excel, or through the Apify API.

Each platform is read through its own public job-board API, the same endpoint the company's careers page calls in the browser. No keys, no login, no proxies — and a daily run with “24 hours” returns only what is new.

What you get

  • • Six ATS platforms, one unified schema
  • • Paste a board URL, `greenhouse:stripe`, or just the company slug
  • • Keyword, location, remote-only and date filters
  • • Salary parsed into min, max and currency where published
  • • Monitored daily

Typical uses

  • • Watchlist of companies you want to work for
  • • Feeding a niche job board or newsletter
  • • Recruiter and market scans by department
  • • Compensation benchmarking from published ranges

Output

platform, company, companySlug, jobIdWhich board the job came from
title, department, teamRole and where it sits
location, locations, isRemote, workplaceTypeWhere the work happens
employmentType, seniorityHow the board classifies the role
salaryText, salaryMin, salaryMax, salaryCurrencyPay as published, plus a parsed range
postedAt, updatedAt, jobUrl, applyUrlDates and links
descriptionHtml, descriptionTextFull posting

Run it from code

Same Actor, same output, from your own scripts (any language) or from n8n, Make and Zapier.

curl -X POST "https://api.apify.com/v2/acts/chorelet~ats-jobs-scraper/run-sync-get-dataset-items?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"companies":["https://boards.greenhouse.io/stripe","https://jobs.ashbyhq.com/ramp","lever:leverdemo"],"postedAfter":"24 hours","maxJobsPerCompany":200}'