api.clawfetch.ai publishes 8 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.02 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /domains/check | POST | $0.003 | 402 |
| /domains/suggest | POST | $0.003 | 402 |
| /extract | POST | $0.008 | 402 |
| /extractors | GET | $0.001 | 402 |
| /fetch | POST | $0.001 | 402 |
| /parse | POST | $0.005 | 402 |
| /render | POST | $0.005 | 402 |
| /research | POST | $0.02 | 402 |
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…
Domain name brainstorming and availability screening. Give it keywords and TLDs and it generates candidate names, then checks each against live WHOIS, returning only the ones actually available. Namin…
Structured data extraction returning typed JSON from 17 specialist sources: GitHub repo stats, CoinGecko token prices, Twitter/X posts, Hacker News threads, YouTube video metadata, Wikipedia articles,…
Discovery endpoint listing all 17 typed structured-data extractors (Twitter/X, GitHub, CoinGecko, Hacker News, YouTube, Wikipedia, npm, PyPI, crates.io, Product Hunt, IMDb, Amazon, Crunchbase, SEC EDG…
Web scraping / URL fetch: retrieve any web page and return clean, LLM-ready markdown. Strips boilerplate, ads and navigation. Stealth HTTP client bypasses common bot blocks. Cheapest way for an agent …
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. Deterministi…
Headless browser rendering for JavaScript-heavy pages and single-page apps. Executes JS, waits for network idle, then returns fully hydrated content as clean markdown. Use when a plain fetch returns a…
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…