# Workable Jobs Scraper (`piotrv1001/workable-jobs-scraper`) Actor

The Workable Jobs Scraper searches jobs across all employers on Workable by keyword and location, capturing titles, companies with website and domain, locations, workplace, employment type, posting dates, descriptions, requirements and benefits — ideal for recruiting and B2B lead generation.

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

## Pricing

from $1.50 / 1,000 job listings

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?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

### 🚀 Workable Jobs Scraper

Search every company hiring on Workable at once. The **Workable Jobs Scraper** takes a job title or keyword and a location and returns matching jobs from jobs.workable.com, each with its employer and the employer's website, so you can find companies that are hiring without knowing them in advance.

### ✨ Features

- 🔍 **Search across all employers**: Search by job title or keyword instead of pasting company career-page URLs. Add several queries in one run. A job found by more than one query is saved once.
- 🏢 **Employer discovery**: Every job includes the company name, website, domain, logo and its Workable jobs page, ready for lead generation or enrichment.
- 📝 **Full job content**: Description, requirements and benefits as clean text, with no extra charge for opening job pages.
- 🌍 **Filters**: Filter by location (country, region or city), date posted (24 hours, 7 days, 30 days), workplace (on-site, hybrid, remote) and employment type.
- 📋 **Run summary**: A `RUN_SUMMARY` record lists how many jobs matched each query, how many were saved, and why each search stopped (all results, your limit, or a temporary rate limit), so you know whether the export is complete.
- 💰 **Pay per job**: $0.0015 per job saved, which is $1.50 per 1,000 jobs.

### 🛠️ How It Works

1. **Enter search queries**: for example `software engineer`, `nurse` or `accountant`. Leave the list empty to get every job in a location.
2. **Set a location and filters** (optional): for example `Germany`, remote only, posted in the last 7 days.
3. **Set Max jobs per query** and run. Results appear in the dataset as they are found.

Jobs are returned in Workable's relevance order. The job count Workable reports for a search is an estimate from a live index, so it can differ slightly from what you receive.

### 📊 Sample Output Data

```json
[
    {
        "id": "139b6286-4459-41e9-885f-b8d57be21f63",
        "title": "Software Engineer, Web Development",
        "url": "https://jobs.workable.com/view/3qqKUDsNJTte2Xo64QZtci/software-engineer%2C-web-development-in-germering-at-titanom-solutions-gmbh",
        "companyName": "Titanom Solutions GmbH",
        "companyId": "1548693a-80ea-417d-8226-85451c66071c",
        "companyWebsite": "https://titanom.com/",
        "companyDomain": "titanom.com",
        "companyLogo": "https://workablehr.s3.amazonaws.com/uploads/account/logo/634779/logo",
        "companyJobsUrl": "https://jobs.workable.com/company/3CqVpFy9krXhiVpKTkChQd/jobs-at-titanom-solutions-gmbh",
        "department": "Technology",
        "employmentType": "Full-time",
        "workplace": "on_site",
        "city": "Germering",
        "region": "Bavaria",
        "country": "Germany",
        "locations": ["Germering, Bavaria, Germany"],
        "language": "en",
        "datePosted": "2026-09-21T19:25:48.438Z",
        "dateUpdated": "2026-09-21T19:25:48.438Z",
        "isFeatured": false,
        "description": "Titanom ist ein KI- und Softwareunternehmen mit Fokus auf digitale Produkte in Bildung, öffentlichem Sektor und angrenzenden Bereichen...",
        "requirements": "Wir suchen Entwickler:innen mit Ownership-Mindset & Umsetzungsstärke:\n\n- Abgeschlossenes Studium der (Wirtschafts-) Informatik...",
        "benefits": "- Faire & flexible Arbeitskultur: Wir bieten flexible Arbeitszeiten, 30 Tage Urlaub...",
        "searchQuery": "software engineer",
        "scrapedAt": "2026-09-22T14:28:16.608Z"
    }
]
```

`requirements` and `benefits` are `null` when the employer did not fill in that section. `companyWebsite` is the website the employer entered on Workable. For recruitment agencies it is the agency's site, not the end client's.

### ❓ FAQ

**Can I get every Workable job?** Use broad queries or a location with an empty query list and raise Max jobs per query. Very large exports can hit Workable's temporary rate limit. The run then keeps what it saved so far and records `rateLimited: true` in `RUN_SUMMARY`. Run again later to get more jobs. Jobs you already have are not skipped between separate runs.

**Can I scrape one company's jobs?** This actor searches across all employers by keyword and location. It is not built to list one company's job board.

Find hiring companies and fresh job openings with the **Workable Jobs Scraper**! 🚀

# Actor input Schema

## `queries` (type: `array`):

Job titles or keywords to search on jobs.workable.com, e.g. `software engineer`, `nurse`, `accountant`. Each query is a separate search; jobs found by several queries are saved once. Leave empty to list every job in the location.

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

Country, region or city, e.g. `Germany`, `London`, `Texas`. Leave empty to search worldwide.

## `postedWithin` (type: `string`):

Only jobs published within this period.

## `workplace` (type: `string`):

On-site, hybrid or remote jobs only.

## `employmentType` (type: `string`):

Only jobs of this employment type.

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

Maximum number of jobs to save for each search query.

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

Proxy used to reach jobs.workable.com. The default works for most runs.

## Actor input object example

```json
{
  "queries": [
    "software engineer"
  ],
  "location": "Germany",
  "postedWithin": "any",
  "workplace": "any",
  "employmentType": "any",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

## `summary` (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 = {
    "queries": [
        "software engineer"
    ],
    "location": "Germany",
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("piotrv1001/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 = {
    "queries": ["software engineer"],
    "location": "Germany",
    "maxItems": 50,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("piotrv1001/workable-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 '{
  "queries": [
    "software engineer"
  ],
  "location": "Germany",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call piotrv1001/workable-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,piotrv1001/workable-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/hbbsXehDtD8JZT6NY/builds/PjTubDJuxU70gVbLK/openapi.json
