# Jobs Scraper — Greenhouse, Lever, Workday, Ashby & Remote (`sashaebashu/job-postings-scraper`) Actor

Scrape jobs from 9 ATS — Greenhouse, Lever, Ashby, SmartRecruiters, Workable, Recruitee, Workday, Teamtailor, Breezy — plus 9 remote job boards. Titles, departments, locations, remote flags, dates and apply URLs. Hiring-signal data for sales intelligence and recruiting.

- **URL**: https://apify.com/sashaebashu/job-postings-scraper.md
- **Developed by:** [Sasha Ebashu](https://apify.com/sashaebashu) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

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

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#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

## Job Postings & Hiring Signals Scraper

Scrape **job postings** straight from company career pages on **nine ATS platforms** — Greenhouse, Lever, Ashby, SmartRecruiters, Workable, Recruitee, Workday, Teamtailor and Breezy — plus nine public job boards. Titles, departments, locations, remote flags and dates. Perfect for **hiring-signal / sales-intelligence**, recruiting and job-board feeds.

### What does it do?

Give it a list of company **career-page URLs** (or `ats:token` strings) and it returns every open job at those companies, normalized across ATS platforms. Run it on a schedule to watch new postings appear and spot **hiring surges by department** — a strong buying / growth signal.

No login, no API keys — these ATS endpoints are public JSON, so it's fast and cheap. Exports to JSON, CSV, Excel or Google Sheets, and works as a tool for AI agents.

### Why use it?

- **Sales intelligence:** a company hiring 10 sales reps or a new VP = expansion = a buying signal.
- **Recruiting / job boards:** a fresh, deduplicated tech-jobs feed across hundreds of companies.
- **Market & talent research:** track who's hiring for what, where, and how fast.

### Input

| Field | Description |
|---|---|
| `companies` | Career URLs (e.g. `https://jobs.lever.co/mistral`, `https://boards.greenhouse.io/stripe`) or `ats:token`. ATS auto-detected. |
| `jobBoards` | Public aggregator boards to pull jobs from across many companies at once: `remotive`, `remoteok`, `jobicy`, `arbeitnow`, `themuse`, `workingnomads`, `himalayas`, `weworkremotely`, `adzuna`. Use on their own or alongside `companies`. |
| `titleKeywords` | Keep only jobs whose title contains any of these words. |
| `location` | Keep only jobs whose location contains this text. |
| `remoteOnly` | Keep only remote jobs. |
| `dedupe` | Drop duplicate postings (same company + title + location) that appear across an ATS and an aggregator board. |
| `maxItems` | Cap on output rows. |
| `adzunaAppId` / `adzunaApiKey` | Free credentials from [developer.adzuna.com](https://developer.adzuna.com) — enable the `adzuna` board (millions of jobs across 19 countries). |
| `adzunaCountry` | Adzuna country code (`us`, `gb`, `de`, `fr`, `ca`, `au`, …). Default `us`. |

You can run the actor with **`companies`**, **`jobBoards`**, or both.

### Output

Each row: `company`, `ats`, `jobId`, `title`, `department`, `location`, `isRemote`, `postedAt`, `updatedAt`, `applyUrl`, `scrapedAt`.

### Supported ATS

Greenhouse, Lever, Ashby, SmartRecruiters, Workable, Recruitee, Workday, Teamtailor and Breezy (more on request). Just paste the company's career-page URL — the actor figures out the platform. Plus public job boards via `jobBoards` (Remotive, RemoteOK, Jobicy, Arbeitnow, The Muse, Working Nomads, Himalayas, WeWorkRemotely, and Adzuna with free API keys).

# Actor input Schema

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

Career-page URLs (Greenhouse / Lever / Ashby / SmartRecruiters) or "ats:token" strings, e.g. https://jobs.lever.co/mistral, https://boards.greenhouse.io/stripe, greenhouse:airbnb.

## `jobBoards` (type: `array`):

Public job boards to pull jobs from across many companies. Options: remotive, remoteok, jobicy, arbeitnow, themuse, workingnomads, himalayas, weworkremotely, adzuna (adzuna needs the keys below).

## `adzunaAppId` (type: `string`):

Free app\_id from developer.adzuna.com. Enables the 'adzuna' job board (millions of jobs across 19 countries).

## `adzunaApiKey` (type: `string`):

Free app\_key from developer.adzuna.com (paired with App ID).

## `adzunaCountry` (type: `string`):

Adzuna country code: us, gb, de, fr, ca, au, etc.

## `titleKeywords` (type: `array`):

Only keep jobs whose title contains any of these words (case-insensitive). Empty = all jobs.

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

Only keep jobs whose location contains this text (e.g. London, Remote). Empty = all.

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

Keep only jobs flagged as remote.

## `dedupe` (type: `boolean`):

Drop duplicate postings (same company + title + location) that appear across multiple sources (an ATS and an aggregator board).

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

Stop after this many jobs (0 = unlimited).

## `maxConcurrency` (type: `integer`):

How many companies to fetch in parallel.

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

Apify Proxy (datacenter) is enough — these ATS APIs are open.

## Actor input object example

```json
{
  "companies": [
    "https://boards.greenhouse.io/stripe",
    "https://jobs.lever.co/mistral",
    "https://jobs.ashbyhq.com/Ashby"
  ],
  "jobBoards": [],
  "adzunaAppId": "",
  "adzunaCountry": "us",
  "titleKeywords": [],
  "location": "",
  "remoteOnly": false,
  "dedupe": false,
  "maxItems": 0,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `overview` (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/stripe",
        "https://jobs.lever.co/mistral",
        "https://jobs.ashbyhq.com/Ashby"
    ],
    "jobBoards": [],
    "titleKeywords": [],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("sashaebashu/job-postings-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": [
        "https://boards.greenhouse.io/stripe",
        "https://jobs.lever.co/mistral",
        "https://jobs.ashbyhq.com/Ashby",
    ],
    "jobBoards": [],
    "titleKeywords": [],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("sashaebashu/job-postings-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": [
    "https://boards.greenhouse.io/stripe",
    "https://jobs.lever.co/mistral",
    "https://jobs.ashbyhq.com/Ashby"
  ],
  "jobBoards": [],
  "titleKeywords": [],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call sashaebashu/job-postings-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/wFyjsP98lphJooqzQ/builds/ceeprc6Zpgrdr9QCw/openapi.json
