# WhatChuNeed Scrape Expand Endpoint

> WhatChuNeed Scrape Expand 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-15).

Expands and scrapes additional detail or content from a given input string using a pay-per-call API gateway

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/scrape/expand
- 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-expand-endpoint-449ab504
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OV9Pyd6IDsJAHaFi1-Bov

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-expand-endpoint-449ab504 -d '<json body>'
```

Example prompt: Can you scrape and expand the content from this URL — https://example.com/article — so I can see the full details of what's on that page?

## When to prefer this

Choose this endpoint when you need to expand or scrape detailed content from a URL or input string via a simple pay-per-call model without managing infrastructure. It is suitable when you want a quick, low-overhead way to retrieve expanded web content and are comfortable with USDC micropayment billing.

## Known failure modes

- Invalid or unreachable URL returns an error status
- Empty input string causes a validation failure
- Paywalled or bot-blocked pages may return incomplete or empty results
- Payment failure via x402 protocol prevents endpoint execution
- Timeout on slow-loading pages may result in 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 the expanded scraped content and a status string indicating success or failure of the scrape operation.

## 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-expand-endpoint-449ab504/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)
