# Workday Jobs API

> Workday Jobs API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.050851/call, status unknown (last checked 2026-09-15).

Searches and retrieves job listings from Workday-powered career portals

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/workday-jobs-api
- Price: $0.050851/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/workday-jobs-api-3efddfee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5PG-YIjKdFPDKb1lGRJx6

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability workday-jobs-api-3efddfee -d '<json body>'
```

Example prompt: Can you search Workday job postings for software engineer roles at large tech companies in Austin, Texas?

## When to prefer this

Use this endpoint when you need to search for job postings specifically hosted on Workday ATS platforms, common at enterprise and Fortune 500 companies. Prefer this over general job search APIs when targeting companies known to use Workday for recruiting.

## Known failure modes

- No jobs found matching search criteria returns empty result set
- Invalid or unsupported query parameters may return generic or no results
- Rate limiting or payment failure via x402 protocol returns 402 error
- Workday portal unavailability may cause timeouts or partial data

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns job listing data including job titles, company names, descriptions, locations, and links to apply, sourced from Workday-powered career portals.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/workday-jobs-api-3efddfee/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
