Workable Jobs Search Scraper avatar

Workable Jobs Search Scraper

Pricing

Pay per usage

Go to Apify Store
Workable Jobs Search Scraper

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

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeDefaultRequiredDescription
querystringReact DeveloperSearch by job title or keyword.
maxItemsinteger50Maximum number of jobs to scrape.
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy settings. Apify Residential proxy recommended.
experienceLevelstringFilter by minimum experience level: Entry Level, Mid Level, Senior Level, Executive, Director.
salaryMinintegerMinimum salary filter (in local currency). Only show jobs paying at least this amount.
salaryMaxintegerMaximum salary filter (in local currency). Only show jobs paying at most this amount.
remoteFilterstringFilter by work location type: Remote, Hybrid, On-site.
educationLevelstringFilter by minimum education level: High School, Associate Degree, Bachelor's, Master's, Doctorate.

Output

FieldDescription
jobTitleJob title
companyNameCompany name
locationJob location
postedDateDate the job was posted
jobUrlDirect URL to the job listing
descriptionJob description
searchQuerySearch query used
searchLocationSearch location used
scrapedAtISO timestamp when the job was scraped
titleJob title
companyCompany object
employmentTypeEmployment type
departmentDepartment
excerptJob excerpt
benefitsList of benefits
requirementsJob requirements
lastUpdatedLast updated date
urlURL
applyUrlApply 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