# Company Jobs Scraper - Greenhouse & Lever (`lowlanddata/company-jobs-scraper`) Actor

Track hiring at any company on Greenhouse or Lever. Give board tokens, get every open role in one clean schema. No personal data.

- **URL**: https://apify.com/lowlanddata/company-jobs-scraper.md
- **Developed by:** [Lowland Data](https://apify.com/lowlanddata) (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 $2.30 / 1,000 results

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?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.
Actors are written with capital "A".

## 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.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Company Jobs Scraper — Greenhouse & Lever, clean JSON

Track hiring at any company that posts on **Greenhouse** or **Lever** — the two most common applicant-tracking systems. Give it a list of company board tokens and get every open role, normalised to one clean shape across both platforms: employer, title, location, department, links and the full posting text.

**Live health record:** [lowlanddata.com/status/company-jobs-scraper](https://lowlanddata.com/status/company-jobs-scraper/) - 30-day success rate and daily canary results. Full reference: [tool page](https://lowlanddata.com/tools/company-jobs-scraper/).

**No personal data, ever.** These are employer job boards — there is no applicant data in them, and recruiter or hiring-manager fields are never taken. You get the company, the role and the public posting. Safe to store, share and drop into a CRM.

**Reads the official public APIs.** Greenhouse and Lever both publish free, documented JSON job boards. No proxy, no login, no scraping around a defence — just the data companies publish to be found.

### Quick start (30 seconds)

1. Find a company's token: the slug in `boards.greenhouse.io/`**`token`** or `jobs.lever.co/`**`token`**.
2. Put entries into **companies** as `greenhouse:stripe` or `lever:spotify` (a bare `stripe` is tried on both).
3. Click **Start**.

### What you can build with it

- **Hiring-signal sales intelligence.** A company opening ten engineering roles is scaling — pipe your target accounts' boards into a daily run and you see growth before the funding announcement.
- **Competitor hiring watch.** Which teams are your competitors staffing? Filter by `department`.
- **A niche job board.** Aggregate 50 companies in your sector into one clean feed and republish.
- **Recruiting market maps.** Roles, locations and work modes across a set of employers, refreshed daily.

### What you get

One JSON object per open role — identical fields whether it came from Greenhouse or Lever:

```json
{
  "jobId": "8172508",
  "source": "greenhouse",
  "companyToken": "stripe",
  "companyName": "Stripe",
  "title": "Android Engineer, Terminal",
  "url": "https://stripe.com/jobs/search?gh_jid=8172508",
  "location": "Toronto",
  "department": "Terminal - Eng",
  "office": "Canada",
  "postedAt": "2026-08-01T09:00:00Z",
  "workplaceType": null,
  "commitment": null,
  "description": "We are looking for..."
}
```

Lever rows fill `workplaceType` (onsite/hybrid/remote) and `commitment`; Greenhouse rows fill `updatedAt` and `office`. `description` is present unless you turn `scrapeDetails` off.

### How much does it cost?

Pay per job row plus a small start fee. Fetching one company's whole board is a single request, so hundreds of roles cost cents. Free-plan users try it capped at 25. Platform usage is billed by Apify.

### Not technical? Let your AI assistant set it up

```
I want to use the Company Jobs Scraper (lowlanddata/company-jobs-scraper) on Apify.

What I want: [E.G. "all open jobs at Stripe, Ramp and Notion"]

Guide me to:
1. Find each company's Greenhouse or Lever token (the slug in their careers URL),
   and format companies as greenhouse:token or lever:token.
2. Optionally set a title keyword to filter roles, and maxItems.
3. Explain how to run it and export CSV, and suggest a daily Schedule.
```

### Input reference

| Field           | Type     | Default                                 | Notes                                                              |
| --------------- | -------- | --------------------------------------- | ------------------------------------------------------------------ |
| `companies`     | string\[] | `["greenhouse:stripe","lever:spotify"]` | `greenhouse:token` / `lever:token`, or a bare token tried on both. |
| `scrapeDetails` | boolean  | `true`                                  | Include the full description text.                                 |
| `keyword`       | string   | —                                       | Keep only titles containing this text.                             |
| `maxItems`      | integer  | `1000`                                  | Stop after this many jobs across all companies.                    |

**Finding tokens:** open a company's careers page. If the URL is `boards.greenhouse.io/acme` or their "Apply" links go to `job-boards.greenhouse.io/acme`, the token is `acme` on Greenhouse. If it's `jobs.lever.co/acme`, it's `acme` on Lever.

### Use it with AI agents (MCP)

Run it directly from Claude, Cursor and other MCP clients: [apify.com/lowlanddata/company-jobs-scraper/api/mcp](https://apify.com/lowlanddata/company-jobs-scraper/api/mcp).

### Is it legal?

Greenhouse and Lever publish these job boards through free, public, documented APIs specifically so job data can be distributed and aggregated. This actor reads only those endpoints, takes no personal data, and identifies only employers and their public roles. How you use the data downstream is yours to assess.

### FAQ

**A company returned nothing.** Wrong token, or they use a different ATS (Workday, Ashby, SmartRecruiters...). The run logs which companies weren't found and continues.

**Greenhouse vs Lever - how do I know which?** Use a bare token and the actor tries both, or check the careers URL (see above).

**More ATS platforms?** Workday and Ashby are on the roadmap - ask on the Issues tab if you need one.

### Troubleshooting

- **Empty result for a token you're sure of** — some boards are private (require an embed key); only public boards are reachable.
- **A markup/API change** — report it on the **Issues tab**; these are stable documented APIs, so breaks are rare and fixed fast.

If this saves you time, a **rating** helps other buyers find it.

# Actor input Schema

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

One entry per company, as <code>greenhouse:token</code> or <code>lever:token</code> (e.g. <code>greenhouse:stripe</code>, <code>lever:spotify</code>). A bare token like <code>stripe</code> is tried on both. The token is the slug in the company's careers URL: greenhouse.io/<b>token</b> or jobs.lever.co/<b>token</b>.

## `scrapeDetails` (type: `boolean`):

Include the full job description text. On by default - it's one request per company either way.

## `keyword` (type: `string`):

Only keep jobs whose title contains this text (e.g. <code>engineer</code>). Optional.

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

Stop after this many jobs across all companies.

## Actor input object example

```json
{
  "companies": [
    "greenhouse:stripe",
    "lever:spotify"
  ],
  "scrapeDetails": true,
  "maxItems": 1000
}
```

# Actor output Schema

## `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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("lowlanddata/company-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 = {}

# Run the Actor and wait for it to finish
run = client.actor("lowlanddata/company-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 '{}' |
apify call lowlanddata/company-jobs-scraper --silent --output-dataset

```

## MCP server setup

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