Workday Jobs Scraper & B2B Lead Generator avatar

Workday Jobs Scraper & B2B Lead Generator

Pricing

from $4.90 / 1,000 results

Go to Apify Store
Workday Jobs Scraper & B2B Lead Generator

Workday Jobs Scraper & B2B Lead Generator

Scrape Workday career portals instantly. Auto-filter retail/blue-collar roles to extract HQ decision-makers. Get clean, English-only, LLM-ready job listings for B2B sales automation.

Pricing

from $4.90 / 1,000 results

Rating

0.0

(0)

Developer

Aether

Aether

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Workday HQ Intent Signals Scraper

Stop paying for 10,000 retail and warehouse listings. Get only the HQ & IT roles that actually buy B2B software.

This Apify Actor scrapes corporate Workday career portals and delivers clean, LLM-ready JSON containing only corporate, technology, and decision-maker job openings. No cashiers. No warehouse operators. No interns. Just high-intent B2B buying signals.


๐ŸŽฏ Why This Exists

Most job scrapers give you everything โ€” 90% of which is worthless for B2B SaaS prospecting. This Actor is purpose-built for SDRs and revenue teams:

What Others DeliverWhat We Deliver
10,000+ retail/blue-collar jobsOnly HQ, IT, and corporate roles
Bloated HTML descriptionsClean 400-char plain-text summaries
No requisition IDsrequisition_id extracted for hyper-personalized outreach
No intent classificationintent_category โ€” Data & AI, Revenue, Engineering, Product, Marketing, General
One-size-fits-allConfigurable filters: max age, HQ-only, English-only

๐Ÿง  How It Works

  1. API Interception via Playwright โ€” intercepts the internal Workday search JSON API (no fragile DOM scraping).
  2. Smart Filtering โ€” excludes cashier|warehouse|driver|intern|store|retail|clerk|assistant|worker|operator|mechanic|technician|student.
  3. Requisition ID Extraction โ€” pulls the R234160-style ID from Workday's API response.
  4. Intent Classification โ€” categorizes each role into Data & AI, Revenue, Engineering, Product, Marketing, or General.
  5. Clean Output โ€” strips HTML to 400-char plain-text summaries, ready to paste into ChatGPT or your outreach tool.

๐Ÿ“ฆ Output Schema

Each record pushed to the Apify dataset:

{
"company_name": "sysco",
"requisition_id": "R234160",
"job_title": "Senior Data Engineer",
"location": "Houston, TX",
"days_active": 3,
"intent_category": "Data & AI",
"job_summary_clean": "We are looking for a Senior Data Engineer to design and build scalable data pipelines...",
"apply_url": "https://sysco.wd5.myworkdayjobs.com/syscocareers/job/Houston-TX/Senior-Data-Engineer_R234160"
}

Clean, flat, no nested objects. Perfect for LLM ingestion or direct upload to your CRM.


โš™๏ธ Input Configuration

FieldTypeDefaultDescription
company_workday_urlsArray<String>(required)Workday career portal URLs to scrape
max_days_oldInteger7Skip jobs older than N days
hq_roles_onlyBooleantrueFilter out retail, warehouse, intern, and blue-collar roles
english_onlyBooleantrueInclude only English-language job postings

Example input:

{
"company_workday_urls": [
"https://sysco.wd5.myworkdayjobs.com/syscocareers",
"https://coca-cola.wd5.myworkdayjobs.com/cocacola"
],
"max_days_old": 14,
"hq_roles_only": true,
"english_only": true
}

๐Ÿš€ Use Cases

  • SDR Prospecting โ€” Find companies hiring for Data, AI, or Revenue roles โ†’ trigger personalized outreach.
  • Intent Monitoring โ€” Run weekly to detect spikes in engineering or product hiring (expansion signal).
  • Competitive Intel โ€” Track which competitors are building out specific teams.
  • Account Prioritization โ€” Rank accounts by recency and volume of corporate openings.

๐Ÿณ Running Locally

# Install dependencies
npm install
# Run with tsx (dev mode)
npm start
# Build for production
npm run build

For Apify platform deployment, the Dockerfile uses apify/actor-node-playwright-chrome:20 โ€” all browsers and dependencies are pre-installed.


๐Ÿ›ก๏ธ Built for Scale

  • Playwright + Chromium for robust SPA rendering and API interception
  • Automatic pagination through Workday's internal search API
  • Apify proxy integration to avoid IP rate-limiting
  • TypeScript โ€” fully typed, no guesswork

Stop scraping noise. Start scraping signals.