Unlock Workable job data for your platform. Access jobs from thousands of employers through our comprehensive API and Job Feeds, or integrate directly with Workable's official API.
Workable has a simple public API that allows anyone to retrieve jobs from Workable clients. To retrieve jobs, you can use the following endpoint:
GET https://apply.workable.com/api/v1/widget/accounts/{clientname}
The API will return a JSON containing most relevant job posting fields. Filtering or searching is not possible with this endpoint. More advanced endpoints are available for Workable customers, which are now on v3 of the API.
Curl
curl -X GET "https://apply.workable.com/api/v1/widget/accounts/{clientname}"
PowerShell
$response = Invoke-RestMethod -Uri "https://apply.workable.com/api/v1/widget/accounts/{clientname}"