Workable Public Jobs API
Pricing
from $1.28 / 1,000 published job delivereds
Workable Public Jobs API
Fetch published factual jobs from one to three buyer-known Workable public career accounts.
Turn one to three Workable career accounts you already know into a clean, deterministic Dataset of published job facts. Use the rows for recruiting-market research, hiring monitoring, spreadsheet analysis, change detection, or a job data pipeline—without maintaining a browser scraper.
The Actor uses Workable's documented public careers interface with
details=false. It does not discover accounts, request job descriptions, or
collect candidate data.

What you get
Every successful result is one complete factual published-job row in the run's default Dataset. Each row includes:
- stable source and job identifiers;
- employer, title, department, employment type, and remote flag;
- visible structured locations, with hidden locations removed;
- published and created dates;
- official canonical job and application URLs;
- source counts, a factual-use notice, and a deterministic change fingerprint.
All requested accounts validate before any result is delivered. A malformed second account therefore cannot leave you with a paid partial first account. Rows are sorted deterministically, so repeated equivalent input is easy to diff.
Who uses it
- Recruiters and talent analysts comparing known employer career pages.
- Market researchers monitoring role mix, remote hiring, or posting activity.
- Data teams feeding normalized public job facts into Sheets, SQL, or BI tools.
- Automation builders who need a strict Dataset contract and predictable errors.
This is not a global job search engine. You provide the exact accounts to read.
Quick start
Run the public sample Task fetch-workable-public-jobs (Task ID
3tGe4dw0RnkGzRd6U). Its prefill reads the public Hugging Face career account
and returns up to 25 current jobs. The live number can change whenever that
employer publishes or closes roles.
For your own run, start with:
{"schemaVersion": "1.0","accounts": ["huggingface"],"titleContains": "","locationContains": "","remoteOnly": false,"maxResults": 25}
An account may also use the exact canonical root form:
https://apply.workable.com/huggingface/.
Input reference
| Field | Required | Meaning |
|---|---|---|
schemaVersion | Yes | Use the supported contract version 1.0. |
accounts | Yes | One to three exact lowercase slugs or canonical apply.workable.com career roots. |
titleContains | Yes | Optional literal, case-insensitive title filter; use "" for all titles. |
locationContains | Yes | Optional literal filter across non-hidden country, country code, city, and region values. |
remoteOnly | Yes | Keep only jobs Workable marks as telecommuting. |
maxResults | Yes | Deliver at most 1–100 rows after all accounts validate. |
Filters are Unicode-normalized literal text, not regular expressions. Accounts must be unique after normalization. The Actor rejects unknown keys and does not silently repair missing fields.
How it works
For each account, the Actor performs two sequential bounded requests:
- It requests the exact documented public account route on
www.workable.comwithdetails=falseand automatic redirects disabled. - It accepts only the byte-exact expected redirect to Workable's owned
apply.workable.compublic widget endpoint, then validates the complete JSON response before normalization.
Every source job must have the closed 19-field public shape, a valid date, and matching official URLs derived from its ten-character shortcode. Identical duplicates collapse; conflicting duplicates fail the whole batch. Descriptions, top-level coarse locations, and nested locations marked hidden are discarded.
After all accounts pass, the Actor filters, sorts, caps, and atomically submits one complete batch to the default Dataset.
Output Dataset

