Lever Jobs Scraper - Company Job Board API avatar

Lever Jobs Scraper - Company Job Board API

Pricing

$3.00 / 1,000 job scrapeds

Go to Apify Store
Lever Jobs Scraper - Company Job Board API

Lever Jobs Scraper - Company Job Board API

Get every open job from any company job board hosted on Lever, using the official public postings API. Teams, departments, commitment type, workplace type, every listed location and direct apply links. Accepts a company domain — you never need to find the board slug yourself.

Pricing

$3.00 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

Kobkoon Janngam

Kobkoon Janngam

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

9 hours ago

Last modified

Share

Lever Jobs Scraper — Company Job Board API

Get every open job from any company hiring on Lever. Built on the official public postings API (api.lever.co/v0/postings) — the same endpoint the company's own careers page calls — so there is no HTML to break and no login to keep alive.

Quick start: press Start with no configuration at all. It ships with Spotify and the Lever demo board and returns their open roles immediately. Then paste in the companies you care about.

Sample output

companytitlelocationdepartmentpublishedAt
SpotifyAndroid Engineer – ExperienceLondonEngineering2026-06-23
SpotifyBackend Engineer – AdsStockholmEngineering2026-05-11

Every row also carries jobId, url, applyUrl, provider, boardSlug, team, employmentType, isRemote, workplaceType, additionalLocations, compensation, updatedAt, descriptionPreview, descriptionTruncated and descriptionChars.

Why this one

You do not need the board slug. Most Lever scrapers want the board token out of the URL — something a buyer has to go and find. This one also accepts a plain company domain, derives the slug, and records in the run summary what it resolved to, so your first run hands you the right identifier for every later one.

Lever publishes the fields the others hide. workplaceType becomes a real isRemote boolean, commitment becomes employmentType (Permanent, Intern, Contract), and team survives alongside department — so you can tell a Payments engineer from a Platform one.

Multi-location roles keep every location. Lever's allLocations becomes additionalLocations, with the primary one not repeated. A role open in both Stockholm and London matches a locationContains search for either.

Descriptions sized for an agent. The full posting text is cut to an 800-character preview with the true length reported in descriptionChars, keeping a row under 2 KB so an AI caller can hold a whole board in context. Set includeFullDescription when you want everything.

What you can do with it

  • Track a competitor's hiring. Schedule it with postedAfter set to yesterday and you get only the new openings — the cleanest public signal of where a company is investing.
  • Build a job board. Point it at a list of companies and you have a live, structured feed with direct apply links.
  • Source by market. remoteOnly plus locationContains narrows hundreds of roles to your patch.
  • Feed an AI agent. Rows are small, identically shaped, and carry a direct apply URL.

Input

FieldDefaultNotes
companiesSpotify and the Lever demo boardA jobs.lever.co URL, a company domain, or the board slug. Mix freely.
titleContainsemptyCase-insensitive partial match on the job title.
locationContainsemptyMatches secondary locations too.
departmentemptyMatches department or team.
remoteOnlyfalseKeep only remote roles.
postedAfteremptyYYYY-MM-DD. The most useful filter for a scheduled run.
includeFullDescriptionfalseFull posting text instead of a preview.
maxJobsPerCompany100Applied after filtering.

Passing a board URL from a different ATS is refused by name rather than quietly read as some other company that happens to share a slug. If you want that flexibility, use the ATS Jobs Scraper, which detects the provider for you.

How it works, and why it keeps working

This Actor reads the official public postings API (api.lever.co/v0/postings): public, keyless, and returning JSON. No HTML parsing, no login, no proxy. Lever can redesign every careers page it hosts and this Actor keeps returning the same fields — which is why it is not on the maintenance treadmill that breaks most job scrapers.

Limits worth knowing before you buy

Lever calls a job’s title text and its API returns no company name, so company is taken from the board slug. Boards are typically smaller than Greenhouse’s — most run to tens rather than hundreds of roles.

The slug is derived from the domain, which is right far more often than not but not always. A company whose board is named differently needs its board URL or exact slug, and the run says plainly which entries did not resolve rather than returning a quiet empty result.

Pricing

Pay per job delivered, after filtering. A company with no matching openings charges you nothing.

Disclaimer

This is an unofficial tool. It is not affiliated with, authorised by, endorsed by, or in any way officially connected to Lever or any company whose job board it reads. "Lever" is a trademark of its respective owner.

It reads only the public, unauthenticated job-board API — the same endpoint a company's own careers page calls to render publicly advertised vacancies. It signs into nothing, stores no credentials, and returns nothing behind a login or a paywall. No candidate or applicant data is accessed; job postings are, by definition, published to be read.

Lever can change or withdraw this endpoint at any time. When a board cannot be read, this Actor says which company and why rather than handing you an empty result that looks like an answer.