Workday Job Scraper Fast Edition avatar
Workday Job Scraper Fast Edition

Pricing

$0.49 / 1,000 results

Go to Apify Store
Workday Job Scraper Fast Edition

Workday Job Scraper Fast Edition

High-speed Workday job scraper that paginates a given Workday careers URL, applies optional keyword/location filters, fetches detail pages for descriptions and qualifications, and stores structured job postings to the default dataset.

Pricing

$0.49 / 1,000 results

Rating

5.0

(1)

Developer

Milad Amirzadeh

Milad Amirzadeh

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

5 days ago

Last modified

Share

Workday Job Scraper (Fast Edition)

A high-speed, low-fingerprint actor for extracting job postings from Workday-powered career sites. It uses new techniques to scrap data quickly.

What this actor does

  • Scrapes job listings from a provided Workday career site URL (e.g., https://company.wd5.myworkdayjobs.com/CAREERS).
  • Paginates through results and applies optional title and location filters.
  • Fetches job detail pages for descriptions and qualifications when available.
  • Stores all results as structured JSON items in the default dataset.

Input

Pass the following properties via the Apify input UI or JSON:

{
"start_url": "https://company.wd5.myworkdayjobs.com/CAREERS",
"max_items": 100,
"proxy_configuration": { "useApifyProxy": true },
"keyword_filter": "engineer, data",
"location_filter": "USA, Remote"
}
  • start_url (string, required): Workday careers search page URL.
  • max_items (integer, default 100): Maximum jobs to collect. Set a high value to fetch more.
  • proxy_configuration (object, default uses Apify proxy): Use Residential proxies for stricter tenants (Netflix, RTX, etc.).
  • keyword_filter (string): Comma-separated keywords matched against job titles (case-insensitive).
  • location_filter (string): Comma-separated locations matched against any job location text.

Output

Each dataset item follows this structure:

{
"job_title": "Senior Data Engineer",
"company": "ExampleCorp",
"job_url": "https://company.wd5.myworkdayjobs.com/en-US/CAREERS/job/1234",
"locations": ["Remote", "USA"],
"country": "USA",
"time_type": "Full time",
"posted_on": "2024-10-05",
"post_id": "R-123456",
"description": "Full job description HTML/text...",
"responsibilities": "Key responsibilities text...",
"qualifications": "Qualifications text..."
}

Tips

  • Prefer Residential proxies for heavily protected tenants; Datacenter proxies can work for others.
  • Provide precise keyword_filter / location_filter to reduce noise and speed up runs.
  • If a site layout changes, verify the start_url points to the standard Workday search page before reporting issues.

Support

Issues and contributions are welcome. Describe the target start_url, proxy type, and any error messages for faster triage.