# AnyAPI web.crawl (Web Crawl)

> AnyAPI web.crawl (Web Crawl) is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0315/call, status unknown (last checked 2026-09-15, last successful call 2026-06-27).

Crawls a given URL and returns the full page content as structured JSON, bypassing bot detection and rendering JavaScript.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/web.crawl
- Price: $0.0315/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-06-27
- Success rate: 100% of calls made through Zero
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-web-crawl-web-crawl-c08a9853
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OIvoOjgU8pSVCX_LqEX1C

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 anyapi-web-crawl-web-crawl-c08a9853 -d '<json body>'
```

Example prompt: Can you crawl the page at https://example.com/products/widget-pro and pull back all its content so I can see what's on it?

## When to prefer this

Use this endpoint when you need to retrieve the rendered or raw content of any publicly accessible web page on a pay-per-request basis, without managing subscriptions or rotating proxies. Ideal for agents that need occasional ad-hoc web crawls across diverse domains without committing to a dedicated scraping service subscription.

## Known failure modes

- Target URL is unreachable or returns a non-200 status — crawl fails with an error response
- Page is heavily bot-protected and cannot be accessed — partial or empty content returned
- JavaScript-heavy page times out before rendering completes
- Invalid or malformed URL provided — request rejected
- Insufficient wallet balance to cover $0.0315 USDC per-call cost — payment failure

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing the crawled page's content, including rendered text, HTML, and/or structured data extracted from the target URL.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-web-crawl-web-crawl-c08a9853/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
