# whatchuneed Scrape Dispatch

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

Dispatches a web scraping or data retrieval request through a unified multi-domain API gateway, returning extracted or fetched results

## Facts

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

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-dispatch-cfe16266 -d '<json body>'
```

Example prompt: Scrape the page at https://example.com/products and extract all the product names and prices listed there — use the whatchuneed scrape dispatch endpoint.

## When to prefer this

Choose this endpoint when you need to programmatically extract content from a webpage or web resource and want a single pay-per-call interface without managing scraping infrastructure. It is particularly useful for one-off scrape jobs where setting up a dedicated scraper is overkill, or when operating within an x402 payment-enabled agent workflow.

## Known failure modes

- Target URL unreachable or returns non-200 status — result may be empty or contain an error message
- Ambiguous input string with no clear URL or scraping target — may produce unexpected results
- Anti-bot protection on target site blocks the scrape — result may be partial or empty
- Malformed input string — API may return an error status
- Payment not processed — request blocked before dispatch

## 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 the scraped or extracted data from the dispatched request, along with a status string indicating success or failure. The result shape depends on the target resource being scraped.

## 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-dispatch-cfe16266/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)
