Myworkdayjobs: Search Jobs
Myworkdayjobs via Parse · Jobs
Search for jobs on any Workday career site with keyword search and optional facet filters (country, remote type, job category). Returns up to 20 results per request. Use offset and limit for manual pagination over large result sets. Returns matching jobs and available filter facets with their IDs and counts. Facet IDs for filtering are obtained from the facets object in a prior response. Extract job descriptions and search job postings from any Workday-hosted career site (*.myworkdayjobs.com). Works across all companies that use Workday for their careers pages. Fulfilled by Parse from healthcare.wd1.myworkdayjobs.com.
- b2b-directory
- healthcare
- healthcare-wd1-myworkdayjobs-com
- jobs
- myworkdayjobs
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- Jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/75f11f0d-6134-48ef-bbf8-0fd628bcc2c4/search_jobs
- Interface artifact
- sha256:543461f303293c133bcbb734cab0c6a3d34b57ba402ecb4ad1dd56e44268386d
- Manifest digest
- sha256:4066c5d85ef8b2642ca99fc9e65562bb9585b0ac824192e4a5026922f29ad0da
Request fields
- limit (integer): Number of results per page (1-20)
- query (string): Search keyword(s)
- offset (integer): Offset for pagination (0-based). Advance by incrementing by limit to get the next page of results.
- site_url (string, required): Workday career site URL (e.g., https://healthcare.wd1.myworkdayjobs.com/Search or https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite): Allowed values: https://healthcare.wd1.myworkdayjobs.com/Search
- remote_type (string): Filter by remote work type ID (obtain IDs from the facets object in the response, under remoteType.values[*].id)
- job_category (string): Filter by job category/family group ID (obtain IDs from the facets object in the response, under jobFamilyGroup.values[*].id)
- location_country (string): Filter by country ID (obtain IDs from the facets object in the response, under Location_Country.values[*].id)
Example queries
- {"limit":"5","query":"Software","offset":"0","site_url":"https://healthcare.wd1.myworkdayjobs.com/Search","remote_type":"bf1df20936a91000756ddb6bfad80001","job_category":"bf1df20936a9100075843d0a14640001","location_country":"bc33aa3152ec42d4995f4791a106ed09"}