Workday & SmartRecruiters Job Board Scraper
Pricing
$0.20 / 1,000 results
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
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
- SmartRecruiters —
careers.smartrecruiters.com/{company} - Workday —
{company}.wd{n}.myworkdayjobs.com/{board}andwd{n}.myworkdaysite.com/recruiting/{company}/{board}
Input
| Field | Type | Default | Description |
|---|---|---|---|
url | string | — | Single job board URL to scrape |
urls | string[] | — | Multiple job board URLs |
searchQuery | string | — | Keyword filter applied to results |
maxPages | number | 3 | Max pages / API pages to fetch (max 20) |
maxNaFields | number | 5 | Max N/A fields allowed per job before it is dropped (max 10) |
outputFormat | string | json | Output 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 store —
jobs.jsonand/orjobs.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"}