# Workday Jobs API

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

Searches and retrieves job listings posted on Workday-powered career portals

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/workday-jobs-api
- Price: $0.16/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-aa9f6d5f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V0Id4X95h3ml1bZoSTdWu

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-aa9f6d5f -d '<json body>'
```

Example prompt: Search Workday for open software engineer roles at large tech companies, remote-friendly, and give me the job titles, companies, locations, and links to apply.

## When to prefer this

Use this endpoint when you need to programmatically query Workday-based job boards, which power hiring portals for thousands of large enterprises. Prefer this over generic job board APIs (Indeed, LinkedIn) when targeting Workday-specific postings or when the target employer is known to use Workday as their ATS. Ideal for recruiting automation, job alert pipelines, or competitive intelligence on enterprise hiring activity.

## Known failure modes

- No results found for the given query or company — returns empty data array
- Workday portal for specified company is unavailable or has changed URL structure — may return error or empty result
- Rate limiting or access restrictions on the underlying Workday portal — may result in partial or failed response
- Overly broad query returns too many results or times out
- Invalid or malformed input parameters cause API error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured list of job postings scraped from Workday-powered career portals, including job title, company name, location, job description summary, posting date, and direct application URL for each result.

## 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-aa9f6d5f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
