Lever Job Board Scraper avatar

Lever Job Board Scraper

Pricing

$2.00 / 1,000 job postings

Go to Apify Store
Lever Job Board Scraper

Lever Job Board Scraper

Fresh job postings straight from Lever-hosted career pages. Full posting content, team, location, commitment and dates for any company on Lever - compliance-safe output with no personal contact data. Ideal for job-board backfill and hiring-trend analysis.

Pricing

$2.00 / 1,000 job postings

Rating

0.0

(0)

Developer

Source Sauce

Source Sauce

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

Pull fresh job postings from any Lever-hosted career page — the same public Postings API behind jobs.lever.co company sites. Give it a list of company board tokens and get every open role as structured records with the full posting HTML and structured salary ranges, straight from the source with no database staleness.

Sample output (live run, 2026-08-04):

board_tokentitlelocationworkplace_typesalary_rangecreated_at
palantirAdministrative Business PartnerLondon, United Kingdomhybrid-2024-03-25
qontoAnti-Financial Crime Officer (France)Parishybrid-2026-02-26
zooxAutonomy System Test EngineerFoster City, CAhybridUSD 143,000-177,0002026-05-04

Built for job board backfill, job aggregator feeds, hiring trend analysis, competitor hiring monitoring, and jobs-posted-by-company datasets. One board = one company; a watchlist of tokens gives you a daily multi-company feed of open positions.

Why this one

  • Direct from the API, every run. No cached database between you and the source — created_at and the posting body come from Lever itself, so freshness is the API's, not a crawler's.
  • Structured salary data. Lever publishes salaryRange (currency, interval, min, max) on postings that carry it — delivered as a structured object, not text to parse.
  • Compliance-safe by construction. No hiring-manager names, no AI-extracted contact enrichment, no personal data fields — email addresses, phone numbers AND personal profile links inside posting text are redacted before delivery. The output schema is a fixed allowlist you can audit below.
  • Honest billing. You pay per delivered job posting. Unknown or dead board tokens return an uncharged error row instead of failing the run, so long watchlists are safe.
  • Polite to the source. Fetches honor the API host's published crawl delay.

Output

fieldtypedescription
board_tokenstringThe Lever board the posting came from (your input token).
idstringLever posting id (UUID).
titlestringPosting title.
teamstring or nullTeam, as the employer categorized it.
departmentstring or nullDepartment, when the employer sets one.
locationstring or nullPrimary location line.
all_locationsarray of stringsEvery location the employer listed.
commitmentstring or nullEmployment type (e.g. Full-time).
countrystring or nullISO country code.
workplace_typestring or nullon-site, hybrid or remote.
created_atstring (ISO datetime)When the posting was created.
salary_rangeobject or null{currency, interval, min, max} when published.
posting_urlstringThe public posting page (jobs.lever.co/...).
apply_urlstringThe public application URL.
contentstring (HTML)Full posting body — intro, all sections, closing and salary text — renderable HTML, contacts redacted.
content_charsintegerLength of the delivered content.

Input

fieldrequiredprefilldescription
boardTokensyespalantir, qonto, zooxLever board tokens — the company slug in career-page URLs like jobs.lever.co/palantir.
maxRecordsno150Stop after this many rows in total (0 = no cap).

Finding a board token: open the company's careers page; if applications go through Lever the URL contains jobs.lever.co/<token>. The token is usually the company name in lowercase.

Notes

  • A board token that is not on Lever returns one uncharged error row naming the token, and the rest of the watchlist still delivers.
  • A company with zero published roles is a valid empty result, not an error (measured: roughly a third of live Lever boards have no open published postings on a given day).
  • Postings are delivered per run (stateless). Dedupe across runs on id or posting_url on your side.

This is an unofficial tool and is not affiliated with, endorsed or sponsored by Lever (Employ Inc.). It reads only the public, unauthenticated Lever Postings API and delivers employer-published job postings.