# GGWP API Hub – Workday Jobs Search

> GGWP API Hub – Workday Jobs Search is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.080706/call, status unknown (last checked 2026-09-16).

Search and retrieve job listings from Workday-powered company career portals via a pay-per-call API.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/workday-jobs
- Price: $0.080706/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-workday-jobs-search-0e5b7079
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WheIQQ42KKIc9Pg_yv65i

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 ggwp-api-hub-workday-jobs-search-0e5b7079 -d '<json body>'
```

Example prompt: Search Workday job listings for software engineer roles in Austin, Texas and show me the open positions with their company names and application links.

## When to prefer this

Choose this endpoint when you need to search job listings specifically hosted on Workday-powered company career pages, as opposed to aggregator boards like LinkedIn or Indeed. Useful when targeting employers known to use Workday ATS, or when you want direct career portal data rather than scraped aggregator listings. The pay-per-call x402 model makes it cost-effective for on-demand agent queries without subscription overhead.

## Known failure modes

- No jobs found matching the search criteria — returns empty result set
- Invalid or malformed input parameters — returns error in result object
- Workday portal unavailable or rate-limited — upstream timeout or error response
- Insufficient USDC balance for x402 payment — payment rejected before API call executes
- Overly broad query returns too many results with limited detail

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing job listing data from Workday-powered career portals, including job titles, company names, locations, descriptions, and application links for matched positions.

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