Greenhouse, Lever & Ashby Job Scraper API ๐ฐ $0.95/1K
Pricing
from $0.95 / 1,000 results
Greenhouse, Lever & Ashby Job Scraper API ๐ฐ $0.95/1K
Scrape job listings from Greenhouse, Lever, Ashby, Recruitee, SmartRecruiters and Personio career sites in one actor โ no monthly fee, $0.95/1K. Get salary, location and full job descriptions, plus incremental new/changed tracking across every board.
Pricing
from $0.95 / 1,000 results
Rating
5.0
(1)
Developer
Black Falcon Data
Maintained by CommunityActor stats
4
Bookmarked
28
Total users
4
Monthly active users
13 days ago
Last modified
Categories
Share
What does Greenhouse, Lever & Ashby Job Scraper API do?
Greenhouse, Lever & Ashby Job Scraper pulls structured job listings from six applicant-tracking systems into one shared output schema. Covered platforms are Greenhouse (greenhouse.io), Lever, Ashby, Recruitee, SmartRecruiters, and Personio. Each record carries salary data, apply URLs, company metadata, location, and full descriptions. Paste any board URL or a bare Greenhouse token โ the right platform is auto-detected. It supports keyword search, location filters, and controllable result limits, so you can run the same query consistently over time.
New to Apify? Sign up free and use the included $5 monthly platform credit to test this actor.
Key features
- ๐งฉ Multi-ATS coverage โ One actor spans Greenhouse, Lever, Ashby, Recruitee, SmartRecruiters, and Personio. Mix companies on different ATSs in one run โ each board URL is auto-routed and normalised into a single shared output schema.
- ๐ Detail enrichment โ toggle two-stage scraping: first collect listings, then enrich each with full description + detail-page-only fields. Off by default to keep runs fast; flip on when you need the deep payload.
- ๐ Paste-mode โ paste any greenhouse.io URL straight from your browser โ single-listing pages, search-results URLs, or category SEO URLs. Mix freely with keyword and IDs in the same run; results dedupe by ID.
- ๐ Notifications โ Telegram, Slack, Discord, WhatsApp Cloud API, and generic webhook out of the box. Pair with incremental for daily new-listing alerts without pipeline glue.
- ๐ฆ Compact mode โ compact mode โ schema-stable feed for downstream HRIS / aggregator ingestion. Sized for LLM context windows when piping into resume- matching pipelines.
- ๐ง Email + phone extraction โ best-effort regex extraction of contact emails and phone numbers from descriptions โ emitted as
extractedEmails[]andextractedPhones[]on every record. - ๐ MCP connectors โ export your results into Notion via Apify's MCP connectors โ a clean run-summary page, no glue code. Opt-in via the App connector field; deterministic field-mapping, no AI. Built on Apify's connector framework, so more destinations open up as their catalog grows.
- โป๏ธ Incremental mode โ recurring runs emit only listings that changed since the last run on this ATS โ schema-stable diffs ready for downstream pipeline ingestion. Saves 80โ95% on monitoring.
- ๐งฉ Structured job content โ postings are parsed into
qualifications,responsibilitiesandbenefitswhen the description uses headings for them, plus askillslist mined from the requirement text.experienceLevelandindustryfill on the platforms that publish them, and salary fills wherever the board exposes a range. Fields staynullrather than guessed when a posting does not state them.
What data can you extract from Greenhouse, Lever & Ashby?
Each result includes core job fields (jobId, globalId, title, company, location, department, team, employmentType), a derived seniority level, and the source ATS (atsSource, postedVia). Salary fields (salaryMin, salaryMax, salaryCurrency) fill where the platform exposes them. Detail enrichment adds full descriptions (description, descriptionHtml, descriptionMarkdown) and application questions. In standard mode every field is present โ unavailable values are returned as null, never omitted. In compact mode, only the core fields are returned.
Input
The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.
Key parameters:
boardTokensโ Company boards to scrape. A bare token (e.g. 'airbnb') is treated as a Greenhouse board. For Lever or Ashby, paste the board URL (e.g. 'https://jobs.lever.co/spotify' or 'https://jobs.ashbyhq.com/ramp').presetListsโ Scrape a curated bundle of well-known company boards (spans Greenhouse, Lever, and Ashby). Combine with your own boards above.startUrlsโ Paste board URLs, Greenhouse (boards.greenhouse.io, job-boards.greenhouse.io), Lever (jobs.lever.co), or Ashby (jobs.ashbyhq.com).queryโ Filter jobs by keyword, matched against the job title. Separate several terms with a comma or with OR to match any of them, for example: engineer OR developer. Quote a phrase to match it exactly.searchDescriptionโ By default search terms are matched against the job title only. Enable this to also match the full job description. Broader, but it returns roles that merely mention your keyword. (default:false)locationโ Filter jobs by location, e.g. 'London' or 'Remote'. Separate several locations with OR to match any of them, for example: London OR Berlin. A comma is never a separator, so 'London, UK' is treated as one place, not two. Common city aliases are matched automatically in both directions (Bangalore/Bengaluru, NYC/New York, SF/San Francisco, and more).departmentโ Filter by department name (substring match, e.g. 'Engineering').remoteOnlyโ Keep only jobs whose location indicates remote or work from home. (default:false)recentWindowDaysโ Keep only jobs posted within this many days. Leave at 0 for no date filter. Jobs without a posting date are always kept. (default:0)maxResultsโ Maximum total results across all boards (0 = unlimited). Memory auto-sizes to the run: 256 MB for up to 500 results, 512 MB for 501 or more. (default:0)maxJobsPerCompanyโ Cap results per company/board (0 = unlimited). Useful for an even sample across many boards instead of a few large ones dominating. (default:0)includeDetailsโ Fetch pay transparency and application questions per job (slower, one extra request per job). (default:false)- ...and 22 more parameters
Input examples
Basic board scrape โ Pull every open role from one or more company boards.
โ Full payload per result โ all standard fields populated where the source provides them.
{"boardTokens": ["airbnb","stripe","discord"],"maxResults": 50}
Keyword + location filter โ Narrow a board scrape to roles matching a keyword query and location.
โ Only listings whose title/content match the query and whose location matches.
{"boardTokens": ["stripe"],"query": "engineer","location": "Remote","maxResults": 50}
Incremental tracking โ Only emit jobs that changed since the previous run with this stateKey.
โ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.
{"boardTokens": ["airbnb","stripe","discord"],"maxResults": 200,"incrementalMode": true,"stateKey": "greenhouse-tracker"}
Compact output for AI agents โ Return only core fields for AI-agent and MCP workflows.
โ Small payload with the most important fields โ ideal for piping into LLMs without token overhead.
{"boardTokens": ["airbnb","stripe","discord"],"maxResults": 50,"compact": true}
Output
Each run produces a dataset of structured job records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.
Example job record
{"jobId": "gh-7732569","globalId": "greenhouse:airbnb:7732569","greenhouseId": 7732569,"internalJobId": 3393194,"title": "(Contract) Senior Data Scientist, Platform Inference - MarTech DS Measurement","seniority": "senior","company": "Airbnb","location": "United States","department": "Data Science","offices": ["United States"],"description": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every co...","descriptionHtml": "<div class="content-intro"><p><span style="font-family: helvetica, arial, sans-serif; font-size: 12pt;">Airbnb was born in 2007 when two hosts welcomed three gues...","descriptionMarkdown": "Airbnb was born in 2007 when two hosts welcomed three guests to their San Francisco home, and has since grown to over 5 million hosts who have welcomed over 2 billion guest arrivals in almost every co...","qualifications": "5+ years of industry experience in a quantitative analysis role with a Masterโs degree in a quantitative field (computer science, statistics etc.), or 2+ years of experience with a Ph.D. Deep, hands-o...","responsibilities": "Marketing Mix Modeling: Design, build, and maintain MMM models that estimate incremental channel contributions, including prior elicitation, adstock/saturation modeling, validation, and sensitivity an...","skills": ["Python","SQL","Data Science","Statistics","Experimentation"],"contentHash": "fc6e51b2766f6a4fe57c6b04a2b43ed96c0f32962cc0374e82b44a6f782cdf2d","employmentType": "Contract","workplaceType": "Remote","isRemote": true,"url": "https://careers.airbnb.com/positions/7732569?gh_jid=7732569","applyUrl": "https://careers.airbnb.com/positions/7732569?gh_jid=7732569","requisitionId": "CW","language": "en","salaryMin": 140,"salaryMax": 150,"salaryCurrency": "USD","salaryPeriod": "hourly","questions": [{"label": "First Name","type": "input_text","required": true},{"label": "Last Name","type": "input_text","required": true},{"label": "Email","type": "input_text","required": true},{"label": "Phone","type": "input_text","required": true},{"label": "Resume/CV","type": "input_file","required": true},"... 12 more items"],"metadata": [{"name": "Is this job part of ACC?","value": false},{"name": "Workplace Type","value": "Remote"}],"postedDate": "2026-03-18T13:37:03-04:00","updatedAt": "2026-05-21T12:02:33-04:00","scrapedAt": "2026-08-22T16:32:59.837Z","portalUrl": "https://boards.greenhouse.io/airbnb","source": "greenhouse.io","postedVia": "Greenhouse","atsSource": "greenhouse","sourceBoardToken": "airbnb","isRepost": false,"contactEmail": "reasonableaccommodations@airbnb.com","extractedEmails": ["reasonableaccommodations@airbnb.com"]}
Incremental fields
When incremental mode is on, each record also carries:
changeTypeโ one ofNEW,UPDATED,UNCHANGED,REAPPEARED,EXPIRED. Default output coversNEW/UPDATED/REAPPEARED; setemitUnchanged: trueoremitExpired: trueto opt into the others.firstSeenAt,lastSeenAtโ ISO-8601 timestamps tracking the listing across runs.isRepost,repostOfId,repostDetectedAtโ populated when a new listing matches the tracked content of a previously expired one. SetskipReposts: trueto drop detected reposts from the output.
How to scrape Greenhouse, Lever & Ashby
- Go to Greenhouse, Lever & Ashby Job Scraper API in Apify Console.
- Enter a search keyword and optional location filter.
- Set
maxResultsto control how many results you need. - Enable
includeDetailsif you need full descriptions, contact info, company data. - Click Start and wait for the run to finish.
- Export the dataset as JSON, CSV, or Excel.
Use cases
- Extract job data from Greenhouse, Lever & Ashby for market research and competitive analysis.
- Track salary trends across regions and categories over time.
- Monitor new and changed jobs on scheduled runs without processing the full dataset every time.
- Build outreach lists using contact details and apply URLs from listings.
- Research company hiring patterns, employer profiles, and industry distribution.
- Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
- Export clean, structured data to dashboards, spreadsheets, or data warehouses.
- Analyze skill demand across listings using structured skill tags.
How much does it cost to scrape Greenhouse, Lever & Ashby?
Greenhouse, Lever & Ashby Job Scraper API uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.
- Run start: $0.005 per run
- Per result: $0.00095 per job record
Example costs:
- 10 results: $0.014
- 25 results: $0.029
- 100 results: $0.1
- 200 results: $0.2
- 500 results: $0.48
Example: recurring monitoring savings
These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of jobs that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency โ the scenarios below are examples, not predictions.
Example setup: 250 jobs per run, daily polling (30 runs/month). Costs scale linearly with the number of jobs.
| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---|---|---|---|
| 5% โ stable niche query | $0.24 | $0.02 | $0.23 (93%) | $0.51 |
| 15% โ moderate broad query | $0.24 | $0.04 | $0.20 (83%) | $1.22 |
| 30% โ high-volume aggregator | $0.24 | $0.08 | $0.17 (69%) | $2.29 |
Full re-scrape monthly cost at the same cadence: $7.27. First month with incremental costs $0.73 / $1.42 / $2.45 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.
FAQ
How many results can I get from Greenhouse, Lever & Ashby?
The number of results depends on the search query and available jobs on Greenhouse, Lever & Ashby. Use the maxResults parameter to control how many results are returned per run.
Does Greenhouse, Lever & Ashby Job Scraper API support recurring monitoring?
Yes. Enable incremental mode to only receive new or changed jobs on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.
Can I integrate Greenhouse, Lever & Ashby Job Scraper API with other apps?
Yes. Greenhouse, Lever & Ashby Job Scraper API works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.
Can I use Greenhouse, Lever & Ashby Job Scraper API with the Apify API?
Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.
Can I use Greenhouse, Lever & Ashby Job Scraper API through an MCP Server?
Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode, descriptionMaxLength, a single descriptionFormat, and excludeEmptyFields to keep payloads manageable for LLM context windows.
Is it legal to scrape Greenhouse, Lever & Ashby?
This actor extracts publicly available data from Greenhouse, Lever & Ashby. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.
Your feedback
If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.
You might also like
- Actiris [Just ๐ฐ$1.5] โ Brussels Public Jobs โ ๐ฐ $1.5 per 1,000 jobs. Scrape actiris.brussels โ the official Brussels public employment service.
- AMS Austria โ Public Employment Service Jobs โ Scrape jobs.ams.at โ Austria's official AMS public employment portal (branded alle jobs) with live.
- APEC.fr Scraper - French Executive Jobs โ ๐ฐ $0.8 per 1,000 jobs, platform usage included. Scrape apec.fr French executive listings โ every.
- Arbeitsagentur [Just ๐ฐ$0.45] โ German Federal Jobs โ ๐ฐ from $0.45 per 1,000 jobs. Scrape arbeitsagentur.de โ Germany's official public employment.
- Arbetsfรถrmedlingen [Just ๐ฐ$3] โ Sweden Public Jobs โ ๐ฐ $3 per 1,000 jobs. Scrape arbetsformedlingen.se (Platsbanken) โ Sweden's official employment.
- Bayt โ MENA Jobs with Salary & Skills โ Scrape bayt.com โ the leading Middle East job board across UAE ยท Saudi Arabia ยท Qatar ยท Egypt & 9.
- BestJobs.eu [Just ๐ฐ$1.5] โ Romania Job Board โ ๐ฐ $1.5 per 1,000 jobs. Scrape bestjobs.eu โ a leading Romanian job board โ export salary ranges ยท.
- Bumeran [Just ๐ฐ$1] โ LATAM Jobs (7 Countries) โ ๐ฐ $1 per 1,000 jobs. Scrape Bumeran Group across LATAM โ Argentina ยท Chile ยท Ecuador ยท Mexico ยท.
Getting started with Apify
New to Apify? Create a free account with $5 credit โ no credit card required.
- Sign up โ $5 platform credit included
- Open this actor and configure your input
- Click Start โ export results as JSON, CSV, or Excel
Need more later? See Apify pricing.
Disclaimer
This actor accesses only publicly available data on greenhouse.io. You are responsible for how you use the extracted data โ in particular any personal information such as names, phone numbers, or email addresses โ and for complying with Greenhouse, Lever & Ashby Job Scraper API's terms of use, applicable data-protection law (including the GDPR where it applies), and the anti-spam rules of your jurisdiction.
This actor is not affiliated with, endorsed by, or connected to Greenhouse, Lever & Ashby Job Scraper API.
Search keywords
greenhouse scraper, greenhouse api, apify greenhouse, greenhouse data extraction, greenhouse, lever & ashby job scraper api scraper, greenhouse, lever & ashby job scraper api api, apify greenhouse, lever & ashby job scraper api, greenhouse, lever & ashby job scraper api data extraction, greenhouse.io scraper, greenhouse.io data, greenhouse.io api, job listings scraper, recruitment data, hiring data, job board scraper.