Job Postings — ATS Boards Extractor
Pricing
from $0.17 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 hours ago
Last modified
Categories
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
| Field | Description |
|---|---|
ats, company | Source board |
title, department, employmentType | Role info |
location, secondaryLocations, isRemote | Where |
salary | Salary range when the board exposes it (Lever/Ashby) |
postedAt | Posting/updated date |
applyUrl | Direct application link |
description | Plain-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).