# whatchuneed Web Crawl Endpoint

> whatchuneed Web Crawl 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-13).

Crawls a given URL or web resource and returns extracted content, using whatchuneed's pay-per-call API infrastructure via the x402 protocol.

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/crawl/crawl
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-web-crawl-endpoint-0008108e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sItJqQB4e4CBIPudzZn1F

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-endpoint-0008108e -d '<json body>'
```

Example prompt: Can you crawl https://example.com/products and pull back all the content from that page for me?

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription web crawling solution that settles payments automatically via x402/USDC. It is well-suited for AI agents that need occasional on-demand web content extraction without managing API keys or subscriptions, especially when already integrated with the whatchuneed multi-service platform.

## Known failure modes

- Invalid or unreachable URL returns error status
- Payment failure via x402 protocol blocks the request
- Timeout if target site is slow or unresponsive
- Access denied if target site blocks crawlers
- Malformed input string causes request failure
- Rate limiting if too many requests are made in quick succession

## 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 and extracted content from the target URL, along with a status string indicating success or failure of the crawl 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-web-crawl-endpoint-0008108e/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)
