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

NE

Restricting to certain locations

Closed

anaeem opened this issue
2 months 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"], }

gooyer.co avatar

🚀 Update: You can now filter jobs by country / city right in the input—just add a locations array (e.g. "USA" or "Los Angeles, CA, USA"). The actor will skip everything else, keeping your JSON light and runs fast.
tips : The locations array doesn’t touch your startUrls; it simply checks each scraped job’s location text and keeps the ones that match. Your URLs stay the same

Give it a spin and let me know how it goes. If this solves your issue, a quick ⭐️ on Apify would mean a lot. Thanks for helping us improve!