Lever Job Board Scraper β€” All Company Jobs avatar

Lever Job Board Scraper β€” All Company Jobs

Pricing

from $0.00085 / job scraped

Go to Apify Store
Lever Job Board Scraper β€” All Company Jobs

Lever Job Board Scraper β€” All Company Jobs

Scrape all open jobs from any company's Lever board: title, team, department, location, commitment, workplace type, description and apply link. Bulk companies. Public API, no key.

Pricing

from $0.00085 / 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

4 days ago

Last modified

Categories

Share

Lever Job Board Scraper β€” Jobs, Teams & Apply Links

Scrape every open job from any company that hosts its careers page on Lever β€” title, team, department, location, commitment, workplace type, full description and apply link β€” into clean JSON, CSV, Excel or XML. Pass one or many companies and get a complete, deduplicated feed. Fast and reliable.

Lever Job Board Scraper input β€” companies, includeContent and maxJobsPerCompany in the Apify Console

What does Lever Job Board Scraper do?

The Lever Job Board Scraper collects all open roles from the companies you list and exports each job as a structured record. Pass one or many Lever tokens or board URLs, choose whether to include full descriptions, and it returns a clean, deduplicated feed of jobs with titles, teams, departments, locations, commitment, workplace type and apply links.

What data can you scrape from Lever?

DataFields
🏒 Companycompany token
πŸ“‹ Jobjob ID, title, department, team, level
πŸ“ Locationlocation, all locations, country, workplace type
πŸ•’ Termscommitment, created date
πŸ”— Applyapply URL, hosted posting URL
πŸ“ Contentfull description (plain text) and original HTML

Use cases

  • Job aggregators β€” feed thousands of live roles from company career pages into your board.
  • Recruiting intelligence β€” track who's hiring, for which teams, and where.
  • Hiring-trend analysis β€” monitor headcount growth by department, team and location over time.
  • Sales & lead lists β€” spot companies expanding into a function you sell to.
  • ATS / market monitoring β€” watch competitor and target-account hiring in near real time.
  • Talent sourcing β€” build role-specific feeds for candidates and recruiters.

How to scrape Lever data

  1. Add the Lever Job Board Scraper to your Apify account.
  2. Add one or many companies β€” a Lever token (the slug in jobs.lever.co/<token>) or a full board URL.
  3. Toggle includeContent and set maxJobsPerCompany to control depth.
  4. Click Run and watch jobs stream into the dataset.
  5. Export to JSON, CSV, Excel or XML, or pull them through the Apify API.

Input

List the companies you want, choose whether to include full descriptions, and cap jobs per company if needed.

Example input

{
"companies": ["spotify", "https://jobs.lever.co/plaid"],
"includeContent": true,
"maxJobsPerCompany": 0
}

companies accepts a Lever token (the slug in jobs.lever.co/<token>) or a full board URL.

FieldDescription
companiesLever company tokens or board URLs to scrape.
includeContentInclude each job's full description (text + HTML). Default true.
maxJobsPerCompanyCap jobs per company. 0 = all.

Output

Each job is one clean record:

{
"company": "spotify",
"jobId": "890b2c0f-f46f-4a4b-…",
"title": "Advertiser Solutions Vendor Lead",
"department": "Advertising",
"team": "Advertising Sales",
"location": "London",
"allLocations": ["London", "Stockholm"],
"commitment": "Permanent",
"level": "Senior",
"workplaceType": "hybrid",
"country": "GB",
"createdAt": "2026-07-20T10:00:00.000Z",
"applyUrl": "https://jobs.lever.co/spotify/890b2c0f…/apply",
"hostedUrl": "https://jobs.lever.co/spotify/890b2c0f…",
"description": "About the role…",
"descriptionHtml": "<div>About the role…</div>"
}

Lever Job Board Scraper output example β€” job title, team and apply link as structured JSON

Output schema

FieldTypeDescription
companystringLever company token the job came from.
jobIdstringUnique Lever job posting ID.
titlestringJob title.
departmentstringDepartment the role belongs to.
teamstringTeam within the department.
locationstringPrimary job location.
allLocationsarrayAll locations the role is open in.
commitmentstringEmployment commitment, e.g. Permanent, Contract.
levelstringSeniority level of the role.
workplaceTypestringWorkplace type, e.g. remote, hybrid, on-site.
countrystringCountry code for the primary location.
createdAtstring (ISO date)When the posting was created.
applyUrlstring (URL)Direct link to apply for the role.
hostedUrlstring (URL)Lever-hosted posting page URL.
descriptionstringFull job description as plain text.
descriptionHtmlstringOriginal job description HTML.

Need more job data?

FAQ

Where do I find a company's Lever token? It's the slug in the careers URL β€” jobs.lever.co/spotify β†’ spotify. A full URL works too.

How many companies can I scrape? As many as you like β€” add them all to companies and each is fetched in turn.

Do I need any setup or a login? No setup and no login. Just add the companies you want and run.

How does billing work? You pay only per job you get β€” no subscription. Our per-item price floors 20% below the cheapest comparable scraper.

What export formats are supported? JSON, CSV, Excel and XML, plus the Apify API for programmatic access.

Can I skip the long descriptions? Yes β€” set includeContent to false for a lighter, faster run that omits the description text and HTML.

How fresh is the data? Each run fetches live postings, so results reflect each board at the moment you run the actor. The createdAt field timestamps every job.

Is it legal? The actor returns only publicly available job postings. You are responsible for how you use the data.

Can I connect it to my other tools? The Lever Job Board Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

Original clean-room implementation. Returns only public job-posting data; you are responsible for how you use it. Not affiliated with or endorsed by Lever.