# x402 APIs - Scrape Structured Data

> x402 APIs - Scrape Structured Data is a paid API for AI agents from x402-apis-eta.vercel.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Scrapes a given URL and returns structured, parsed data extracted from the page, payable per-request via x402 micropayments

## Facts

- Endpoint: GET https://x402-apis-eta.vercel.app/api/scrape-structured
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-apis-scrape-structured-data-f9723c30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3cob-0IonYQOk1wZ-2W0h

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 x402-apis-scrape-structured-data-f9723c30
```

Example prompt: Can you scrape https://example.com/product/123 and give me the structured data from that page — no API key, just pay per request.

## When to prefer this

Prefer this endpoint when you need to quickly extract structured data from a single URL without setting up API keys, accounts, or a scraping infrastructure. Ideal for AI agents that need occasional on-demand web data extraction with micropayment billing via x402 protocol.

## Known failure modes

- URL is inaccessible or returns non-200 status
- Target site blocks scraping or returns CAPTCHA
- Payment not processed — 402 response with payment requirements
- Malformed or missing URL parameter returns validation error
- URL resolves to a non-HTML resource (e.g. PDF, binary)
- Dynamic JavaScript-rendered content may not be captured

## How this service works

AI-agent-friendly APIs with instant micropayments via x402 protocol. No API keys, no accounts - just pay and access.

## Output

Structured data extracted from the target URL, likely including parsed page content, key fields, and machine-readable output derived from the scraped HTML.

## Example request

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

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "URL to scrape"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-apis-scrape-structured-data-f9723c30/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-apis-eta.vercel.app](https://www.zero.xyz/host/x402-apis-eta.vercel.app/llms.txt)
