# workday-extractor Public Workday career sites via the JSON CXS endpoint `POST {tenantUrl}/wday/cxs/{tenant}/{site}/jobs`. ## Configuration Set `workdayTenants` (or `WORKDAY_TENANTS` env). Each entry is either: 1. A career-site URL we'll auto-parse, e.g. `https://nvidia.wd5.myworkdayjobs.com/en-US/NVIDIAExternalCareerSite` 2. A JSON object with explicit fields: ```json { "company": "NVIDIA", "tenantUrl": "https://nvidia.wd5.myworkdayjobs.com", "tenant": "nvidia", "site": "NVIDIAExternalCareerSite", "locale": "en-US" } ``` Multiple entries are separated by newlines or commas. Pipeline `searchTerms` are passed as the request `searchText`.