Workday ghost jobs: what the sightings say.
94.1% of scored active Workday postings carry at least one ghost-job warning sign, against 17.8% across all ten boards JobsPipe collects. Here is the full picture for Workday: score bands, the reasons behind them, reposts, age and how quickly postings close.
How Workday scores
Workday tenants belong to large employers that run evergreen requisitions and re-list roles continuously, which is why Workday carries the largest 50-74 share of any board here. High reposted and long-open shares on Workday are a property of how enterprise talent teams use the system, not of employer intent.
| Ghost score band | Workday | All boards |
|---|---|---|
| 0-24: looks live | 5.9% | 82.3% |
| 25-49: one warning sign | 54.2% | 16.4% |
| 50-74: several warning signs | 39.7% | 1.3% |
| 75-100: almost certainly stale | <0.5% | <0.5% |
- Posted by a mass poster (500+ open roles)94.9%
- No salary stated80.3%
- Posted date far behind first sighting63.2%
- Reposted (seen again after a gap of 10+ days)56.1%
- Open for 45 days or more<0.5%
- Thin description (under 400 characters)<0.5%
How long Workday postings stay up
Workday listings sit until the employer closes them or the 30-day listing expiry runs out, and JobsPipe records the closure at the next check after that. Days live on Workday therefore clusters at the 30-day mark (median unavailable), and - of closures happened within a week. For a board where removals are visible immediately, compare Greenhouse.
The cross-board comparison is on How long do job postings stay up?
Check a Workday posting
Paste the Workday job URL. The answer comes from the JobsPipe index, not from Workday.
Works with LinkedIn, Indeed, Greenhouse, Lever, Ashby, Workable, SmartRecruiters and Workday URLs. Reads the JobsPipe index, never the board.
Exclude Workday ghost jobs from a feed
curl -X POST https://api.jobspipe.dev/v1/jobs/search \
-H "Authorization: Bearer $JOBSPIPE_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "source_or": ["workday"], "max_ghost_score": 24, "status": "active", "posted_at_max_age_days": 30, "limit": 25 }'FAQ
How common are ghost jobs on Workday?
94.1% of scored active Workday postings carry at least one warning sign, against 17.8% across all ten boards JobsPipe collects. 47.1% of active Workday postings were seen again after a gap of ten days or more, and 58.9% were first sighted more than 30 days ago.
Why does Workday score the way it does?
Workday tenants belong to large employers that run evergreen requisitions and re-list roles continuously, which is why Workday carries the largest 50-74 share of any board here. High reposted and long-open shares on Workday are a property of how enterprise talent teams use the system, not of employer intent.
How do I check whether a Workday job is still open?
Paste the Workday posting URL into the checker on this page. JobsPipe returns the first and last sighting, the status, and the ghost score with its reasons.
How do I exclude Workday ghost jobs from an API feed?
Send max_ghost_score 24 with status active and source_or ["workday"] to the jobs search endpoint. Raise the score cap to 49 if a missing salary is acceptable.