# Whatchuneed Jobs API

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

Search and retrieve job listings via a natural-language input string using a pay-per-call API endpoint

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/jobs/jobs
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-jobs-api-22cffa6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pSjlGXETnhLP2UuFQSuXg

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 whatchuneed-jobs-api-22cffa6d -d '<json body>'
```

Example prompt: Can you find me remote software engineering jobs, specifically senior Python developer roles, using the Whatchuneed jobs search?

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription job search capability accessible via a single unified API with USDC micropayment. Useful for AI agents that need on-demand job listings without managing separate recruiting API credentials or subscriptions.

## Known failure modes

- Vague or ambiguous input query returns irrelevant or empty job results
- No matching jobs found for a highly specific or niche query
- Payment failure via x402 protocol prevents the call from completing
- Service downtime on whatchuneed.vercel.app results in a non-200 response
- Malformed input (non-string or missing 'input' field) returns a validation error

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a result object containing job listing data matching the input query, including job titles, employers, locations, and relevant details, along with a status string indicating success or failure.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

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