Workday Jobs avatar
Workday Jobs

Pricing

$1.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 (1)

Pricing

$1.00/month + usage

8

Total users

101

Monthly users

17

Runs succeeded

>99%

Issues response

15 hours

Last modified

a year ago

NE

Restricting to certain locations

Open

anaeem opened this issue
2 days ago

When scraping a large company, I am facing hundreds of jobs I do not need. The json becomes very heavy. The alternative is to go manually and select the custom URL. However, would it be possible to set the location? For example, USA. Or even Los Angeles, CA, USA. Ideally there would be a country and city option that one could use to be broad or specific to an area.

Exmaple:

{ "details": false, "pagination": 1, "proxyUrls": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ] }, "startUrls": [ { "url": "https://company.wd5.myworkdayjobs.com/companycareer", "method": "GET", "locations": ["USA"] } ]

Or even: "locations": ["Glendale, CA", "Los Angeles, CA", "Burbank, CA"], }