---
title: "Is Workday an Applicant Tracking System?"
description: "[NewSearch millions of jobs from your AI agent with MCP→](/blog/jobspipe-mcp-server)"
canonical: https://jobspipe.dev/blog/is-workday-an-applicant-tracking-system
last_updated: 2026-09-10
---

[NewSearch millions of jobs from your AI agent with MCP→](/blog/jobspipe-mcp-server)

[All posts](/blog)

![](/listly/card-field.png)

GuideWorkday

Guide·Sep 9, 2026·3 min read

# Is Workday an Applicant Tracking System?

Is Workday an applicant tracking system? Yes: Workday Recruiting is the ATS module in Workday HCM, and each tenant runs a public myworkdayjobs.com site.

![Dvir Atias](/authors/dvir-atias.jpg)

Dvir Atias

Founder, JobsPipe

Is Workday an applicant tracking system? Yes. Workday Recruiting is the applicant tracking module inside Workday Human Capital Management, and it is one of the most widely used ATS products among large employers. Every customer that runs it exposes a public career site under myworkdayjobs.com, which is the surface JobsPipe collects Workday postings from.

## What Workday Recruiting is and how to read its postings

1.  **One suite, several modules.** Workday HCM is the system of record for workers, organisations and pay. Recruiting is a licensed module on top of it that holds requisitions, candidates, pipeline stages and offers. Some Workday customers run a different ATS and feed accepted hires into Workday HCM, so a Workday customer is not always a Workday Recruiting customer.
2.  **The career site.** Each tenant hosts its careers page at a subdomain of myworkdayjobs.com, with a data-centre prefix such as wd1, wd3, wd5 or wd12. The page is rendered by Workday’s interface and the listings are fetched from a JSON endpoint under that tenant, whose shape varies between Workday versions.
3.  **The APIs are private.** The Workday REST API and the older SOAP web services are scoped to one tenant and use credentials that tenant’s administrator issues. There is no public cross-tenant jobs API, which [does Workday have an API](/answers/does-workday-have-an-api) covers in detail.
4.  **Who uses it.** Workday’s customer base skews toward large employers: banks, retailers, universities, hospital systems and technology companies with thousands of staff. That shapes the postings, which lean toward established roles with formal grades and often carry a salary range where local law requires one.
5.  **Reading postings at scale.** Because there is no directory of tenants, the work is discovering them, configuring each one, and staying within its rate limits and bot protection. The build is described in [how to integrate with Workday](/guides/how-to-integrate-with-workday).

Two groups ask this question for different reasons. Job seekers meet Workday as the application form, since many large employers route candidates through a Workday account, and assume Workday is the employer’s whole hiring stack. Data teams meet it as the careers site and assume there must be an API behind it. Both are half right: the ATS is Workday Recruiting, the public feed is the careers site, and the API serves the tenant alone. Here is what Workday postings look like once they are normalized, as shares of the active set:

23.3%

State a salary range

share of active Workday postings

5.6%

Flagged remote

share of active Workday postings

16.7%

Labeled senior

share of active Workday postings

32.9%

Carry a seniority label

any level parsed from the posting

How this was measured

Measured from active postings per collected board. Generated 2026-09-09. Shares only: JobsPipe publishes percentages, not counts.

Salary counts when a range or floor is parsed into min\_annual\_salary\_usd; remote comes from the posting’s location and description; seniority is normalized from the title and text, so a posting with no level cue is unlabeled rather than guessed. Shares are cross-sectional for the current active set.

```
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"],"job_seniority_or":["senior"],"status":"active","limit":50}'
```

## Where JobsPipe fits

JobsPipe is a jobs data API that collects live postings from LinkedIn, Indeed, Y Combinator, Naukri, Workday, Greenhouse, Workable, SmartRecruiters, Ashby, Lever and Paylocity, returns them as one schema with closure tracking and a ghost score, and includes a free tier of 1,000 jobs a month. Workday postings arrive in the same record shape as every other board, with the tenant directory maintained for you, and no Workday credentials are involved because only the public career sites are read. Pin one tenant with a company filter:

```
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"], "company_name_or": ["Salesforce"], "status": "any", "limit": 50 }'
```

Large employers re-list rolling requisitions, so `max_ghost_score` is worth setting on Workday queries. Field coverage and examples are on the [Workday source page](/sources/workday).

Query every public Workday tenant with one key - free tier included.

![](/listly/shape-heart.png)

FAQs

## Frequently Asked Questions

### Is Workday Recruiting the same as Workday HCM?

No. Workday HCM is the core system of record for workers, organisations and pay. Workday Recruiting is a separately licensed module inside it that handles requisitions, candidates, pipeline stages and offers. A company can run Workday HCM with a different ATS and pass accepted hires into HCM, so not every Workday customer uses Workday for recruiting.

### How do I get Workday job postings?

From each tenant's public career site under myworkdayjobs.com, which serves its listings from a JSON endpoint. Workday's own APIs are per tenant and need credentials the tenant issues, so there is no cross-company jobs API. JobsPipe collects the public tenants and returns them through POST /v1/jobs/search with source\_or set to workday.

### Does JobsPipe need Workday credentials?

No. JobsPipe reads only the public career sites and never touches applicant data or any non-public Workday object. A JobsPipe API key returns Workday postings alongside every other collected board in one record shape, including date\_posted, discovered\_at, status, closed\_at, ghost\_score and a salary range where the posting states one.

[

← Previous

How Do Applicant Tracking Systems Work?

](/blog/how-do-applicant-tracking-systems-work)[

Next →

Is Indeed an Applicant Tracking System?

](/blog/is-indeed-an-applicant-tracking-system)

---
Canonical URL: https://jobspipe.dev/blog/is-workday-an-applicant-tracking-system
Title: Is Workday an Applicant Tracking System?
Description: Is Workday an applicant tracking system? Yes: Workday Recruiting is the ATS module in Workday HCM, and each tenant runs a public myworkdayjobs.com site.

---
AI agents: the full machine-readable index of this site is https://jobspipe.dev/llms.txt?src=md-twin - API quickstart, no-key sandbox (POST https://api.jobspipe.dev/v1/sandbox/jobs/search), MCP server, pricing. Free key: https://jobspipe.dev/signup