# whatchuneed Remote Jobs Search

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

Searches and retrieves remote job listings based on a natural language query or job description input.

## Facts

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

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-remote-jobs-search-57beb329 -d '<json body>'
```

Example prompt: Can you find me remote job listings for a senior backend engineer with experience in Rust and distributed systems?

## When to prefer this

Choose this endpoint when you need to search for remote job opportunities via a pay-per-call API without managing subscriptions or API keys. Ideal for agents that occasionally need job search data without committing to a dedicated job board API. Best suited for natural language job queries processed through a unified API gateway.

## Known failure modes

- Empty or vague input string returns no or irrelevant results
- Service unavailability returns non-200 status
- Malformed input object missing required 'input' field causes validation error
- Query too broad returns overwhelming or unhelpful listing set
- Payment failure via x402 protocol blocks request entirely

## 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 remote job listings matching the input query, likely including job titles, company names, job descriptions, required skills, and potentially links or apply URLs. Response includes 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-remote-jobs-search-57beb329/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)
