Workday & SmartRecruiters Job Board Scraper avatar

Workday & SmartRecruiters Job Board Scraper

Pricing

$0.20 / 1,000 results

Go to Apify Store
Workday & SmartRecruiters Job Board Scraper

Workday & SmartRecruiters Job Board Scraper

Scrapes job postings from SmartRecruiters and Workday job boards by URL, returning structured job data including title, location, department, job type, and description.

Pricing

$0.20 / 1,000 results

Rating

5.0

(1)

Developer

JobVancement

JobVancement

Maintained by Community

Actor stats

3

Bookmarked

34

Total users

4

Monthly active users

2 days ago

Last modified

Categories

Share

SmartRecruiters & Workday Job Board Scraper

Scrapes job postings from SmartRecruiters and Workday job boards by URL, returning structured job data including title, location, department, job type, and description.

Supported Platforms

  • SmartRecruiterscareers.smartrecruiters.com/{company}
  • Workday{company}.wd{n}.myworkdayjobs.com/{board} and wd{n}.myworkdaysite.com/recruiting/{company}/{board}

Input

FieldTypeDefaultDescription
urlstringSingle job board URL to scrape
urlsstring[]Multiple job board URLs
searchQuerystringKeyword filter applied to results
maxPagesnumber3Max pages / API pages to fetch (max 20)
maxNaFieldsnumber5Max N/A fields allowed per job before it is dropped (max 10)
outputFormatstringjsonOutput format: json, csv, or both

At least one of url or urls is required.

Output

Results are saved to:

  • Dataset — individual job records
  • Key-value storejobs.json and/or jobs.csv
  • OUTPUT — summary statistics and full job data

Each job record contains: title, description, requirements, location, department, job_type, salary, posted_date, job_id, url, company, source, scraped_at.

Usage Examples

SmartRecruiters:

{
"url": "https://careers.smartrecruiters.com/FLINTCorp1",
"maxPages": 5,
"outputFormat": "both"
}

Workday:

{
"urls": [
"https://greenheckgroup.wd5.myworkdayjobs.com/External",
"https://wd1.myworkdaysite.com/recruiting/wf/WellsFargoJobs"
],
"searchQuery": "engineer",
"maxPages": 3,
"outputFormat": "json"
}