The overview Dataset view shows title, employer, department, remote status,
published date, official URL, and fingerprint. A complete fictional example is:
{"schemaVersion": "1.0","source": "workable-public-careers-api","sourceName": "Workable","sourceAccount": "example-account","sourceApiUrl": "https://www.workable.com/api/accounts/example-account?details=false","sourceDocumentationUrl": "https://help.workable.com/hc/en-us/articles/115012771647-Using-the-Workable-API-to-create-a-careers-page","sourceJobId": "A1B2C3D4E5","jobId": "workable:example-account:A1B2C3D4E5","employerName": "Example Labs","title": "Example research role","code": "RES-1","department": "Research","employmentType": "Full-time","remote": true,"visibleLocations": [],"education": null,"experience": "Mid-Senior level","function": "Research","industry": "Computer Software","publishedOn": "2026-08-20","createdOn": "2026-08-20","canonicalUrl": "https://apply.workable.com/j/A1B2C3D4E5","applicationUrl": "https://apply.workable.com/j/A1B2C3D4E5/apply","sourceAccountPostingCount": 1,"sourceDuplicateCount": 0,"sourceAccountIndex": 1,"sourceComplete": true,"rightsNotice": "Official Workable public published-job facts only; descriptions, hidden locations, applications, candidate data and employer branding are excluded.","changeFingerprint": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"}
The example is illustrative, not a current vacancy or employer claim.
Field interpretation
remotereproduces Workable's exacttelecommutingboolean; it is not an inference from the title.visibleLocationscontains only non-hidden structured locations. Empty does not mean the job is location-free.publishedOnandcreatedOnare source-provided calendar dates.canonicalUrlandapplicationUrlare inert output values. The Actor never fetches them or submits an application.changeFingerprinthashes the normalized factual row while excluding source counters and account order, making factual changes easy to detect.- An empty Dataset means the accounts validated but no row matched the filters.
Pricing
The Actor uses Pay Per Event. apify-actor-start is charged once when a run
starts. The primary event result-found is charged once per complete row after
that row is delivered to the default Dataset.
| Tier | Actor start | Each delivered row |
|---|---|---|
| FREE | $0.015000 | $0.001500 |
| BRONZE | $0.014250 | $0.001425 |
| SILVER | $0.013500 | $0.001350 |
| GOLD | $0.012750 | $0.001275 |
| PLATINUM | $0.012300 | $0.001230 |
| DIAMOND | $0.012000 | $0.001200 |
Cost is start price + delivered rows × row price. At the FREE tier, the
public Task's 25-row cap costs at most $0.052500. A maximum 100-row run costs
at most $0.165000. Zero results and validation failures do not charge
result-found; the automatic start charge still applies.
Before Dataset delivery, the runtime verifies that the run budget covers the complete selected batch. It fails closed rather than silently trimming a paid batch or reporting success when named charge settlement is uncertain.
API and automation
Start the public sample Task through the Apify API:
curl -X POST \"https://api.apify.com/v2/actor-tasks/3tGe4dw0RnkGzRd6U/runs?token=YOUR_APIFY_TOKEN&waitForFinish=180"
For a custom Actor run, send the same Input JSON to Actor ID
UyqEsc0B3rygCMNco, then read defaultDatasetId from the terminal Run object:
curl \"https://api.apify.com/v2/datasets/DEFAULT_DATASET_ID/items?clean=1&format=json&token=YOUR_APIFY_TOKEN"
In Make, Zapier, or n8n, use one HTTP step to start the Task, wait for a terminal Run status, and pass the default Dataset items URL downstream. Do not blindly retry a timed-out client request: first check whether the original paid Run was created and reached a terminal state.
Source rights and data handling
Workable documents its public account endpoint as an alternative way to obtain
published jobs for a careers page in its
API careers-page guide.
The Actor deliberately requests details=false and retains only bounded factual
fields.
You must be authorized to process the supplied accounts and remain responsible for Workable's terms, employer terms, and your downstream use. This Actor grants no rights to employer content. It excludes descriptions, hidden locations, application contents, candidate data, logos, and employer branding.
The Actor stores successful normalized rows only in the run's default Dataset. It does not create a history database, contact employers or candidates, or send the job data to an AI service.
Security
- Runs use Apify
LIMITED_PERMISSIONSand need no Workable API key, cookie, or login. - Input cannot supply an arbitrary hostname, port, path, query, or redirect.
- Requests use HTTPS, automatic redirects are disabled, and only two exact Workable-owned routes are allowed.
- The Actor uses no browser, proxy, language model, child Actor, or application endpoint.
- Source bodies use bounded size, fatal UTF-8 decoding, closed JSON shapes, and exact URL checks. Unsafe control text is rejected before Dataset delivery.
Hard limits
| Limit | Value |
|---|---|
| Accounts per run | 1–3 |
| Source requests | Up to 2 per account; maximum 6 |
| Delay between account starts | At least 1 second |
| Retries / automatic redirects | 0 / 0 |
| Timeout per request | 8 seconds |
| Canonical response size | 2,097,152 decoded bytes |
| Source jobs per account | 500 |
| Visible locations per job | 20 |
| Identical duplicates | 400 |
| Delivered rows | 1–100 |
| Compact bytes per row / batch | 16,384 / 1,900,000 |
| Actor memory / hard timeout | 128 MB / 150 seconds |
Source-interface drift, a 501st source job, a conflicting duplicate, an invalid date or URL, an oversize response, or a second redirect fails the complete run.
Troubleshooting
Why did the run report input_invalid?
Check that all six Input fields exist, account values use exact lowercase slugs
or canonical roots, accounts are unique, and maxResults is between 1 and 100.
Why did the run report source_redirect_invalid or source_shape_invalid?
Workable's public route or response no longer matched the bounded contract, or the account slug was not a compatible public careers account. The Actor withheld the complete batch rather than guessing.
Why did the run report buyer_budget_insufficient?
Raise maxTotalChargeUsd enough to cover the start event and every selected row,
or lower maxResults. No Dataset batch was opened for that rejected delivery.
Why did the run report delivery_charge_uncertain?
The named result-found settlement did not match the delivered row count. Check
the run and Dataset before retrying; the Actor deliberately does not compensate,
delete, or repeat a potentially paid write.
FAQ
Does it search all Workable employers? No. Supply one to three accounts you already know and are authorized to process.
Does it include job descriptions? No. The source is requested with
details=false, and description fields are excluded.
Can it apply to a job? No. Application URLs are inert output only.
Can I monitor changes? Yes. Store snapshots downstream and compare jobId
and changeFingerprint. The Actor itself stores no history.
Are zero results billed? No result-found event is charged for zero rows,
but the automatic Actor-start event still applies.