# Lever Jobs Scraper — Every Open Role, Exact New & Closed (`northbell/lever-jobs-scraper`) Actor

Lever jobs scraper: every open role on any company's public Lever job board — title, team, location, workplace type, commitment, posting date, full description — plus exactly which roles are new or closed since your last run. Official public API, no login.

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

## Pricing

from $0.40 / 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.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

Every open role on any company's public **Lever** job board, as clean JSON — and, from the second run on, **exactly which roles are new and which have closed**. Official public API. No login, no cookies, no proxies.

### Why the "new / closed" is exact here

Most job scrapers search a job site and get back a *sample*: run the same search twice and a different slice comes back, so "new since yesterday" is partly noise. A Lever board is different — the company's public API returns **every open role at once**. So this Actor keeps the list of role IDs from your last run and compares: a role that appears is new, a role that disappears has closed. No estimation.

Palantir's 318 open roles came back in one request.

### What you get

| Field | |
|---|---|
| `title`, `department`, `team` | as the company wrote them |
| `location`, `locations` | the main location and every secondary one |
| `remote`, `workplaceType`, `employmentType` | when the board provides them — otherwise `null`, not a guess |
| `salaryMin`, `salaryMax`, `salaryCurrency`, `salaryInterval` | Lever only exposes a salary range when the company fills it in; many do not (0 of Palantir's 318). When it is missing you get null, never a guess. |
| `postedAt` | the real publish date from the board |
| `isNewSinceLastRun` | `true` / `false`, or `null` on the first run (unknown, not "old") |
| `description` | full text, HTML stripped (turn off with *Include the full description*) |
| `jobUrl`, `applyUrl` | links straight to the posting |

Closed roles come back as their own rows (`type: "closed"`) with the title and when they were last seen.

### Input

Put the company's board name or careers-page URL in **Companies** — for example `palantir` or `jobs.lever.co/palantir`. Many companies in one run is fine and cheaper than one run each.

Optional filters (title, location, remote only, published salary only) narrow what you get back. They **do not** change the new/closed comparison, which always uses the full board — so changing a filter never makes roles look "closed".

A company that is not on Lever, or has no public board, comes back as an `error` row and the run carries on.

### Pricing

Pay per role returned — **$0.50 per 1,000 roles**, plus $0.01 per run. Closed-role rows and errors are free.

### For AI agents

Call with `{"companies": ["palantir"]}`. Each row has `type`: `job`, `closed` or `error`. `isNewSinceLastRun: null` means "no previous run to compare with", not "old".

### Sister Actors

[Greenhouse Jobs Scraper](https://apify.com/northbell/greenhouse-jobs-scraper) · [Lever Jobs Scraper](https://apify.com/northbell/lever-jobs-scraper) · [Ashby Jobs Scraper](https://apify.com/northbell/ashby-jobs-scraper) · [Workday Jobs Scraper](https://apify.com/northbell/workday-jobs-scraper) · [Workable Jobs Scraper](https://apify.com/northbell/workable-jobs-scraper) · [SmartRecruiters Jobs Scraper](https://apify.com/northbell/smartrecruiters-jobs-scraper) · [Recruitee Jobs Scraper](https://apify.com/northbell/recruitee-jobs-scraper) · [Personio Jobs Scraper](https://apify.com/northbell/personio-jobs-scraper) · [Breezy HR Jobs Scraper](https://apify.com/northbell/breezy-hr-jobs-scraper) — same fields, same exact change tracking, one per job-board provider.

For LinkedIn: [LinkedIn Company Jobs Scraper](https://apify.com/northbell/linkedin-company-jobs-scraper) · [Free LinkedIn Job Details from URL](https://apify.com/northbell/linkedin-job-detail-scraper).

# Actor input Schema

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

The company's Lever board name or careers-page URL (jobs.lever.co/palantir). One per line. Add as many as you like — one run, one start fee.

## `titleKeywords` (type: `string`):

Comma-separated. Keep roles whose title contains any of these, e.g. "engineer, data".

## `locationKeywords` (type: `string`):

Comma-separated. Matched against every location of the role, e.g. "london, remote".

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

Keep only roles the board marks as remote.

## `withSalaryOnly` (type: `boolean`):

Keep only roles where the company published a pay range.

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

Plain text. Turn off for smaller, faster output.

## `trackChanges` (type: `boolean`):

The board returns every open role at once, so the difference from your previous run is exact — not a sample. First run marks everything as unknown (null).

## `maxJobsPerCompany` (type: `integer`):

Stops returning roles from one company after this many. The new/closed comparison still uses the whole board.

## Actor input object example

```json
{
  "companies": [
    "palantir",
    "https://jobs.lever.co/palantir"
  ],
  "remoteOnly": false,
  "withSalaryOnly": false,
  "includeDescription": true,
  "trackChanges": true,
  "maxJobsPerCompany": 1000
}
```

# Actor output Schema

## `all` (type: `string`):

No description

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

No description

# 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": [
        "palantir",
        "https://jobs.lever.co/palantir"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("northbell/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": [
        "palantir",
        "https://jobs.lever.co/palantir",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("northbell/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": [
    "palantir",
    "https://jobs.lever.co/palantir"
  ]
}' |
apify call northbell/lever-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,northbell/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/UyfRtESFQGiff9RgQ/builds/2caxH19WQSxjuiaj2/openapi.json
