Workday Jobs API
Unlock Workday job data for your platform. Access jobs from thousands of employers through our comprehensive API and Job Feeds, or integrate directly with Workday's official API.
900K+
Active Workday Jobs
3.5K+
Companies using Workday
Advanced API
Fantastic.jobs Workday API
Fantastic.jobs' Workday API has several advanced features, including the ability to search and filter jobs from multiple Workday clients using a single API endpoint.
- DIY API
Use our self serve API on RapidAPI to start adding jobs to your board in minutes. Includes a free trial, with pricing starting at $35/month.
- Custom API
We can create an API for your board that's highly customisable to your needs. Custom filters, searching, refresh rates and more.
- Custom Job posting feed
We can create a job posting feed for your board that's adheres to the requirements of your jobboard software. All delivery formats are available, including XML, JSON, CSV and more.
Let's chat!
We're here to help you every step of the way. Contact us to get started.
How to get jobs from Workday
Workday Official Jobs API
Workday does not have a public facing API. To retrieve jobs from your Workday isntance, you will need to use the Workday Staffing REST API, which requires an authentication token. Authentication tokens can only be issued to Workday accounts with Staffing enabled.
To fetch jobs with the official API, you have 4 options:
-
GET /jobs - Retrieves a collection of jobs.
-
GET /jobs/{ID} - Retrieves a single job instance.
-
GET /jobs/{ID}/workspace - Retrieves a collection of workspaces for the specified job ID.
-
GET /jobs/{ID}/workspace/{subresourceID} - Retrieves a single workspace instance.
Other than defining a 'limit' and 'offset', the API is quite limited. There's no option to search or filter.
Code Examples
Curl
curl -X GET "https://your-workday-instance.com/api/v1/jobs" -H "Authorization: Bearer YOUR_AUTH_TOKEN"
PowerShell
$headers = @{
'Authorization' = 'Bearer YOUR_AUTH_TOKEN'
}
$response = Invoke-RestMethod -Uri 'https://your-workday-instance.com/api/v1/jobs' -Headers $headers
Use our advanced API or Custom Job Feeds
Let's chat! Send us an email or schedule a call to get started.
Over 40,000 employers
Other ATS Platforms included in our API
We include jobs from the following ATS platforms. Anything missing? Let us know!