{"service":"scrape","route":"POST /scrape","price":"$0.02","payment":"x402 (USDC on Base) — POST to this path, pay the returned 402, retry","description":"Scrape any website to clean Markdown, text, or structured JSON. Renders JavaScript/SPA pages with headless Chromium (captures content raw-fetch scrapers miss), handles PDFs, optional schema-driven extraction. Input: { url, format? (markdown|text|html), links? (bool), fields? OR schema? }.","input":{"properties":{"url":{"type":"string","description":"Public http(s) URL (HTML or PDF)"},"format":{"type":"string","description":"markdown (default) | text | html"},"links":{"type":"boolean","description":"Include extracted links"},"fields":{"type":"string","description":"Comma-separated fields to extract as JSON"},"schema":{"type":"object","description":"JSON Schema for structured extraction"}},"required":["url"]},"inputExample":{"url":"https://example.com","format":"markdown"},"outputExample":{"url":"https://example.com","title":"Example","format":"markdown","content":"# Example\n\nPage content...","chars":42},"outputSchema":{"type":"object","properties":{"url":{"type":"string"},"title":{"type":"string"},"format":{"type":"string"},"content":{"type":"string"},"chars":{"type":"integer"}}}}