Workable Jobs Search Scraper
Pricing
Pay per usage
Go to Apify Store
Workable Jobs Search Scraper
Scrape job listings from Workable, a modern recruitment platform. Extract job titles, companies, locations, descriptions, and employment types from organizations using Workable ATS.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Jobs API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
The latest and most advanced Workable Jobs Search Scraper. Our new Workable Jobs Search Scraper extracts real-time job postings at scale from all over the world. A new research tool built for recruitment, insights and HR.
Features
- Keyword search — find jobs by keyword, search term, or role
- Location filtering — narrow results to specific cities, regions, or countries
Use Cases
- Enterprise recruitment analysis — collect job postings from companies using the Workable ATS to understand hiring volumes, role distributions, and geographic spread
- ATS-integrated hiring intelligence — monitor the Workable platform to track which roles, departments, and locations are actively recruiting
- Corporate talent acquisition tracking — follow specific companies across their Workable-hosted career portals to detect new openings and hiring patterns
- Multi-company hiring comparison — compare job posting volumes, required skills, and employment types across multiple organizations using Workable
Sample Input
{"countryName": "United States","targetLocations": ["New York", "Austin"],"companyName": "","locationName": "New York","includeKeyword": "React, Next.js","pagesToFetch": 1,"jobType": "FULLTIME","datePosted": "all","query": "React Developer","location": "New York","remote": false,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Sample Output
{"jobTitle": "Senior React Developer","companyName": "TechCorp Inc.","location": "New York, NY","postedDate": "2026-06-20","jobUrl": "https://workable.com/jobs/12345","description": "We are looking for a Senior React Developer to join our growing engineering team. You will build and maintain front-end applications using React, TypeScript, and modern web technologies.","searchQuery": "React Developer","searchLocation": "New York","scrapedAt": "2026-06-24T12:00:00.000Z","title": "Senior React Developer","company": { "name": "TechCorp Inc.", "id": "abc123" },"employmentType": "FULLTIME","department": "Engineering","excerpt": "Senior React Developer needed for our growing team...","benefits": ["Health insurance", "401k matching", "Remote days"],"requirements": ["5+ years React", "TypeScript", "Node.js"],"lastUpdated": "2026-06-22","url": "https://workable.com/jobs/12345","applyUrl": "https://workable.com/jobs/12345/apply"}
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
query | string | React Developer | Search by job title or keyword. | |
maxItems | integer | 50 | Maximum number of jobs to scrape. | |
proxyConfiguration | object | {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]} | Proxy settings. Apify Residential proxy recommended. | |
experienceLevel | string | — | Filter by minimum experience level: Entry Level, Mid Level, Senior Level, Executive, Director. | |
salaryMin | integer | — | Minimum salary filter (in local currency). Only show jobs paying at least this amount. | |
salaryMax | integer | — | Maximum salary filter (in local currency). Only show jobs paying at most this amount. | |
remoteFilter | string | — | Filter by work location type: Remote, Hybrid, On-site. | |
educationLevel | string | — | Filter by minimum education level: High School, Associate Degree, Bachelor's, Master's, Doctorate. |
Output
| Field | Description |
|---|---|
jobTitle | Job title |
companyName | Company name |
location | Job location |
postedDate | Date the job was posted |
jobUrl | Direct URL to the job listing |
description | Job description |
searchQuery | Search query used |
searchLocation | Search location used |
scrapedAt | ISO timestamp when the job was scraped |
title | Job title |
company | Company object |
employmentType | Employment type |
department | Department |
excerpt | Job excerpt |
benefits | List of benefits |
requirements | Job requirements |
lastUpdated | Last updated date |
url | URL |
applyUrl | Apply URL |
Notes
- Proxy: Residential proxy is highly recommended — set
proxyConfiguration: { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] } - Rate limits: Keep result limits reasonable per run to avoid IP bans
- Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset