Workday Jobs avatar
Workday Jobs
Try for free

3 days trial then $1.00/month - No credit card required now

View all Actors
Workday Jobs

Workday Jobs

gooyer.co/myworkdayjobs
Try for free

3 days trial then $1.00/month - No credit card required now

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.

Workday Jobs Scraper

Overview

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.

Intended Audience

  • 🔍 Market Researchers & Analysts: Gain insights into employment trends, roles, and industry demands.
  • 🌍 HR Professionals & Recruiters: Benchmark roles, requirements, and salaries across industries.
  • 💡 Data Scientists & Analysts: Utilize job data for predictive modeling and market analysis.
  • ✍️ Journalists & Academics: Research and report on job market dynamics and opportunities.
  • 🏢 Business Strategists & Consultants: Understand competitor hiring trends and strategic positions.

Key Features

  • 🚀 Simple Setup: Begin with preconfigured Workday Jobs URLs for targeted data extraction.
  • 📊 Customizable Depth: Adjust pagination settings to control search result scope.
  • 🔍 Detailed Extraction: Capture intricate data from individual job listings.
  • 🌐 Advanced Proxy Support: Employ proxies to ensure uninterrupted data collection.

Configuration Options

  • startUrls (required): List of Workday Jobs search URLs for scraping.
  • pagination: Specifies the number of pages to scrape, with 0 for no limit.
  • details: Boolean to toggle scraping of detailed job pages.
  • proxyUrls (required): Configuration for proxy usage, preset for Apify Proxy, adjustable to specific proxy requirements.

Quick Start Guide

  1. URLs Setup: Input your target Workday Jobs search URLs in the urls field.
  2. Pagination Control: Define how many pages you want to scrape under the pagination field.
  3. Detail Page Scraping: Decide on scraping detailed job pages by setting the details boolean.
  4. Proxy Configuration: Make sure proxyUrls is correctly set for IP management.

Sample Configuration

1{
2  "startUrls": [
3        {
4            "url": "https://fina.wd3.myworkdayjobs.com/en-US/DeloitteRecrute/job/Alternance---Consultant-Dveloppeur-Junior-Salesforce-F-H_R-5602"
5        },
6        {
7            "url": "https://fina.wd3.myworkdayjobs.com/en-US/DeloitteRecrute/"
8        }
9  ],
10  "pagination": 1,
11  "details": true,
12  "proxyUrls": {
13    "useApifyProxy": true,
14    "apifyProxyGroups": [],
15    "apifyProxyCountry": "US"
16  }
17}

This setup scrapes the first two pages of the specified job listings, including detailed job information pages, using US-based Apify proxies.

Output Details

The scraper generates JSON files with detailed information on job listings, including job titles, descriptions, locations, posting dates, and more. Below is an example structure for a job listing:

Sample Jobs Listing Output

1{
2  "url": "https://example.workdayjobs.com/en-US/ExampleCareers/",
3  "title": "Careers",
4  "jobs": [
5    {
6      "title": "Senior Software Engineer",
7      "location": "New York, USA",
8      "postedOn": "Posted 5 Days Ago",
9      "ref": ["R-5136"],
10      "url": "https://example.workdayjobs.com/en-US/ExampleCareers/job/Similar-Job-URL"
11    },
12    ....
13  ],
14  "metadata" : [{
15			"total": 868,
16			"filter": [...]
17		}]
18}

Sample Job Details Output

1{
2  "url": "https://example.workdayjobs.com/en-US/ExampleCareers/job/Specific-Job-URL",
3  "title": "Software Engineer",
4  "location": "New York, USA",
5  "postedOn": "Posted 3 Days Ago",
6  "jobDescription": "An in-depth description of the role, responsibilities, and qualifications.",
7  "similarJobs": [
8    {
9      "title": "Senior Software Engineer",
10      "location": "New York, USA",
11      "postedOn": "Posted 5 Days Ago",
12      "url": "https://example.workdayjobs.com/en-US/ExampleCareers/job/Similar-Job-URL"
13    }
14  ]
15}

Note

  • Ensure your proxy configuration is correct to prevent any scraping interruptions .
  • If you encounter empty results, verify the URLs to ensure they are accurate and operational.

For assistance, customization requests, or to report issues, please reach out to our support team or use the Issues tab on the Apify platform.

Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 3 stars
  • 99.8% runs succeeded
  • 6.1 days response time
  • Created in Mar 2024
  • Modified 3 months ago