{"version":"1.0","protocol":"x402","name":"ClawFetch","description":"Web intelligence API for AI agents — stealth fetching, JS rendering, structured extraction, multi-source research. 17 specialized extractors (Twitter, GitHub, CoinGecko, etc.)","baseUrl":"https://api.clawfetch.ai","network":"eip155:8453","payTo":"0xc2afB91833f4dE19542A025872C6085cC29185eB","facilitator":"https://api.cdp.coinbase.com/platform/v2/x402","totalResources":9,"resources":[{"url":"https://api.clawfetch.ai/fetch","method":"POST","price":"$0.001","currency":"USDC","network":"eip155:8453","description":"Web scraping / URL fetch: any web page as clean, LLM-ready markdown. Strips boilerplate and ads; stealth client bypasses common bot blocks.","inputSchema":{"properties":{"url":{"type":"string"},"headers":{"type":"object"}},"required":["url"]},"outputSchema":{"properties":{"content":{"type":"string","description":"Fetched HTML content"}}}},{"url":"https://api.clawfetch.ai/render","method":"POST","price":"$0.005","currency":"USDC","network":"eip155:8453","description":"Headless browser rendering for JavaScript-heavy pages and SPAs: full stealth Chromium render to clean markdown, plus title, meta description, and canonical URL.","inputSchema":{"properties":{"url":{"type":"string"}},"required":["url"]}},{"url":"https://api.clawfetch.ai/extract","method":"POST","price":"$0.008","currency":"USDC","network":"eip155:8453","description":"Structured data extraction returning typed JSON from 17 specialized site extractors: Twitter/X, GitHub, CoinGecko, Hacker News, YouTube, Wikipedia, npm, PyPI, crates.io, Product Hunt, IMDb, Amazon, Crunchbase, SEC EDGAR, Zillow, Redfin, and news articles. Auto-detects the right extractor from the URL.","inputSchema":{"properties":{"url":{"type":"string"},"type":{"type":"string"}},"required":["url"]}},{"url":"https://api.clawfetch.ai/research","method":"POST","price":"$0.02","currency":"USDC","network":"eip155:8453","description":"Multi-source web research and topic intelligence: live web search plus source visits, returning ranked results with titles, URLs, and content snippets.","inputSchema":{"properties":{"query":{"type":"string"},"maxResults":{"type":"number"}},"required":["query"]}},{"url":"https://api.clawfetch.ai/domains/check","method":"POST","price":"$0.003","currency":"USDC","network":"eip155:8453","description":"Bulk domain name availability lookup via live WHOIS: check many domains across many TLDs in one call and get a per-domain available true/false. Useful for naming, brand screening, and squatting checks.","inputSchema":{"properties":{"domains":{"type":"array","items":{"type":"string"}}},"required":["domains"]}},{"url":"https://api.clawfetch.ai/domains/suggest","method":"POST","price":"$0.003","currency":"USDC","network":"eip155:8453","description":"Domain name brainstorming and availability screening: combine keywords into candidate domains across chosen TLDs, then live-WHOIS-check them and return only the available ones. Naming research in a single call.","inputSchema":{"properties":{"keywords":{"type":"array","items":{"type":"string"}},"tlds":{"type":"array","items":{"type":"string"}},"maxCheck":{"type":"number"}},"required":["keywords"]}},{"url":"https://api.clawfetch.ai/parse","method":"POST","price":"$0.005","currency":"USDC","network":"eip155:8453","description":"Document parsing: convert office documents (docx, pptx, xlsx, pdf, odt, ods, odp, rtf, epub, csv, doc, ppt) to clean GitHub-Flavored Markdown. Pass a document URL or base64 bytes. Local Rust converter — fast, deterministic, no OCR.","inputSchema":{"properties":{"url":{"type":"string"},"base64":{"type":"string"},"filename":{"type":"string"},"format":{"type":"string"}},"required":[]},"outputSchema":{"properties":{"markdown":{"type":"string","description":"Document content as GitHub-Flavored Markdown"},"format":{"type":"string","description":"Detected/declared source format"}}}},{"url":"https://api.clawfetch.ai/extractors","method":"GET","price":"$0.001","currency":"USDC","network":"eip155:8453","description":"Discovery endpoint listing all 17 structured-data extractors and the domains each supports."},{"url":"https://api.clawfetch.ai/health","method":"GET","price":"free","currency":"USDC","network":"eip155:8453","description":"Service health status (free)"}]}