# Public ATS Job Board (Greenhouse, Lever, Ashby) (`oddsmith/ats-job-board`) Actor

Normalized published jobs from Greenhouse, Lever, and Ashby public JSON boards. PPE $0.004 per job. ToS: public Job Board APIs only; honor provider and employer terms. Takedown: email nicholas.jaskolski@gmail.com with subject takedown ats-job-board and the board slug.

- **URL**: https://apify.com/oddsmith/ats-job-board.md
- **Developed by:** [oddsmith Data](https://apify.com/oddsmith) (community)
- **Categories:** Jobs
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$4.00 / 1,000 published 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?

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

### What does Public ATS Job Board do?

Pull **currently published** roles from Greenhouse, Lever, and Ashby career sites that already expose a public JSON board. One normalized row per job. This is a public Job Board **API**, not a LinkedIn scrape and not a warehouse of every employer on the internet.

Official endpoints:

| ATS | Public JSON |
| --- | --- |
| Greenhouse | `GET https://boards-api.greenhouse.io/v1/boards/{token}/jobs` |
| Lever | `GET https://api.lever.co/v0/postings/{slug}?mode=json` |
| Ashby | `GET https://api.ashbyhq.com/posting-api/job-board/{name}?includeCompensation=true` |

No LinkedIn. No browser. No cookies. Internal or confidential postings never appear on these endpoints.

### Why use it

- Track a **named employer list** from the company's own board, so an agent does not invent ghost jobs.
- Rebuild a niche board (one industry, one city, one function) without buying an aggregator dump.
- Keep **Ashby compensation** structured (`min` / `max` / `currency` / `interval`) when the employer opted in.
- Mix Greenhouse, Lever, and Ashby in one run and still get the same columns.

### What you get

Each dataset item is one published job. You are billed the **`job`** event once per item actually written.

| Field | Type | Notes |
| --- | --- | --- |
| `source` | string | `greenhouse`, `lever`, or `ashby` |
| `board_slug` | string | Public board token / site slug |
| `job_id` | string | Provider job id |
| `title` | string | Job title |
| `company` | string | Employer label, else the board slug |
| `locations[]` | array | Normalized location strings |
| `departments[]` | array | Department and team labels |
| `remote` | boolean | null | `true`/`false` when the board is explicit; `null` when unknown |
| `employment_type` | string | null | When the board publishes one |
| `compensation` | object | null | Ashby salary `min` / `max` / `currency` / `interval` when present |
| `apply_url` | string | Public apply or hosted job URL |
| `published_at` | string | null | First published timestamp when available |
| `updated_at` | string | null | Last update timestamp when available |
| `description_text` | string | null | Plain text (when `includeDescription` is true) |
| `description_html` | string | null | Original HTML (when `includeDescription` is true) |
| `extras` | object | Provider leftovers that do not fit the shared columns. Always present. |

**`extras` by source (retrieved from the engine, not invented):**

- Greenhouse: `internal_job_id`, `requisition_id`
- Lever: `workplace_type`, `country`, `hosted_url`
- Ashby: `workplace_type`, `apply_url`

### How much it costs

Pay-per-event. One event, charged **only on a successful write**.

| Event name | Title | Bronze price |
| --- | --- | --- |
| `job` | Published job | **$0.004** |

No `job` charge on an empty board, a 404, or a validation error. If the run hits the user's max total charge, the Actor stops.

Store context (Demand, 2026-08-28, retrieved): career-site ATS leader `fantastic-jobs/career-site-job-listing-api` is $0.012 per job at 1,440 monthly users. Community listings sit around $0.001–$0.003. This SKU undercuts the warehouse price, stays above the race-to-zero floor, and only reads the three public JSON boards.

### Input

See the input tab for the full form. Required: at least one board.

- `boards`: `[{ "ats": "greenhouse"|"lever"|"ashby", "slug": "...", "company": "optional label" }]`
- or shortcuts `greenhouseSlugs` / `leverSlugs` / `ashbySlugs`
- `includeDescription` (default true). Still one `job` charge per row.
- `titleContains` optional case-insensitive substrings (keep if the title matches any)
- `maxJobs` optional cap

### Output

Download the dataset as JSON, CSV, Excel, or HTML. Example row:

```json
{
  "source": "ashby",
  "board_slug": "ashby",
  "job_id": "123",
  "title": "Staff Engineer",
  "company": "Ashby",
  "locations": ["Remote", "Spain"],
  "departments": ["Engineering"],
  "remote": true,
  "employment_type": "Full-time",
  "compensation": { "min": 110000, "max": 185000, "currency": "EUR", "interval": "year" },
  "apply_url": "https://jobs.ashbyhq.com/ashby/123",
  "published_at": "2026-01-15T00:00:00.000Z",
  "updated_at": null,
  "description_text": "...",
  "description_html": "<p>...</p>",
  "extras": { "workplace_type": "Remote", "apply_url": "https://jobs.ashbyhq.com/ashby/123" }
}
```

### Not in v1

Workday, iCIMS, SmartRecruiters, Recruitee, LinkedIn jobs, and any login-gated board.

### Terms of use and takedown

This Actor reads **published** Greenhouse, Lever, and Ashby Job Board JSON only. It does not log in, does not use cookies, and does not fetch internal or confidential postings.

**ToS.** You must comply with Greenhouse, Lever, and Ashby terms, with each employer's career-site terms, and with applicable law. Do not use output to spam applicants, to misrepresent a role, or to republish descriptions in a way the employer forbids.

**Takedown.** An employer or ATS operator can have a board dropped from default examples and from future runs. Email nicholas.jaskolski@gmail.com with the subject `takedown ats-job-board` and the board slug. Confirmed requests are honored; Origin listing copy is the record of what this SKU fetches.

# Actor input Schema

## `boards` (type: `array`):

Explicit ATS boards. Each item needs ats (greenhouse|lever|ashby) and slug (the public board token).

## `greenhouseSlugs` (type: `array`):

Shortcut list of Greenhouse board tokens (the path segment on boards.greenhouse.io).

## `leverSlugs` (type: `array`):

Shortcut list of Lever site slugs (the path segment on jobs.lever.co).

## `ashbySlugs` (type: `array`):

Shortcut list of Ashby job-board names (the path segment on jobs.ashbyhq.com).

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

When true, store HTML and plain-text descriptions. Still one PPE charge per job.

## `titleContains` (type: `array`):

Optional case-insensitive substrings. A job is kept if its title contains any of these.

## `maxJobs` (type: `integer`):

Stop after this many normalized jobs. Use it to cap a first run.

## Actor input object example

```json
{
  "boards": [
    {
      "ats": "greenhouse",
      "slug": "stripe",
      "company": "Stripe"
    },
    {
      "ats": "lever",
      "slug": "leverdemo",
      "company": "Lever"
    },
    {
      "ats": "ashby",
      "slug": "ashby",
      "company": "Ashby"
    }
  ],
  "includeDescription": true,
  "maxJobs": 50
}
```

# 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 = {
    "boards": [
        {
            "ats": "greenhouse",
            "slug": "stripe",
            "company": "Stripe"
        },
        {
            "ats": "lever",
            "slug": "leverdemo",
            "company": "Lever"
        },
        {
            "ats": "ashby",
            "slug": "ashby",
            "company": "Ashby"
        }
    ],
    "maxJobs": 50
};

// Run the Actor and wait for it to finish
const run = await client.actor("oddsmith/ats-job-board").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 = {
    "boards": [
        {
            "ats": "greenhouse",
            "slug": "stripe",
            "company": "Stripe",
        },
        {
            "ats": "lever",
            "slug": "leverdemo",
            "company": "Lever",
        },
        {
            "ats": "ashby",
            "slug": "ashby",
            "company": "Ashby",
        },
    ],
    "maxJobs": 50,
}

# Run the Actor and wait for it to finish
run = client.actor("oddsmith/ats-job-board").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 '{
  "boards": [
    {
      "ats": "greenhouse",
      "slug": "stripe",
      "company": "Stripe"
    },
    {
      "ats": "lever",
      "slug": "leverdemo",
      "company": "Lever"
    },
    {
      "ats": "ashby",
      "slug": "ashby",
      "company": "Ashby"
    }
  ],
  "maxJobs": 50
}' |
apify call oddsmith/ats-job-board --silent --output-dataset

```

## MCP server setup

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

```

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/gZqIblhiH9Mv8TxXK/builds/gCM7NVd1VOgbbTqLQ/openapi.json
