Workable.com Scraper avatar

Workable.com Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Workable.com Scraper

Workable.com Scraper

Search 170,000+ job listings across all companies on Workable.com. No API key required.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Hoho

Hoho

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Search and browse 170,000+ job listings across all companies on Workable.com. No API key required.


Why this scraper?

  • No credentials needed — Workable's public job board API requires no registration or API key
  • 170,000+ jobs — true cross-company search across all employers using Workable
  • Powerful filters — keyword, location, workplace type (remote/on-site/hybrid), employment type
  • Rich job data — full HTML description, requirements, benefits, company info, and structured location
  • Cursor paginationnextPageToken for iterating through large result sets

What you can fetch

ModeDescription
browseSearch and browse jobs with optional keyword, location, and filter params

Usage

Search by keyword

{
"queryType": "browse",
"query": "python"
}

Remote jobs in a location

{
"queryType": "browse",
"location": "United States",
"workplace": "remote"
}

Combine filters

{
"queryType": "browse",
"query": "product manager",
"location": "New York",
"workplace": "hybrid",
"employmentType": "Full-time"
}

Paginate with nextPageToken

{
"queryType": "browse",
"query": "python",
"nextPageToken": "<token from previous response>"
}

Input fields

FieldTypeDefaultDescription
queryTypestringbrowseMust be browse
querystringpythonKeyword search across titles and descriptions
locationstringCity, region, or country (e.g. New York, United States)
workplacestringremote, on_site, or hybrid
employmentTypestringe.g. Full-time, Part-time, Contract
limitintegerMax results per page
nextPageTokenstringPagination cursor from previous response

Output fields

FieldTypeDescription
jobIdstringWorkable job UUID
urlstringJob page URL on Workable
jobTitlestringJob title
departmentstringDepartment
statestringJob state (e.g. published)
employmentTypestringEmployment type (e.g. Full-time)
workplacestringWorkplace type (remote, on_site, hybrid)
locationsarrayLocation strings
locationobjectStructured location: city, subregion, countryName
isFeaturedbooleanWhether the job is featured
createdstringISO 8601 creation date
updatedstringISO 8601 last updated date
companyobjectCompany info: id, title, website, image, url
jobDescriptionstringFull job description (HTML)
requirementsSectionstringRequirements section (HTML)
benefitsSectionstringBenefits section (HTML)

Pagination

The response includes a nextPageToken string. Pass it back as the nextPageToken input to fetch the next page of results.


Use cases

  • Build a job search UI with keyword + location + workplace filters
  • Monitor new job postings at specific companies or in specific roles
  • Research hiring trends across industries and geographies
  • Aggregate remote job listings for a niche job board
  • Build salary and employment type analysis tools

Latency & caching

DataCache TTL
Job listings1 hour

Disclaimer

This scraper uses Workable's public job board API. It is not affiliated with or endorsed by Workable. Use responsibly and in accordance with Workable's terms of service.