# Changelog of ATS Jobs: Greenhouse, SmartRecruiters, Personio | $1.49/1k (`glasswing/ats-jobs-scraper`) Actor

- **URL**: https://apify.com/glasswing/ats-jobs-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/glasswing/ats-jobs-scraper.md

## Changelog

All notable changes to ATS Jobs Scraper are recorded here. The newest release is first.

### 1.0.1 - 2026-09-23

- Price lowered from $0.00399 to $0.00149 per result ($1.49 per 1,000). The start fee stays $0.005 and platform compute is still included.

### 1.0.0 - 2026-09-20

First release.

- Reads company job boards on eight applicant-tracking systems through their public, keyless endpoints: Greenhouse, Lever, Ashby, SmartRecruiters, Workable, Recruitee, Personio and Teamtailor. One normalized row per open job, with the same columns for every system.
- Accepts board URLs, `ats:slug` pairs and bare company names. A bare name is auto-detected by trying the systems in a fixed order; a company that no system knows gets one free `not_found` row instead of disappearing.
- Filters (`titleKeywords`, `locationContains`, `remoteOnly`, `postedWithinDays`) and the caps (`maxItems`, `maxItemsPerCompany`) are applied before a row is written, so only matching jobs are charged. A posting is written once per run.
- Salary comes only from structured pay fields (Ashby compensation, Greenhouse pay ranges, Lever, Recruitee, Personio, Teamtailor); nothing is guessed from advert text.
- No personal data: creator, owner, recruiter and mailbox fields that some systems return are never copied, and e-mail addresses and phone numbers inside advert text are masked. Unit tests poison every real fixture with such fields and prove none can reach a row.
- Every row carries `status`, so a company that is not hiring (`not_found`) and a board that could not be read (`error`) are told apart from real data. Only `ok` rows are charged.
- Callable with no arguments by an AI agent: the input schema's defaults run three small sample boards.
- Golden tests run the extraction against saved real responses from all eight systems.
- The pricing section states that the free Apify plan's $5 of monthly credit covers about 1,250 jobs in a single run.
