Greenhouse, Lever & Ashby Jobs Scraper
Pricing
from $5.00 / 1,000 job postings
Go to Apify Store
Finding the
Greenhouse, Lever & Ashby Jobs Scraper
Scrape live job postings from any company's Greenhouse, Lever, or Ashby careers board — title, department, location, remote flag, apply URL, and full description in one row per job.
Pricing
from $5.00 / 1,000 job postings
Rating
0.0
(0)
Developer
Andrew
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape live job postings straight from any company's Greenhouse, Lever, or Ashby careers board — no login, no API key. Get one clean row per job with title, department, location, remote flag, apply URL, and the full description.
What you get
- Source & company — which board the job came from and the company token
- Title, department, and team
- Location plus an
isRemoteflag detected from the posting - Employment type — full-time, contract, etc. (where the board exposes it)
- Apply URL — the direct hosted job link
- Published / updated dates (where the board exposes them)
- Description — full job description as clean plain text
Use cases
- Buyer-intent & hiring signals — a new job req is one of the strongest sales triggers; track who's hiring for roles that imply they need your product
- Recruiting & talent mapping — monitor competitor and target-company hiring in one feed
- Market research — track headcount growth and which teams are expanding
- Job-board aggregation — power a niche job site from dozens of company boards
- Lead enrichment — combine detected tech-stack keywords in descriptions with company data
How to use
- Add one or more companies in
source:boardformat (see below) - Optionally set Title Keywords, a Location filter, or Remote Only
- Optionally cap Max Items
- Run the actor — results land in the Dataset tab
- Export to JSON, CSV, Excel, or Google Sheets directly from the Apify console
Finding the source:board token
The board token is the company slug in its careers-page URL:
| Board | Careers URL | Entry |
|---|---|---|
| Greenhouse | boards.greenhouse.io/stripe | greenhouse:stripe |
| Lever | jobs.lever.co/spotify | lever:spotify |
| Ashby | jobs.ashbyhq.com/ramp | ashby:ramp |
Example input
{"companies": ["greenhouse:stripe", "lever:spotify", "ashby:ramp"],"keywords": ["engineer", "designer"],"location": "United States","remoteOnly": false,"maxItems": 100}
Output format
One dataset record per job posting:
{"source": "greenhouse","company": "stripe","jobId": "5678901","title": "Senior Software Engineer","department": "Engineering","team": null,"location": "Remote, US","isRemote": true,"employmentType": null,"url": "https://boards.greenhouse.io/stripe/jobs/5678901","publishedAt": null,"updatedAt": "2026-05-30T12:00:00Z","description": "About the role ..."}
Notes
- Filters are applied per run: a job must pass the keyword, location, and remote checks to be kept.
Max Itemscaps the total number of postings across all boards.- Some fields (
publishedAt,employmentType) are only populated when the underlying board exposes them.