# ATS Jobs Scraper: Greenhouse, Ashby, Recruitee, SmartRecruiters (`fetchsmith/ats-jobs-scraper`) Actor

Live job postings from Greenhouse, Ashby, Lever, Recruitee, Workable and SmartRecruiters career boards — six applicant tracking systems normalized into one schema with location, remote status and salary where available.

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

## Pricing

$1.50 / 1,000 job postings

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?

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

## ATS Jobs Scraper – Greenhouse, Ashby, Lever, Recruitee, Workable & SmartRecruiters

Live job postings straight from any company's own career board on **Greenhouse, Ashby, Lever, Recruitee, Workable or SmartRecruiters**, normalized into one schema — no matter which ATS the company uses.

### What it does

- Fetches each company's public job-board API directly (no browser, no login) for **Greenhouse**, **Ashby**, **Lever**, **Recruitee**, **Workable** and **SmartRecruiters**.
- Normalizes every posting into one shared schema (title, department, team, employment type, workplace type, remote flag, location, salary where the ATS exposes it, timestamps, apply URL, description).
- Client-side filters (title keyword, location keyword, remote-only, posted-after date) are applied **before** charging, so you only pay for postings you actually want.
- Companies that have migrated off an ATS (very common for Lever) are skipped with a warning, not a failed run.
- Pay per result: you are charged only for job postings actually returned. **No start fee.**

### Input

| Field | Type | Description |
|---|---|---|
| `companies` | array | `[{"ats": "greenhouse\|ashby\|lever\|recruitee\|workable\|smartrecruiters", "slug": "<company-slug>"}]`. The slug is the company identifier in their career-board URL, e.g. `jobs.ashbyhq.com/ramp` → `{"ats":"ashby","slug":"ramp"}`. |
| `titleKeyword` | string | Only keep postings whose title contains this text. |
| `locationKeyword` | string | Only keep postings whose location/city/country contains this text. |
| `remoteOnly` | boolean | Only keep postings the ATS marks as remote. Default `false`. |
| `postedAfter` | string | ISO date; only keep postings published on/after it. |
| `includeDescriptions` | boolean | Include full HTML + plain-text description. Default `true`. |
| `maxJobsPerCompany` | integer | Cap postings pulled per company before filters. Default `500`. |
| `maxResults` | integer | Cap total postings returned across all companies. Default `2000`. |
| `proxyConfiguration` | object | Apify Proxy config. Default: Apify Proxy on. |

#### Finding a company's slug

- **Greenhouse**: `boards.greenhouse.io/<slug>` or the `gh_jid`-style URL on their careers page.
- **Ashby**: `jobs.ashbyhq.com/<slug>`.
- **Lever**: `jobs.lever.co/<slug>`. Many well-known companies have migrated to a different ATS — if the slug 404s, they're no longer on Lever and the Actor skips them without failing.
- **Recruitee**: `<slug>.recruitee.com`.
- **Workable**: `apply.workable.com/<slug>`.
- **SmartRecruiters**: `jobs.smartrecruiters.com/<slug>` (identifier is case-sensitive, e.g. `BMWDealerCareers`).

### Output

One row per job posting:
`company, atsSource, jobId, title, department, team, employmentType, workplaceType, isRemote, location, secondaryLocations, country, region, city, salaryMin, salaryMax, salaryCurrency, publishedAt, updatedAt, jobUrl, applyUrl, descriptionHtml, descriptionText, scrapedAt`

Salary fields are populated when the ATS itself exposes them (confirmed on Recruitee and Lever boards that publish pay ranges); left `null` otherwise rather than guessed.

### Pricing

`job` — $0.0015 per job posting returned. No start fee.

### Notes

Only public, no-login job-board data is collected — the same postings anyone can see on the company's own careers page. Job descriptions occasionally include a named recruiter contact the company itself chose to publish; this Actor does not extract or highlight individual contact data as a feature. Issues or feature requests: support@fetchsmith.com. Also available as a hosted API at https://fetchsmith.com

### Related guides

- https://fetchsmith.com/tools
- Source code: https://github.com/Fetchsmith/fetchsmith/tree/main/actors/ats-jobs-scraper

# Actor input Schema

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

List of {"ats": "greenhouse|ashby|lever|recruitee|workable|smartrecruiters", "slug": "<company-slug-from-their-career-board-url>"}. Example: careers.airbnb.com/... uses Greenhouse slug "airbnb"; jobs.ashbyhq.com/ramp uses Ashby slug "ramp"; apply.workable.com/getresponse uses Workable slug "getresponse"; jobs.smartrecruiters.com/BMWDealerCareers uses SmartRecruiters slug "BMWDealerCareers" (case-sensitive).

## `titleKeyword` (type: `string`):

Only keep postings whose title contains this text (case-insensitive). Leave empty for all titles.

## `locationKeyword` (type: `string`):

Only keep postings whose location/city/country contains this text (case-insensitive). Leave empty for all locations.

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

Only keep postings the ATS itself marks as remote.

## `postedAfter` (type: `string`):

Only keep postings published on or after this date, e.g. 2026-08-01. Leave empty for no date filter.

## `includeDescriptions` (type: `boolean`):

Include the full HTML and plain-text job description. Turn off for a smaller/faster dataset.

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

Stop pulling from a single company's board after this many postings (before filters).

## `maxResults` (type: `integer`):

Stop the whole run after this many postings are pushed, across all companies.

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

Route requests through Apify Proxy (recommended, on by default).

## Actor input object example

```json
{
  "companies": [
    {
      "ats": "greenhouse",
      "slug": "airbnb"
    },
    {
      "ats": "ashby",
      "slug": "ramp"
    },
    {
      "ats": "lever",
      "slug": "leverdemo"
    },
    {
      "ats": "recruitee",
      "slug": "vandebron"
    },
    {
      "ats": "workable",
      "slug": "getresponse"
    },
    {
      "ats": "smartrecruiters",
      "slug": "ElasticBandCompany"
    }
  ],
  "remoteOnly": false,
  "includeDescriptions": true,
  "maxJobsPerCompany": 500,
  "maxResults": 2000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `dataset` (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("fetchsmith/ats-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("fetchsmith/ats-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 fetchsmith/ats-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,fetchsmith/ats-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/6Z1B0jIUfaJULKfBF/builds/fYm6yj68XG2iSM8wL/openapi.json
