# Greenhouse, Lever, Ashby, SmartRecruiters & Workable Jobs (`datalantern/ats-jobs`) Actor

Export every open job from company career pages on Greenhouse, Lever, Ashby, SmartRecruiters and Workable: title, department, location, remote, salary, posting date, apply link and description.

- **URL**: https://apify.com/datalantern/ats-jobs.md
- **Developed by:** [Data Lantern](https://apify.com/datalantern) (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

Pay per event

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

## Greenhouse, Lever, Ashby, SmartRecruiters & Workable Jobs

**Company Jobs Scraper** exports every open job from company career pages hosted on **Greenhouse, Lever, Ashby, SmartRecruiters, and Workable**, in one consistent table: job title, department, location, remote flag, employment type, salary range, posting date, apply link, and the full job description. Paste job-board links or company names and download the jobs as CSV, Excel, or JSON for job boards, recruiting and sales intelligence, hiring-trend research, or job alerts.

### What can this tool do?

- Export all open jobs of a company from five applicant tracking systems with one tool and one output format.
- Detect the platform automatically from a job-board link, a company's careers page, or just the company name.
- Return salary ranges where the company publishes them (Ashby and Lever), with currency and pay period.
- Filter by keyword (title or department) and by location, or enter "remote" for remote jobs.
- Include the full job description as clean plain text, or leave it out for a compact export.
- Scrape hundreds of companies in one run; companies that cannot be found are reported in the log and not charged.

### What data does it return?

One row per job. Example values from real runs (a Greenhouse job and an Ashby job):

| Field | Greenhouse example | Ashby example |
|---|---|---|
| `company` | Airbnb | ramp |
| `companyId` | airbnb | ramp |
| `platform` | greenhouse | ashby |
| `jobId` | 8184174 | 34413f8d-26bf-4bbc-8ade-eb309a0e2245 |
| `title` | Account Manager | Security Engineer, Cloud |
| `department` | Business Development | Engineering |
| `location` | London, United Kingdom | New York, NY (HQ); Remote (Canada); Remote (US); Miami, FL |
| `remote` | false | true |
| `employmentType` | null | Full-time |
| `salaryMin` | null | 211400 |
| `salaryMax` | null | 290600 |
| `salaryCurrency` | null | USD |
| `salaryPeriod` | null | year |
| `postedAt` | 2026-09-09T08:35:19.000Z | 2026-04-07T17:12:35.753Z |
| `updatedAt` | 2026-09-18T08:55:55.000Z | null |
| `applyUrl` | https://careers.airbnb.com/positions/8184174?gh\_jid=8184174 | https://jobs.ashbyhq.com/ramp/34413f8d-26bf-4bbc-8ade-eb309a0e2245 |
| `descriptionText` | Airbnb was born in 2007 when two hosts welcomed three guests… | About Ramp\nRamp is building the smart infrastructure for finance teams… |

- `company` is the company name when the platform provides it (Greenhouse, SmartRecruiters, Workable), otherwise the job-board name.
- Not every platform publishes every field: salaries come from Ashby and Lever when the company shows them; `updatedAt` comes from Greenhouse; missing values are `null`.
- `remote` is `true` when the platform marks the job as remote or the location says "Remote".

### How to use it

1. Paste job-board links (for example `https://boards.greenhouse.io/airbnb`, `https://jobs.lever.co/spotify`), `platform:company` values, or company names.
2. Optionally add a keyword, a location, and a maximum number of jobs per company.
3. Click **Start**, then download the jobs as CSV, Excel, or JSON, or read them through the API.

### Pricing

Pay per job: **$1.50 per 1,000 jobs**, plus $0.005 per run. You only pay for jobs you receive. Set a maximum cost per run in the run options.

### Use it through the API, AI agents, and integrations

Schedule it daily to track new openings, call it from your code with the Apify API, or connect it to Make, Zapier, n8n, Slack, Google Sheets, or an AI agent through Apify's MCP server.

### Is it legal?

This tool reads the public job-board APIs that Greenhouse, Lever, Ashby, SmartRecruiters, and Workable provide for companies' own career pages. It does not log in or bypass access controls. It outputs job postings only: recruiter and hiring-manager names are never collected, and personal email addresses inside descriptions are replaced with "\[email removed]". You are responsible for how you use the data.

### FAQ

**How do I find a company's job-board name?** Open the company's careers page and click a job: the address shows the platform and name, for example `jobs.lever.co/spotify` or `boards.greenhouse.io/airbnb`. You can also paste the careers-page URL; the tool looks for an embedded job board.

**Why was a company not found?** It may use a different system (for example Workday or its own site), or its job-board name differs from its brand name. Paste the job-board link to be sure.

**Why are salary fields empty?** Most companies do not publish pay in their job-board data. Ashby and Lever return it when the company chooses to show it.

### Feedback

Found a bug, need another platform, or a field added? Open an issue on the **Issues** tab. We usually respond within 24 hours.

# Actor input Schema

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

One company per line: a job-board link (https://boards.greenhouse.io/airbnb, https://jobs.lever.co/spotify, https://jobs.ashbyhq.com/ramp, https://jobs.smartrecruiters.com/Ubisoft2, https://apply.workable.com/huggingface), "platform:company" (greenhouse:stripe), a careers-page URL, or just a company name to detect the platform automatically.

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

Optional. Keep jobs whose title or department contains this text, for example "engineer" or "sales".

## `location` (type: `string`):

Optional. Keep jobs whose location contains this text, for example "London" or "Germany". Enter "remote" for remote jobs.

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

Adds the full job description as plain text. Turn off for smaller, faster exports.

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

0 means all open jobs.

## Actor input object example

```json
{
  "companies": [
    "https://boards.greenhouse.io/airbnb",
    "https://jobs.lever.co/spotify",
    "https://jobs.ashbyhq.com/ramp"
  ],
  "includeDescription": true,
  "maxJobsPerCompany": 20
}
```

# Actor output Schema

## `results` (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": [
        "https://boards.greenhouse.io/airbnb",
        "https://jobs.lever.co/spotify",
        "https://jobs.ashbyhq.com/ramp"
    ],
    "maxJobsPerCompany": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("datalantern/ats-jobs").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": [
        "https://boards.greenhouse.io/airbnb",
        "https://jobs.lever.co/spotify",
        "https://jobs.ashbyhq.com/ramp",
    ],
    "maxJobsPerCompany": 20,
}

# Run the Actor and wait for it to finish
run = client.actor("datalantern/ats-jobs").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": [
    "https://boards.greenhouse.io/airbnb",
    "https://jobs.lever.co/spotify",
    "https://jobs.ashbyhq.com/ramp"
  ],
  "maxJobsPerCompany": 20
}' |
apify call datalantern/ats-jobs --silent --output-dataset

```

## MCP server setup

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

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/vcJjLnuhErZ1Jf7kY/builds/kJloL6atZ5l9RJYWx/openapi.json
