# Lever Jobs Scraper (`robertosan16/lever-jobs-scraper`) Actor

Scrape all open jobs of any company on Lever: title, team, locations, salary range, workplace type, description and apply link. Keyword, location, remote and date filters, and an only-new mode for monitoring.

- **URL**: https://apify.com/robertosan16/lever-jobs-scraper.md
- **Developed by:** [Robert Khairislamov](https://apify.com/robertosan16) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$1.00 / 1,000 jobs

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Lever Jobs Scraper

**Scrape all jobs of any company on Lever.** Get title, team, location, salary range, description, apply link and posting date. Export to JSON, CSV or Excel, or use the API. **$1 per 1,000 jobs, no start fee.**

Scrape every open job from any company that hires with **Lever** (`jobs.lever.co`): title, team, department, locations, workplace type, commitment, **salary range**, full description, posting date and apply link. Add several companies at once, filter by keyword, location, remote or date, and run it on a schedule to get **only new jobs**. It reads the official public Lever postings API: fast, stable, no browser and no login.

### What can this Lever scraper do?

- 🏢 **Scrape many companies in one run**: Palantir, Zoox, Spotify and every other company with a `jobs.lever.co` page, including EU sites on `jobs.eu.lever.co`.
- 💰 **Salary ranges**: the pay range companies publish on Lever, plus ranges found in the description, as `min`, `max`, `currency` and `interval` (year or hour).
- 🔎 **Filters**: title keywords, excluded words, locations, remote only, teams and departments, posted in the last N days, only jobs with a salary.
- 🆕 **Only new jobs since the last run**: made for job alerts and monitoring.
- 🏷️ **Real company names** from the job site, workplace type (on-site, hybrid, remote) and commitment (full-time, contract, internship).
- 🧾 **Complete descriptions**: the intro, every requirements and responsibilities list, pay notes and the closing text, as plain text and HTML.
- 🧩 **Same output as our other job scrapers**, listed at the end of this page, so jobs from company career sites and job boards fit into one table.

### What data does it extract?

| Field | Example |
|---|---|
| `title` | Autonomy System Test Engineer |
| `companyName` / `company` | Zoox / zoox |
| `department` / `team` | Software / Software Platforms and Product |
| `location` / `locations` | Foster City, CA |
| `remote` / `workplaceType` | false / hybrid |
| `employmentType` | full-time |
| `salary` | `{ "min": 144000, "max": 193000, "currency": "USD", "interval": "year" }` |
| `postedAt` | 2026-05-04T23:11:01.125Z |
| `jobUrl` / `applyUrl` | https://jobs.lever.co/zoox/f4746da4-… |
| `descriptionText` / `descriptionHtml` | full job description |

### How to scrape Lever jobs

1. Add the companies: the name from the link (`zoox` in `jobs.lever.co/zoox`) or the whole link.
2. Optionally set filters: keywords such as `engineer` or `account executive`, locations such as `CA` or `Remote`, teams, a date range.
3. Click **Start**. Download the jobs as JSON, CSV, Excel or HTML, or get them through the API.

#### Example input

```json
{
  "companies": ["zoox", "https://jobs.lever.co/palantir", "spotify"],
  "keywords": ["engineer", "scientist"],
  "excludeKeywords": ["intern"],
  "locations": ["California", "Remote"]
}
```

#### Example output

```json
{
  "ats": "lever",
  "company": "zoox",
  "companyName": "Zoox",
  "jobId": "f4746da4-8eb8-43e2-b7ce-bf3c7cf9640d",
  "requisitionId": null,
  "title": "Autonomy System Test Engineer",
  "department": "Software",
  "team": "Software Platforms and Product",
  "location": "Foster City, CA",
  "locations": ["Foster City, CA"],
  "remote": false,
  "workplaceType": "hybrid",
  "employmentType": "full-time",
  "salary": { "min": 144000, "max": 193000, "currency": "USD", "interval": "year", "text": "USD 144,000–193,000 per year", "source": "ats" },
  "postedAt": "2026-05-04T23:11:01.125Z",
  "updatedAt": null,
  "jobUrl": "https://jobs.lever.co/zoox/f4746da4-8eb8-43e2-b7ce-bf3c7cf9640d",
  "applyUrl": "https://jobs.lever.co/zoox/f4746da4-8eb8-43e2-b7ce-bf3c7cf9640d/apply",
  "descriptionText": "Autonomous vehicles have some of the largest, most complex software ever shipped…",
  "descriptionHtml": "<div>…",
  "scrapedAt": "2026-09-24T15:24:02.118Z"
}
```

### Use cases

- **Job alerts and niche job boards**: publish new roles from your favorite startups automatically.
- **Recruiting**: track target companies and see new openings the day they appear.
- **Sales prospecting**: a company hiring SDRs, data engineers or security staff is a warm lead for the right product.
- **Compensation research**: compare pay ranges by role, team and city.
- **Competitive intelligence**: follow which teams and locations competitors invest in.
- **LLM and agent workflows**: structured, clean job data for classification, matching and summaries.

### How much does it cost?

You pay only for the jobs you get: **$1 per 1,000 jobs**. No start fee and no monthly rent. Jobs filtered out by your settings are free. The Apify free plan covers thousands of jobs every month.

### Tips

- **Daily job alerts**: save your input as a task, turn on **Only new jobs since the last run** and schedule it. Connect the dataset to Slack, email, Google Sheets or Zapier through Apify integrations.
- **Only paid transparency roles**: turn on **Only jobs with a salary**.
- **Lighter results**: turn off **Include job descriptions**.
- **Errors per company**: see the `SUMMARY` record in the run's key-value store.

### FAQ

**How do I know a company uses Lever?** Its job links start with `jobs.lever.co/<name>/`. The `<name>` part is what you enter.

**Is it legal to scrape Lever?** The Actor uses the public postings API that Lever provides for publishing jobs. Job postings are public business information, not personal data. Check the terms that apply to your use case.

**Why do some jobs have no salary?** Companies decide whether to publish pay. When a range is set on Lever or written in the description, it is extracted, and `salary.source` says where it came from.

### More job scrapers with the same output

- [Greenhouse Jobs Scraper](https://apify.com/robertosan16/greenhouse-jobs-scraper): every job of any company on Greenhouse, with salary ranges
- [Ashby Jobs Scraper](https://apify.com/robertosan16/ashby-jobs-scraper): startup jobs from Ashby job boards, with compensation
- [Workday Jobs Scraper](https://apify.com/robertosan16/workday-jobs-scraper): every job from any Workday career site, past the 2,000 search limit
- [Dice Jobs Scraper](https://apify.com/robertosan16/dice-jobs-scraper): US tech jobs from Dice.com, with skills and salaries
- [Welcome to the Jungle Jobs Scraper](https://apify.com/robertosan16/welcome-to-the-jungle-jobs-scraper): startup jobs in France, Europe, the UK and the US
- [SEEK Jobs Scraper](https://apify.com/robertosan16/seek-jobs-scraper): jobs in Australia and New Zealand, with salaries as numbers
- [StepStone Jobs Scraper](https://apify.com/robertosan16/stepstone-jobs-scraper): jobs in Germany, with benefits and English-language jobs

Missing a field or a feature? Open an issue in the Issues tab and we will reply quickly.

# Actor input Schema

## `companies` (type: `array`):

Lever job sites to scrape. Enter the company name from the link, for example <code>zoox</code>, or paste a link such as <code>https://jobs.lever.co/palantir</code>. EU sites (<code>jobs.eu.lever.co</code>) work too.

## `keywords` (type: `array`):

Keep jobs whose title contains any of these words or phrases, for example <code>engineer</code> or <code>product manager</code>. Common word endings are included: <code>engineer</code> also finds "Engineering". Add <code>*</code> for any ending: <code>data*</code>.

## `excludeKeywords` (type: `array`):

Skip jobs whose title contains any of these, for example <code>intern</code> or <code>senior</code>.

## `locations` (type: `array`):

Keep jobs in any of these places, for example <code>London</code>, <code>Germany</code> or <code>CA</code>. Whole words are matched, so <code>CA</code> does not match "Canada". <code>Remote</code> also keeps remote jobs.

## `remoteOnly` (type: `boolean`):

Keep only jobs marked as remote or with "Remote" in a location.

## `departments` (type: `array`):

Keep jobs whose department or team contains any of these words, for example <code>Engineering</code> or <code>Sales</code>.

## `postedWithinDays` (type: `integer`):

Keep jobs published in the last N days: 1 means today and yesterday. Leave empty or 0 for any date.

## `onlyWithSalary` (type: `boolean`):

Keep only jobs with a pay range, from the job board or found in the description.

## `onlyNew` (type: `boolean`):

For scheduled runs: save only jobs that were not seen in earlier runs of the same saved task. The first run saves all current jobs and remembers them. Jobs that did not match your filters are remembered too.

## `includeDescription` (type: `boolean`):

Save the full job description as plain text and HTML. Turn off for smaller results.

## `maxItems` (type: `integer`):

Stop after saving this many jobs. Leave empty or 0 for no limit. The example is kept small so the first run takes seconds.

## `maxItemsPerCompany` (type: `integer`):

Save at most this many jobs from each company. Leave empty or 0 for no limit.

## `proxyConfiguration` (type: `object`):

Not needed in most cases: the job board APIs are public. Turn on Apify Proxy if a site limits your requests.

## Actor input object example

```json
{
  "companies": [
    "zoox",
    "https://jobs.lever.co/palantir"
  ],
  "remoteOnly": false,
  "onlyWithSalary": false,
  "onlyNew": false,
  "includeDescription": true,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `jobs` (type: `string`):

Job postings with title, company, locations, salary, dates, description and links.

## `summary` (type: `string`):

Jobs found, matched and saved for each company, with errors.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "companies": [
        "zoox",
        "https://jobs.lever.co/palantir"
    ],
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("robertosan16/lever-jobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "companies": [
        "zoox",
        "https://jobs.lever.co/palantir",
    ],
    "maxItems": 50,
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("robertosan16/lever-jobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "companies": [
    "zoox",
    "https://jobs.lever.co/palantir"
  ],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call robertosan16/lever-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,robertosan16/lever-jobs-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/LihMgbNe42YWb2Llh/builds/xP7MOHfygarsaV07x/openapi.json
