Machine-facing data, priced per call, paid over x402.
Read any public page as clean markdown. Search the live web. No API key, no account, no infrastructure — one x402 payment per call, and a failed fetch costs you nothing.
GET /v1/web/read?url=https://example.com/article
→ { "title": "...", "markdown": "# ...", "fetched_at": "...",
"cache": "fetched live", "settlement": "0x..." }
Rendered, boilerplate stripped, ready for a context window. Sites behind
aggressive bot protection: add stealth=true at $0.05.
GET /v1/web/search?q=x402+payment+protocol
→ { "results": [ { "title": "...", "url": "...", "snippet": "..." } ],
"count": 10, "settlement": "0x..." }
Up to ten live results. Feed any of them straight back into
/v1/web/read.
cache field. Searches are always live.