# WhatChuNeed Jobs & Career API

> WhatChuNeed Jobs & Career 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).

Provides job search and career-related information by processing a natural language input query about employment, careers, or job listings.

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/jobs/career
- 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-career-api-08019eda
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E-IKIxHR3gldb5B6_c6oh

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-career-api-08019eda -d '<json body>'
```

Example prompt: Can you find me job listings and career opportunities for a senior data scientist role, ideally remote positions in the tech industry?

## When to prefer this

Choose this endpoint when you need a simple, pay-per-call job and career lookup without managing multiple API keys or subscriptions. Ideal for agents that need occasional career data access without committing to a dedicated job board API. Best for natural language queries about job roles, salaries, or career paths rather than highly structured job database queries.

## Known failure modes

- Vague or ambiguous input query returns generic or irrelevant results
- Missing required 'input' field returns a validation error
- Overly broad queries may return unfocused or paginated results requiring refinement
- Payment failure via x402 protocol prevents access to the endpoint
- Downstream data source unavailability may cause empty or partial results

## 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 listings, career information, salary data, or employment-related content based on the natural language query, along with a status field 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-career-api-08019eda/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)
