Scrape 12 ATS Platforms — Lever, Greenhouse, Workday & More
Extract job listings directly from company career pages powered by 12 major ATS platforms. Auto-detects the ATS and extracts structured job data. Just provide company career page URLs. HTTP-only — no Chrome, no Playwright.
Supported ATS Platforms
- Lever — jobs.lever.co career pages
- Greenhouse — boards.greenhouse.io job boards
- Workable — apply.workable.com listings
- Ashby — jobs.ashbyhq.com career pages
- Teamtailor — company.teamtailor.com career sites
- Personio — company.jobs.personio.de job boards
- SmartRecruiters — jobs.smartrecruiters.com listings
- BambooHR — company.bamboohr.com job boards
- Workday — company.wd5.myworkdayjobs.com career sites
- iCIMS — careers-company.icims.com portals
- Recruitee — company.recruitee.com career pages
- JOIN — join.com company listings
Primary Use Cases
- Competitive hiring intelligence — monitor what roles your competitors are filling
- Sales prospecting — hiring signals indicate company growth and budget
- Job aggregation — build comprehensive job feeds from direct company sources
- Talent market analysis — track which skills and roles companies are prioritizing
- Investor research — hiring velocity as a proxy for company growth
API Example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~career-site-jobs-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"urls": [
"https://jobs.lever.co/openai",
"https://boards.greenhouse.io/anthropic",
"https://stripe.jobs.personio.de"
]
}'
Integrations
- n8n / Make / Zapier — trigger runs and process results via webhook
- AI Agents (MCP) — Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python / Node.js — Apify SDK for programmatic access
- Google Sheets / Airtable — export via Apify integrations
How It Compares
| Feature | NanoScrape | Custom scrapers per ATS |
| Docker image | ~12MB | 500MB+ each |
| ATS coverage | 12 platforms, 1 actor | 1 scraper per platform |
| Setup time | 0 — just provide URLs | Hours per platform |
| Auto-detection | Yes | No |
| Unified output | Yes | Different schemas |
| Maintenance | Managed by NanoScrape | You maintain all |
Output Fields
| Field | Type | Example |
| title | string | Senior Backend Engineer |
| company | string | Anthropic |
| location | string | San Francisco, CA |
| department | string | Engineering |
| employment_type | string | Full-time |
| description | string | Full job description HTML |
| apply_url | string | https://boards.greenhouse.io/... |
| ats_platform | string | greenhouse |