Workday Jobs Extractor avatar

Workday Jobs Extractor

Pricing

$3.00 / 1,000 result items

Go to Apify Store
Workday Jobs Extractor

Workday Jobs Extractor

This tool accepts a Workday jobs JSON payload (as returned by Workday's Get Jobs endpoint) and extracts a clean list of job postings, outputting key details like title, requisition ID, department, location, and employment type. No external calls are made; the tool purely transforms the user‑supplied

Pricing

$3.00 / 1,000 result items

Rating

0.0

(0)

Developer

ajay shah

ajay shah

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

This tool accepts a Workday jobs JSON payload (as returned by Workday's Get Jobs endpoint) and extracts a clean list of job postings, outputting key details like title, requisition ID, department, location, and employment type. No external calls are made; the tool purely transforms the user‑supplied data, making it safe and fast to run.

Example input

{
"workday_json": {
"jobs": [
{
"jobTitle": "Software Engineer",
"requisitionId": "12345",
"department": "Engineering",
"location": "San Francisco, CA",
"employmentType": "Full-time"
},
{
"jobTitle": "Data Analyst",
"requisitionId": "67890",
"department": "Analytics",
"location": "New York, NY",
"employmentType": "Contract"
}
]
}
}

Each result item contains: job_title, requisition_id, department, location, employment_type.