# CamelAI Web Scraper

> CamelAI Web Scraper is a paid API for AI agents from scraper.camelai.io, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Fetches and extracts the content of a given web page URL via a paid scraping endpoint

## Facts

- Endpoint: POST https://scraper.camelai.io/scrape
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scraper-camelai-io-942cec6b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aOqXwYchtwgPcS45VrQkb

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 scraper-camelai-io-942cec6b -d '<json body>'
```

Example prompt: Can you scrape the content from https://example.com/article and give me the full text of the page?

## When to prefer this

Use this endpoint when an AI agent needs to retrieve the live content of a specific web page URL and has access to an x402-compatible payment mechanism. Suitable for one-off page fetches where programmatic web access is required without maintaining a browser session.

## Known failure modes

- URL is unreachable or returns a non-200 status — scrape fails with an error
- Target page is JavaScript-rendered and content may not be fully captured
- Payment of $0.01 USDC not fulfilled — request rejected
- Rate limiting or bot protection on the target site blocks the scrape
- Malformed or missing URL input causes a bad request error

## Output

Returns the scraped content of the requested web page, likely including HTML or extracted text from the target URL.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scraper-camelai-io-942cec6b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scraper.camelai.io](https://www.zero.xyz/host/scraper.camelai.io/llms.txt)
