Lever ATS Public Jobs by Company avatar

Lever ATS Public Jobs by Company

Pricing

$0.20 / 1,000 lever job listing extracteds

Go to Apify Store
Lever ATS Public Jobs by Company

Lever ATS Public Jobs by Company

For each company slug at jobs.lever.co/<slug>, pull every public job posting via Lever's free API. One row per role: title, team, location, country, workplace type (remote/hybrid/onsite), description, role classification. No auth. For BD, recruiting, growth-signal tracking.

Pricing

$0.20 / 1,000 lever job listing extracteds

Rating

0.0

(0)

Developer

vøiddo

vøiddo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

For each Lever-hosted company board (jobs.lever.co/<slug>), pull every public posting via Lever's free public API. One row per role, with team, location, workplace type, and a coarse role classification.

What you get

{
"company": "mistral",
"jobId": "abc-123",
"title": "Account Executive — Enterprise",
"team": "Business",
"department": null,
"location": "Paris",
"allLocations": ["Paris"],
"country": "FR",
"workplaceType": "onsite",
"commitment": "Full-time",
"createdAtMs": 1753687796431,
"createdAt": "2026-05-12T08:36:36+00:00",
"url": "https://jobs.lever.co/mistral/abc-123",
"applyUrl": "https://jobs.lever.co/mistral/abc-123/apply",
"role": "sales",
"descriptionPlain": "At Mistral AI, we believe…",
"additionalPlain": "What we offer: equity, …",
"descriptionLength": 3210
}

How to use

Input.

{
"companies": ["mistral", "palantir", "netflix"],
"includeDescriptions": true,
"maxJobsPerCompany": 5000
}

The companies field takes Lever slugs — the <slug> in jobs.lever.co/<slug>. Full URLs are accepted; the actor reduces them.

Role classification. Same 11-tag classifier as our greenhouse-public-jobs actor: engineering, design, product, data, sales, marketing, customer, operations, legal, hr, executive, or null. Pair with our other ATS actors to get a multi-source pipeline scrubbed of dupes.

Pricing

PAY_PER_EVENT · $0.001 per job_extracted · 1 000 jobs = $1.

Notes & limits

  • No auth, no documented rate limit. Actor paces 0.2s between companies.
  • Non-Lever slugs return 404 → logged as skipped in OUTPUT with no rows, no charge.
  • Companies with paused recruiting appear with an empty postings list — treated as success but with 0 rows.

Source

https://api.lever.co/v0/postings/<company>?mode=json — Lever's free public API.