# httpay.xyz Web Scraper

> httpay.xyz Web Scraper is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches and returns readable text content from any given URL via a paid API endpoint

## Facts

- Endpoint: POST https://httpay.xyz/api/web-scrape
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-62a1c474
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xmavdT1y1u9BGfuqSWeQ5

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 httpay-xyz-62a1c474 -d '<json body>'
```

Example prompt: Can you fetch and give me the readable text content from https://example.com/some-article — I need to know what's on that page.

## When to prefer this

Use this endpoint when an AI agent needs to read the content of a specific URL at runtime — especially in agentic workflows where the agent must access live web content it cannot otherwise retrieve. Prefer this over browser automation tools when you just need readable text from a URL without JavaScript rendering complexity.

## Known failure modes

- URL is unreachable or returns a non-200 status — scrape fails with an error
- Payment not provided — returns 402 Payment Required with instructions for x402 or MPP payment
- URL points to a non-HTML resource (PDF, binary) — content may not parse cleanly
- Rate limit exceeded on demo mode (10 calls/IP/hour) — returns error if no payment and limit hit
- Malformed URL input — returns validation error

## How this service works

Fetch and return readable content from any URL

## Output

Returns the readable text content extracted from the specified URL, stripped of markup and formatted for consumption.

## Example request

```json
{
 "url": "https://example.com"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Fetch and return readable content from any URL"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-62a1c474/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
