{"x402Version":2,"payTo":"0xc2afB91833f4dE19542A025872C6085cC29185eB","resources":[{"id":3365,"slug":"3365","resource":"https://api.clawfetch.ai/fetch","description":"Web scraping / URL fetch: retrieve any web page and return clean, LLM-ready markdown text. Strips boilerplate, ads, and navigation. Stealth HTTP client bypasses common bot blocks. Cheapest way to read a webpage.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xc2afB91833f4dE19542A025872C6085cC29185eB","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"content":"<html>...</html>"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"headers":{"type":"object"},"url":{"description":"URL to fetch","type":"string"}},"required":["url"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.clawfetch.ai","lastUpdated":"2026-09-17T17:54:27.567Z","quality":{"calls30d":350,"uniquePayers30d":7,"lastCalledAt":"2026-09-17T17:54:27.136Z"},"liveness":{},"verified":false,"featured":false},{"id":3364,"slug":"3364","resource":"https://api.clawfetch.ai/extractors","description":"Discovery endpoint listing all 17 available structured-data extractors and the domains each one supports, so an agent can decide whether /extract can handle a given URL before paying for it.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xc2afB91833f4dE19542A025872C6085cC29185eB","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"extractors":[{"domains":["twitter.com"],"name":"Twitter"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.clawfetch.ai","lastUpdated":"2026-09-17T20:16:56.628Z","quality":{"calls30d":128,"uniquePayers30d":9,"lastCalledAt":"2026-09-17T20:16:56.186Z"},"liveness":{},"verified":false,"featured":false},{"id":3366,"slug":"3366","resource":"https://api.clawfetch.ai/research","description":"Multi-source web research and company/topic intelligence: runs a live web search, visits the top sources, and returns ranked results with titles, URLs, and content snippets. One call replaces a search-then-scrape pipeline for deep research agents.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xc2afB91833f4dE19542A025872C6085cC29185eB","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"maxResults":5,"query":"latest AI developments"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"query":"latest AI developments","results":[{"text":"...","title":"...","url":"..."}],"sources":3},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"maxResults":{"description":"Number of sources to gather (default 5, max 10)","type":"number"},"query":{"description":"Research query or topic to investigate across multiple web sources","type":"string"}},"required":["query"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.clawfetch.ai","lastUpdated":"2026-09-17T17:54:25.57Z","quality":{"calls30d":86,"uniquePayers30d":3,"lastCalledAt":"2026-09-17T17:54:25.344Z"},"liveness":{},"verified":false,"featured":false},{"id":3370,"slug":"3370","resource":"https://api.clawfetch.ai/render","description":"Headless browser rendering for JavaScript-heavy pages and SPAs: full stealth Chromium render, then clean markdown plus title, meta description, and canonical URL. Use when a plain fetch returns an empty shell or a bot wall.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xc2afB91833f4dE19542A025872C6085cC29185eB","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"description":"Meta description","text":"Page content","title":"Example"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"url":{"description":"URL to render","type":"string"}},"required":["url"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.clawfetch.ai","lastUpdated":"2026-09-17T20:18:03.917Z","quality":{"calls30d":59,"uniquePayers30d":1,"lastCalledAt":"2026-09-17T20:18:03.699Z"},"liveness":{},"verified":false,"featured":false},{"id":3367,"slug":"3367","resource":"https://api.clawfetch.ai/domains/check","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.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xc2afB91833f4dE19542A025872C6085cC29185eB","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"domains":["example.com","test.ai"]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"example.com":{"available":true},"test.ai":{"available":false}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"domains":{"description":"List of domain names to check availability for","items":{"description":"Domain name to check","type":"string"},"type":"array"}},"required":["domains"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.clawfetch.ai","lastUpdated":"2026-09-17T17:54:17.292Z","quality":{"calls30d":22,"uniquePayers30d":2,"lastCalledAt":"2026-09-17T17:54:34.729Z"},"liveness":{},"verified":false,"featured":false},{"id":3368,"slug":"3368","resource":"https://api.clawfetch.ai/extract","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 — no scraping selectors required.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xc2afB91833f4dE19542A025872C6085cC29185eB","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"8000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"type":"github","url":"https://github.com/coinbase/x402"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"followers":123456,"type":"Twitter","username":"OpenAI"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"type":{"description":"Optional extractor override. Auto-detected from the URL when omitted. One of: twitter, coingecko, github, news, npm, pypi, crates, hackernews, youtube, wikipedia, producthunt, imdb, amazon, crunchbase, sec, zillow, redfin","type":"string"},"url":{"description":"URL to extract from","type":"string"}},"required":["url"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.clawfetch.ai","lastUpdated":"2026-09-17T17:54:32.171Z","quality":{"calls30d":12,"uniquePayers30d":2,"lastCalledAt":"2026-09-17T17:54:31.766Z"},"liveness":{},"verified":false,"featured":false},{"id":3369,"slug":"3369","resource":"https://api.clawfetch.ai/domains/suggest","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.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xc2afB91833f4dE19542A025872C6085cC29185eB","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"keywords":["agent","grid"],"maxCheck":30,"tlds":["com","ai","io"]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"aiagent.com":{"available":true},"suggestions":["aiagent.com","agentai.net"]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"keywords":{"description":"Keywords to combine into domain name candidates, e.g. [\"agent\",\"grid\"]","items":{"type":"string"},"type":"array"},"maxCheck":{"description":"Max candidate domains to check (default 30, max 50)","type":"number"},"tlds":{"description":"TLDs to check against (default [\"com\",\"ai\",\"io\"])","items":{"type":"string"},"type":"array"}},"required":["keywords"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.clawfetch.ai","lastUpdated":"2026-09-17T00:05:02.743Z","quality":{"calls30d":8,"uniquePayers30d":2,"lastCalledAt":"2026-09-17T00:05:02.531Z"},"liveness":{},"verified":false,"featured":false},{"id":3371,"slug":"3371","resource":"https://api.clawfetch.ai/parse","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-encoded bytes. Deterministic local Rust converter (Firecrawl anydoc) — fast, typed structure preserved (headings, tables, lists), no OCR for scanned/image-only PDFs.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xc2afB91833f4dE19542A025872C6085cC29185eB","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com/report.docx"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"chars":1834,"format":"docx","markdown":"# Quarterly Report\n\n| Region | Revenue |\n|---|---|\n| EMEA | $1.2M |"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"anyOf":[{"required":["url"]},{"required":["base64"]}],"properties":{"base64":{"description":"Base64-encoded document bytes (max ~15MB). Provide either url or base64.","type":"string"},"filename":{"description":"Optional filename hint (e.g. \"report.docx\") used for format detection when bytes carry no signature (csv).","type":"string"},"format":{"description":"Optional explicit format override. One of: doc, docx, odt, pdf, ppt, pptx, rtf, epub, xlsx, ods, odp, csv","type":"string"},"url":{"description":"URL of the document to download and parse. Provide either url or base64.","type":"string"}},"required":[]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.clawfetch.ai","lastUpdated":"2026-09-10T07:05:27.905Z","quality":{"calls30d":3,"uniquePayers30d":1,"lastCalledAt":"2026-09-10T07:05:27.626Z"},"liveness":{},"verified":false,"featured":false}]}