# whatchuneed Web Crawl Read

> whatchuneed Web Crawl Read is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches and returns crawled web content from a given URL or input string via a pay-per-call API

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/crawl/read
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-web-crawl-read-2bd67974
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ujVpQTl7x9-sRz_Bfnrky

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-web-crawl-read-2bd67974 -d '<json body>'
```

Example prompt: Crawl and read the content of https://example.com/article and return the full text so I can summarize it.

## When to prefer this

Choose this endpoint when you need to fetch and read the raw content of a single web page within a broader multi-capability platform that also handles payments, LLMs, crypto, and more — especially when you want to pay per call via the x402 protocol without managing a dedicated scraping subscription.

## Known failure modes

- Invalid or unreachable URL returns an error status
- Paywalled or bot-blocked pages may return empty or partial content
- Malformed input string causes a validation error
- Network timeouts result in a failed status with no content
- Dynamic JavaScript-rendered pages may not return full content

## 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 crawled content from the requested URL or input, along with a status field indicating success or failure of the retrieval.

## 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-web-crawl-read-2bd67974/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)
