Company Careers Job Scraper — Greenhouse, Lever & Ashby avatar

Company Careers Job Scraper — Greenhouse, Lever & Ashby

Pricing

from $0.0096 / job scraped

Go to Apify Store
Company Careers Job Scraper — Greenhouse, Lever & Ashby

Company Careers Job Scraper — Greenhouse, Lever & Ashby

Scrape open jobs directly from company career pages powered by Greenhouse, Lever and Ashby — the biggest applicant-tracking systems. Give it company board names and get every job with title, location, department, type, remote flag, apply URL and full description. Public APIs, no login, no anti-bot.

Pricing

from $0.0096 / job scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrape open roles straight from companies' own career pages. Most modern companies run their careers on Greenhouse, Lever or Ashby — this Actor reads those platforms' public job-board APIs, so you get clean, structured jobs with no login and no anti-bot. Just give it a list of company board names.

Perfect for job boards & aggregators, recruiting/sourcing, talent-market research, and sales prospecting into hiring companies.

What you get per job

FieldNotes
titleJob title.
location, remoteLocation string and a remote flag.
department, teamOrg unit (when the ATS provides it).
employmentTypeFull-time / contract / intern, when available.
urlDirect apply/job link.
publishedAt, updatedAtPosting timestamps.
descriptionFull job description text (enable Include full job description).
company, platform, jobIdBoard token, which ATS, and the ATS job id.

Input

{
"companies": ["stripe", "ramp", "netflix"],
"platform": "auto",
"includeDescription": false
}
  • companies — company board tokens (usually the company name) or ATS URLs, one per line.
  • platformauto tries Greenhouse → Lever → Ashby for each company, or pick one.
  • includeDescription — include the full job description text.
  • maxConcurrency — companies fetched in parallel.
  • proxyConfiguration — optional; only if you get rate-limited.

Finding a company's board token

It's usually the company name (stripe, ramp). Or copy it from their careers URL: boards.greenhouse.io/airbnb, jobs.lever.co/netflix, jobs.ashbyhq.com/ramp.

Output (one row per job)

{
"company": "stripe",
"platform": "greenhouse",
"jobId": "7954688",
"title": "Account Executive, AI Sales",
"location": "San Francisco, CA",
"remote": false,
"department": "Sales",
"employmentType": null,
"url": "https://stripe.com/jobs/search?gh_jid=7954688",
"updatedAt": "2026-06-26T17:05:44-04:00"
}

Notes

Reads only the public job-board APIs these ATS platforms already serve to render their career pages. A company appears empty if it doesn't use one of these three systems (or uses a custom board token) — check its careers URL for the right token.