Workday Jobs avatar
Workday Jobs

Pricing

$10.00/month + usage

Go to Store
Workday Jobs

Workday Jobs

Developed by

Gooyer

Gooyer

Maintained by Community

Unlock the potential of the Workday Jobs landscape with our advanced scraper, designed to meticulously gather detailed job listings from Workday platforms. Ideal for data analytics and project enrichment, it navigates through search results to fetch exhaustive job details efficiently.

4.0 (2)

Pricing

$10.00/month + usage

11

Total users

130

Monthly users

19

Runs succeeded

>99%

Issues response

34 days

Last modified

17 days ago

TE

Scraper doesn't return correct job URL when scraping career site

Closed

techjobsforgood opened this issue
12 days ago

When scraping a workday career site, the scraper now returns a json object with job details for each job instead of pointing to the actual workday job posting url.

gooyer.co avatar

@techjobsforgood — the actor already returns the real Workday job URL, you just need to set "details": true in the input.

Example input

{
"details": true,
"pagination": 1,
"startUrls": [
{
"url": "https://gatesfoundation.wd1.myworkdayjobs.com/Gates?jobFamilyGroup=7609604af3f61001ead35bedebba0000&jobFamilyGroup=fa6e111aec721001ead302c243ff0000&jobFamilyGroup=fa6e111aec721001ead34f3c13c70000"
}
]
}

Example output (truncated)

{
"id": "B021081",
"url": "https://gatesfoundation.wd1.myworkdayjobs.com/Gates/job/Seattle-WA/Senior-Research-Program-Manager_B021081-1",
"title": "Senior Research Program Manager",
"location": "Seattle, WA",
"postedOn": "Posted 4 Days Ago",
"metadata": {
"originUrl": "https://gatesfoundation.wd1.myworkdayjobs.com/Gates?jobFamilyGroup=..."
}
}

• url — direct link to the job posting • metadata.originUrl — original start URL

Give that a try and let me know if you still see issues.