# Workday Jobs API

Search Workday public boards and enrich job details from the platform JSON API.

- Platform ID: `workday`
- Capabilities: 4
- Execute endpoint: `POST https://data.upscrape.com/execute`

## Capabilities

### [Discover career sites](https://docs.upscrape.com/docs/platforms/workday/workday.career_sites.discover)

- Capability ID: `workday.career_sites.discover`
- Cost: 1 credit per request

Probe Workday datacenter hosts and identify reachable career boards.
### [Get job detail](https://docs.upscrape.com/docs/platforms/workday/workday.job.get)

- Capability ID: `workday.job.get`
- Cost: 1 credit per request

Fetch a single Workday job posting and normalize full description and location metadata.
### [List job facets](https://docs.upscrape.com/docs/platforms/workday/workday.jobs.facets)

- Capability ID: `workday.jobs.facets`
- Cost: 1 credit per request

Return available Workday job-search facets and counts.
### [Search job postings](https://docs.upscrape.com/docs/platforms/workday/workday.jobs.search)

- Capability ID: `workday.jobs.search`
- Cost: 1 credit per request

Search a public Workday career board and return normalized job summaries with pagination and stable IDs.

## Common uses

- Technical hiring trend monitoring
- Role and compensation intelligence
- Career-site migration validation

## Integration contract

All capabilities use the shared `POST /execute` envelope. A `200` response completed inline; a `202` response must be polled through `GET /jobs/{id}`.

See [authentication](https://docs.upscrape.com/docs/api/authentication), [jobs and results](https://docs.upscrape.com/docs/api/jobs), and [errors and retries](https://docs.upscrape.com/docs/api/errors).
