# whatchuneed Scrape Directory

> whatchuneed Scrape Directory 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).

Scrapes and returns a structured directory listing of 320+ pay-per-call API endpoints available on the whatchuneed platform

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/scrape/directory
- 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-scrape-directory-8dd537fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_delp35MtnwBkPHPjRVwvo

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-scrape-directory-8dd537fe -d '<json body>'
```

Example prompt: Can you pull up the full directory of APIs available on whatchuneed so I can see what pay-per-call services are listed there?

## When to prefer this

Use this endpoint when an AI agent needs to discover what APIs are available on the whatchuneed platform before making a selection. It is the right choice when you want to browse or search the full catalog of 320+ pay-per-call services across multiple verticals (LLM, crypto, medical, finance, etc.) without knowing the exact endpoint URL in advance. Prefer this over hardcoding endpoint paths when the agent needs dynamic service discovery.

## Known failure modes

- Empty or vague input string may return incomplete or irrelevant results
- Platform downtime or Vercel cold-start may cause slow or failed responses
- Rate limiting or payment failure via x402 protocol may block the request
- Response schema is loosely typed (result is a generic object), so structure may vary
- Directory content may be stale if the underlying catalog has not been refreshed

## 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 structured result object containing the scraped directory of available API endpoints on the whatchuneed platform, including endpoint names, categories, and service descriptions, 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-scrape-directory-8dd537fe/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)
