/workday/jobs/search
/workday
/workday/jobs/search
List job postings from a Workday-powered company career board by its career-site URL, optionally narrowed by a keyword and facet filters (job category, time type, location, etc.). Each posting includes the title, requisition id, location, posting date, time type and the public job URL.
**Price:** 1 credit per 20 results
**💡 AI Hint:** List the job postings of a specific company's Workday career board (*.myworkdayjobs.com). Pass the career_site_url and count. Optional search_text narrows by keyword; applied_facets ({facetParameter: [valueId]}) narrows by job category (jobFamilyGroup), time type (timeType), job type (workerSubType), country or location. Each item has title, req_id, location, posted_on, time_type, external_path and url.
**⚠️ Common errors:** 412: Career board not found or no matching postings
POST
/workday/jobs/search
Authorizations
API token from the dashboard
Headers
Body
application/json
Career-board URL of a Workday-powered company, e.g. https://{tenant}.{dc}.myworkdayjobs.com/{site}
Minimum string length:
1Example:
"https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite"
Max number of job postings to return
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Full-text keyword query
Example:
"engineer"
Facet filters as {facetParameter: [valueId, ...]}. Common facetParameters include jobFamilyGroup (job category), timeType (full/part time), workerSubType (job type), locationCountry, locationHierarchy1 and locations. Value ids are the ids exposed by the board's own facet list.
Example:
{
"timeType": ["5509c0b5959810ac0029943377d47364"]
}