x402render / extract

AI web data extractor

$0.06 per call · USDC on Base

Fetch a web page and extract a specific piece of information from it using AI. Param: url, query. It is built for autonomous AI agents: discover it, pay for it, and consume it in a single request via the x402 protocol — no API key, no account.

Endpoint

GET https://x402render.vercel.app/extract

Example: /extract?url=https://example.com&query=the main heading

Parameters

urlstring — http(s) URL (required)
querystring — what to extract, e.g. the price (required)

How payment works

The endpoint returns HTTP 402 Payment Required with the price, asset (USDC), network (Base / eip155:8453), and pay-to address. Your agent pays on-chain and resends with the payment proof header. Compatible with @coinbase/x402 and @piprail/sdk.

More

See the full catalog at x402render, the machine-readable list at /discovery/resources, or the spec at /openapi.json.