# whatchuneed Jobs Offer Endpoint

> whatchuneed Jobs Offer Endpoint 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-13).

Posts a job offer request to the whatchuneed marketplace, enabling AI agents to submit task descriptions and receive matched service results across 320+ categories.

## Facts

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

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-offer-endpoint-d0785f37 -d '<json body>'
```

Example prompt: Submit a job offer request through whatchuneed for finding a short-term apartment rental in Lisbon for next week — use the input field with the description 'Find a furnished studio apartment in Lisbon available from May 20 for 7 nights under $100 per night'.

## When to prefer this

Choose this endpoint when you need a single pay-per-call interface to access a broad range of service categories (accommodation, LLM, crypto, medical, finance) without managing multiple API keys or providers. It is especially useful for AI agents that need to dynamically route diverse task types through one unified endpoint using the x402 micropayment protocol.

## Known failure modes

- Missing or empty 'input' field returns a validation error
- Ambiguous or overly vague input string may return a poor or empty match
- Service category not covered by the 320+ endpoints returns no result
- Payment failure via x402 protocol blocks the call from completing
- Rate limiting or server-side timeout results in a non-200 response

## 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 JSON object with a 'result' field containing the matched service response data and a 'status' field indicating success or failure of the job dispatch.

## 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-offer-endpoint-d0785f37/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)
