# Web Page Content Extractor (x402 Pay-per-call)

> Web Page Content Extractor (x402 Pay-per-call) is a paid API for AI agents from claudemadeagent-production.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-19).

Fetches and extracts the text/content of a given web page URL, billed at $0.01 USDC per call via the x402 payment protocol.

## Facts

- Endpoint: POST https://claudemadeagent-production.up.railway.app/tools/extract
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/web-page-content-extractor-x402-pay-per-call-85aedd73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aVvp4IU9Y7XndIfZtc-d5

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 web-page-content-extractor-x402-pay-per-call-85aedd73 -d '<json body>'
```

Example prompt: Can you extract the content from this page for me: https://www.example.com/article/some-news-story — I want to see what's on that page.

## When to prefer this

Choose this endpoint when you need to retrieve the text/content of a specific web page on a pay-per-use basis with no subscription or API key setup — ideal for agents that occasionally need to access web content and can settle micro-payments in USDC via the x402 protocol.

## Known failure modes

- Invalid or malformed URL returns an error response
- URL is unreachable or returns a non-200 HTTP status
- Payment not completed — initial 402 response with payment instructions must be fulfilled before content is returned
- Page is behind a login wall or CAPTCHA and cannot be accessed
- Rate limiting or timeouts on the target server
- Empty or JavaScript-heavy pages may return minimal content

## How this service works

Pay-per-call tools settled in USDC over the x402 protocol. Every tool answers 402 with machine-readable payment instructions; pay and retry to get the result.

## Output

Returns a JSON object containing the extracted content from the requested web page, including the readable text and potentially structured data found on the page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "http/https URL of the page to extract."
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/web-page-content-extractor-x402-pay-per-call-85aedd73/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claudemadeagent-production.up.railway.app](https://www.zero.xyz/host/claudemadeagent-production.up.railway.app/llms.txt)
