NewSearch millions of jobs from your AI agent with MCP
All posts
Guide·Apr 12, 2026·6 min read

Companies that use Workday: a customers list you can query (2026)

Workday powers HR for over 10,500 enterprises. Here's a curated list of companies that use Workday - well-known customers whose public job postings you can pull through one API - plus how to discover any tenant yourself.

EN

Eng team

Engineering

Which companies that use Workday can you actually pull job data from? It is one of the most-asked research questions in HR-tech - a Workday customers list for sales prospecting, recruiting, or market research. Workday powers HR for over 10,500 enterprises globally - including roughly half the Fortune 500 - but they don’t publish a complete list, so the answer takes some digging.

We index every public Workday tenant we can find. Here’s a curated sample of well-known Workday customers, plus the exact pattern for discovering any tenant yourself.

How to spot a Workday tenant

Every Workday customer with a public careers page exposes it at a predictable URL pattern:

https://{company}.wd{N}.myworkdayjobs.com/{tenant}/...

Where {N} is a Workday data-center region (1, 3, 5, etc.) and {tenant} is the company’s tenant slug. Example: Stripe’s careers page is at stripe.wd1.myworkdayjobs.com/StripeCareers. If you land on a careers page and the URL contains myworkdayjobs.com, you’ve found a Workday tenant.

Notable companies that use Workday (sample)

A non-exhaustive list of well-known organizations whose public job postings sit on Workday:

  • Adobe
  • Salesforce
  • Stripe
  • Disney
  • Target
  • AT&T
  • Bank of America
  • Wells Fargo
  • Visa
  • Intuit
  • Netflix
  • LinkedIn
  • Pinterest
  • T-Mobile US
  • Boeing
  • Goldman Sachs
  • Caterpillar
  • General Electric
  • Liberty Mutual
  • Aon
  • Royal Caribbean
  • Sonos
  • Lyft
  • Toyota
  • The New York Times
  • The Washington Post
  • Schroders
  • Tesco
  • Siemens
  • McGraw-Hill

This is a sample of roughly the top 30 by name recognition. JobsPipe indexes 500+ public Workday tenants today, growing weekly as new companies onboard.

Querying all Workday tenants through one API

Hitting tenant URLs directly works for one or two companies. If you need every Workday tenant’s jobs, the operational pain (Akamai bot management, 10k result caps, per-tenant URL variation) makes a managed source much cheaper. JobsPipe ships a single endpoint:

# all Workday tenants
curl https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer jp_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{ "source_or": ["workday"] }'

# or scope to one company
curl https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer jp_live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{ "source_or": ["workday"], "company_name_partial_match_or": ["adobe"] }'

Same normalized JSON schema as every other source - title, parsed compensation, normalized location, posted_at, apply_url back at the original Workday listing.

Related research

Query every Workday tenant’s public jobs - free tier included.

Get a free API key