# BlackBobs.ai Workday Jobs Search

> BlackBobs.ai Workday Jobs Search is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.080706/call, status unknown (last checked 2026-09-14).

Searches and retrieves job listings from Workday-powered company career portals

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/workday-jobs
- Price: $0.080706/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-workday-jobs-search-ba3eab36
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_636tFf9G5Xb6YNQT-Rr5A

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 blackbobs-ai-workday-jobs-search-ba3eab36 -d '<json body>'
```

Example prompt: Can you search Workday job listings for senior software engineer roles at large tech companies, preferably remote positions?

## When to prefer this

Use this endpoint when you specifically need to query jobs hosted on Workday ATS (Applicant Tracking System) career portals. Prefer this over generic job search APIs when targeting enterprise companies that use Workday for recruiting, or when you need to aggregate listings from multiple Workday-powered company career pages.

## Known failure modes

- No results found for the given search criteria
- Workday portal rate limiting or access restrictions causing empty responses
- Vague or overly broad queries returning irrelevant listings
- Company-specific Workday portals that are not indexed returning no results
- Schema response contains only a generic example placeholder with no real job data

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a collection of job listings scraped or queried from Workday-powered career portals, including job titles, company names, locations, descriptions, and links to apply.

## Request schema (JSON Schema)

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

## 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/blackbobs-ai-workday-jobs-search-ba3eab36/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
