/workable/jobs/search
List and filter the job postings on a single company’s Workable board
Price: 1 credit per 10 results
💡 AI Hint: List the open jobs on one company’s Workable board (identified by its board handle), with optional filters for keyword, work type, remote-only, and location (country/region/city). Returns a list projection of each job — id, shortcode, title, employment type, workplace, department, location(s), language, state, and published date. Use the returned shortcode with the ‘jobs’ endpoint for the full description.
Authorizations
API token from the dashboard
Headers
Body
Company board handle (the Workable subdomain, e.g. 'careers')
1"careers"
"netguru"
Number of jobs to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Keyword to match against job titles
Filter by work type(s)
full, part, contract, temporary ["full"]["contract"]When true, only return jobs marked as remote
Filter by one or more locations (country / region / city)
[{ "country": "Greece" }]Response
Successful Response