# Workable Jobs Scraper – ATS Job Listings & Apply Links (`ninhothedev/workable-jobs-scraper`) Actor

$1/1K 🔥 Fast Workable ATS jobs scraper! Pull ANY company's careers board — title, department, location, remote & link. No key. JSON, CSV, Excel or API in seconds. Perfect for recruiting & hiring intel ⚡

- **URL**: https://apify.com/ninhothedev/workable-jobs-scraper.md
- **Developed by:** [ninhothedev](https://apify.com/ninhothedev) (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

from $1.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

## Workable Jobs Scraper 🧰

Pull **every open job** from any company's public [Workable](https://www.workable.com/) careers board — title, department, location, remote flag, employment type and the direct apply link. No login, no API key, no cookies. Just a company handle.

Workable powers the "Apply with Workable" boards for thousands of startups and scale-ups. This Actor reads the same clean public JSON their careers widget uses, so it's fast, cheap and **datacenter-proxy friendly** (no residential proxies needed).

***

### 💸 Pricing

Roughly **~$1 per 1,000 jobs** on Apify usage. Most company boards return in a single request, so a run over a handful of companies costs a fraction of a cent. Keep `maxItems` sensible to keep runs predictable.

***

### ✅ What you get per job

| Field | Description |
|-------|-------------|
| `account` | The Workable handle you asked for |
| `title` | Job title |
| `department` | Department / team |
| `employment_type` | e.g. Full-time, Part-time, Contract |
| `city` | City |
| `region` | State / region |
| `country` | Country |
| `remote` | `true` if the job is remote / telecommuting |
| `url` | Public job posting URL |
| `apply_url` | Direct application URL |
| `created_at` | Posting creation date (ISO-8601, UTC) |
| `source` | Always `"workable"` |
| `shortcode` | Workable job shortcode |
| `job_id` | Stable job identifier |
| `scraped_at` | When this record was scraped (ISO-8601, UTC) |

Every field is nullable — missing data comes back as `null` rather than breaking your pipeline.

***

### 🚀 Input

```json
{
  "mode": "board",
  "accounts": ["persado", "scalable"],
  "maxItems": 200
}
```

| Property | Type | Description |
|----------|------|-------------|
| `mode` | select | `board` — fetch every open job for each company handle. |
| `accounts` | array | Workable subdomain handles to scrape. Invalid handles are skipped. |
| `maxItems` | integer | Max jobs across all accounts (default 200, max 2000). |

***

### 🔎 How to find a company's Workable handle

The handle is the company's Workable subdomain. You can spot it in any of these places:

- A careers link like `https://apply.workable.com/persado/` → handle is **`persado`**.
- A job link like `https://apply.workable.com/j/5B8FE26EA9` → open the job, the board it belongs to shows the handle.
- A "Powered by Workable" apply button on a company site — hover it; the URL contains the handle.
- Search Google for `site:apply.workable.com "Company Name"`.

Try a handle; if the board has open jobs you'll get data, otherwise the Actor skips it.

***

### 🧩 Use cases

- **Recruiting & talent sourcing** — monitor competitor and target-company hiring in real time.
- **Hiring intelligence** — track which departments are growing, where, and how fast.
- **ATS aggregation** — feed a job board or aggregator with fresh, structured postings.
- **Sourcing pipelines** — enrich CRMs and sales tools with live headcount signals.

***

### 🔗 Related Actors

Scrape jobs from every major ATS:

- [Ashby Jobs Scraper](https://apify.com/ninhothedev/ashby-jobs-scraper)
- [SmartRecruiters Jobs Scraper](https://apify.com/ninhothedev/smartrecruiters-jobs-scraper)
- [BambooHR Jobs Scraper](https://apify.com/ninhothedev/bamboohr-jobs-scraper)
- [The Muse Jobs Scraper](https://apify.com/ninhothedev/muse-jobs-scraper)

***

### ⚙️ Notes

- Only **public, open** postings are returned — the same data Workable shows on the company careers page.
- No personal data is collected; this Actor scrapes company job listings only.
- Some companies have moved off Workable or have zero open roles — those boards simply return nothing and are skipped.

***

**Keywords:** workable scraper, workable jobs api, ats scraper, job scraper, careers board scraper, recruiting data, hiring intelligence, job listings api, workable careers, talent sourcing.

# Actor input Schema

## `mode` (type: `string`):

Scraping mode. 'board' fetches every open job for each provided company handle from its public Workable careers board.

## `accounts` (type: `array`):

List of company Workable subdomain handles to scrape. The handle is the part before '.workable.com' or after 'apply.workable.com/' in a careers URL (e.g. 'persado', 'scalable', 'gitlab'). Invalid handles are skipped.

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

Maximum number of jobs to return across all accounts combined. Keeps runs cheap and predictable.

## Actor input object example

```json
{
  "mode": "board",
  "accounts": [
    "persado",
    "scalable"
  ],
  "maxItems": 200
}
```

# 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 = {
    "accounts": [
        "persado",
        "scalable"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("ninhothedev/workable-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 = { "accounts": [
        "persado",
        "scalable",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("ninhothedev/workable-jobs-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 '{
  "accounts": [
    "persado",
    "scalable"
  ]
}' |
apify call ninhothedev/workable-jobs-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

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