# Company Job Board (ATS) Scraper (`nexgendata/company-job-board-scraper`) Actor

Pull open jobs from company Greenhouse, Lever & Ashby boards via official public APIs. No login, no blocking.

- **URL**: https://apify.com/nexgendata/company-job-board-scraper.md
- **Developed by:** [NexGenData](https://apify.com/nexgendata) (community)
- **Categories:** Jobs, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $80.00 / 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.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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 Job Board (ATS) Scraper · Greenhouse · Lever · Ashby · SmartRecruiters

Pull every open role straight from companies' own ATS job boards via their official public APIs — built for recruiters, sales/GTM teams, and analysts who need hiring-signal data, not a brittle scraper.

**Flexible input** — give it a token (`greenhouse:vercel`), a careers URL, or just a company board name and it auto-detects the ATS. Unsupported boards return a clear message instead of failing silently.

### ⚡ What you get

| Field | Description |
|-------|-------------|
| `company` | The company / board token you queried |
| `ats` | Source ATS — greenhouse, lever, ashby, or smartrecruiters |
| `title` | Job title |
| `location` | Role location (as published) |
| `departments` | Department / team array |
| `url` | Direct apply URL |
| `updatedAt` | Last-updated / posted timestamp |
| `jobId` | Stable job identifier from the ATS |

### 📥 Input — three flexible formats

Add any mix of these to the **Companies / boards** list:

1. **`ats:token`** — `greenhouse:vercel`, `lever:leverdemo`, `ashby:ramp`, `smartrecruiters:Visa`
2. **Careers URL** — paste e.g. `https://jobs.lever.co/leverdemo` and the ATS is auto-detected
3. **Bare board name** — `vercel` alone; we try each supported ATS and use the first with open roles

**Supported ATS:** Greenhouse, Lever, Ashby, SmartRecruiters. Boards on Workday, Workable, Recruitee or BambooHR return a clear "not yet supported" note (more platforms coming).

### 🎯 Use cases

1. **Recruiters / sourcers** — pull live roles across a target list of companies in one run.
2. **Sales & GTM** — hiring is a buying signal; a company opening 40 roles has budget and is expanding.
3. **Market / competitive analysts** — track competitor headcount growth by function and location over time.
4. **Job aggregators** — build a clean, deduplicated feed straight from the authoritative source.
5. **Talent-market researchers** — measure demand for specific roles/skills across employers.

### 🚀 Sample inputs

Typical — a few target companies:
```json
{ "companies": ["greenhouse:vercel", "lever:leverdemo", "ashby:ramp"], "maxJobsPerCompany": 0 }
````

Capped — quick monitoring run:

```json
{ "companies": ["greenhouse:databricks", "ashby:openai"], "maxJobsPerCompany": 25 }
```

Single board — one company deep:

```json
{ "companies": ["greenhouse:airbnb"] }
```

Each entry is `ats:token` — the provider plus the company's board token (the slug in their careers URL, e.g. `boards.greenhouse.io/vercel` → `greenhouse:vercel`).

### 📦 Sample output

```json
{
  "company": "vercel",
  "ats": "greenhouse",
  "title": "Account Executive, Majors",
  "location": "Hybrid - London",
  "departments": ["Sales"],
  "url": "https://boards.greenhouse.io/vercel/jobs/1234567",
  "updatedAt": "2026-05-28T12:00:00Z",
  "jobId": 1234567
}
```

### 📊 Sample Output

![Sample output](https://api.apify.com/v2/key-value-stores/8gLgXMBveEI1tTz1z/records/company-job-board-scraper-output.png)

### 🛠 How it works

1. **Source** — reads each company's official public ATS API (Greenhouse Boards API, Lever Postings API, Ashby Posting API).
2. **Parser** — normalizes all three providers into one consistent job schema.
3. **Rate-limiting** — polite, identified User-Agent; one request per board.
4. **Schema** — clean JSON per role; export to JSON/CSV/Excel or stream via API.
5. **Fallback** — a missing or invalid board is skipped with a logged warning; the run still succeeds with the boards that resolved.

### 🔗 Related Actors

- [LinkedIn Jobs Scraper](https://apify.com/nexgendata/linkedin-jobs-scraper?fpr=2ayu9b) — job listings by keyword & location (no login)
- [Company Enrichment API](https://apify.com/nexgendata/company-enrichment-tool?fpr=2ayu9b) — turn a company into firmographics
- [B2B Leads Finder](https://apify.com/nexgendata/b2b-leads-finder?fpr=2ayu9b) — contacts at your target companies
- [Company Email Finder](https://apify.com/nexgendata/company-email-finder?fpr=2ayu9b) — verified business emails by domain

### 💰 Pricing Example

Pay-per-event: **$0.005 per run start + $0.08 per job returned** (`job-record`).

| Jobs returned | Cost |
|---|---|
| 100 | ~$8.01 |
| 500 | ~$40.01 |
| 2,000 | ~$160.01 |

Apify gives every account **$5/month of free credit**, which covers your first ~60 jobs of trial usage. You only pay for jobs actually returned. [Start free →](https://apify.com/?fpr=2ayu9b)

### ⚖️ Legal & data sources

Data comes from each employer's **official public ATS API** — Greenhouse (`boards-api.greenhouse.io`), Lever (`api.lever.co`), and Ashby (`api.ashbyhq.com`) — the same endpoints that power public careers pages. No authentication, no login, no circumvention of access controls. Requests use an identified User-Agent and run one call per board. You are responsible for your own use of the data under each provider's terms.

### ❓ FAQ

**How do I find a company's board token?** It's the slug in their careers URL — `boards.greenhouse.io/<token>`, `jobs.lever.co/<token>`, or `jobs.ashbyhq.com/<token>`.

**Which ATS providers are supported?** Greenhouse, Lever, and Ashby today. Tell us which others you need.

**Will this break like an Indeed/LinkedIn scraper?** No — it uses official public APIs, not page scraping, so there's no anti-bot arms race.

**How fresh is the data?** Live at run time. Schedule it daily to monitor hiring changes.

**Can it monitor many companies?** Yes — pass as many `ats:token` entries as you like; output scales linearly.

**What if a company isn't on one of these ATSes?** It's skipped with a logged warning; supported boards still return.

**Can I get only new roles since yesterday?** Use `updatedAt` to filter downstream, or diff against your previous run.

### 🆘 Troubleshooting

- **0 jobs for a company** — wrong token or the company isn't on that ATS. Check the careers URL slug and the `ats:` prefix.
- **A board returns HTTP 404** — the token is invalid; the run logs a warning and continues.
- **Fewer jobs than expected** — `maxJobsPerCompany` is capping output; set it to `0` for all roles.
- **Location is null** — some Lever/Ashby roles omit a structured location; the field is passed through as provided.
- **Need an unsupported ATS (Workday, SmartRecruiters, etc.)** — contact us; coverage is expanding.

### 🏷️ About NexGenData

NexGenData builds structured public-data tools for analysts, developers, and operators. Browse the full catalog at [thenextgennexus.com](https://thenextgennexus.com/actors-by-workflow/).

# Actor input Schema

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

Company boards to scrape. Each entry can be: a token as "ats:token" (greenhouse:vercel, lever:leverdemo, ashby:ramp, smartrecruiters:Visa), a careers URL (we auto-detect the ATS), or just a board name (we try each supported ATS). Supported: Greenhouse, Lever, Ashby, SmartRecruiters.

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

Maximum jobs to return per company board. 0 returns all open jobs.

## Actor input object example

```json
{
  "companies": [
    "greenhouse:vercel",
    "lever:leverdemo",
    "smartrecruiters:Visa"
  ],
  "maxJobsPerCompany": 0
}
```

# 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": [
        "greenhouse:vercel",
        "lever:leverdemo",
        "smartrecruiters:Visa"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("nexgendata/company-job-board-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": [
        "greenhouse:vercel",
        "lever:leverdemo",
        "smartrecruiters:Visa",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("nexgendata/company-job-board-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).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": [
    "greenhouse:vercel",
    "lever:leverdemo",
    "smartrecruiters:Visa"
  ]
}' |
apify call nexgendata/company-job-board-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=nexgendata/company-job-board-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Company Job Board (ATS) Scraper",
        "description": "Pull open jobs from company Greenhouse, Lever & Ashby boards via official public APIs. No login, no blocking.",
        "version": "0.0",
        "x-build-id": "PleGNeViQjNxCFIiQ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nexgendata~company-job-board-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nexgendata-company-job-board-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/nexgendata~company-job-board-scraper/runs": {
            "post": {
                "operationId": "runs-sync-nexgendata-company-job-board-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/nexgendata~company-job-board-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-nexgendata-company-job-board-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "companies"
                ],
                "properties": {
                    "companies": {
                        "title": "Companies / boards",
                        "type": "array",
                        "description": "Company boards to scrape. Each entry can be: a token as \"ats:token\" (greenhouse:vercel, lever:leverdemo, ashby:ramp, smartrecruiters:Visa), a careers URL (we auto-detect the ATS), or just a board name (we try each supported ATS). Supported: Greenhouse, Lever, Ashby, SmartRecruiters.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxJobsPerCompany": {
                        "title": "Max jobs per company",
                        "type": "integer",
                        "description": "Maximum jobs to return per company board. 0 returns all open jobs.",
                        "default": 0
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
