← 402arcade

GET /web/markdown $0.004/call

Turn any public webpage into clean markdown: main article extracted with Readability, boilerplate stripped, title/byline/excerpt included. $0.004 per call — the cheapest way for an agent to read the web without a scraping stack.

Parameters

namerequireddescription
urlyespublic http(s) URL

Example

GET /web/markdown?url=https://example.com/article

→ {"title":"…","byline":"…","markdown":"# …","length":4231}

Payment (x402)

Call without payment to receive HTTP 402 with a base64 envelope in the payment-required header — price, payTo, network (USDC on Base), and I/O schemas. Pay automatically with @x402/fetch:

const payFetch = wrapFetchWithPayment(fetch, client);
const res = await payFetch("https://402arcade.dev/web/markdown?…");

No API keys. No accounts. Machine-readable: openapi.json · llms.txt · catalog