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. Naming a product in one paid call.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X POST 'https://api.clawfetch.ai/domains/suggest' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch -X POST 'https://api.clawfetch.ai/domains/suggest'
Endpoint: https://api.clawfetch.ai/domains/suggest. Operated by api.clawfetch.ai, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
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 namin…
Structured data extraction returning typed JSON from 17 specialist sources: GitHub repo stats, CoinGecko token prices, Twitter/X posts, Hacker News threads, You…
Discovery endpoint listing all 17 typed structured-data extractors (Twitter/X, GitHub, CoinGecko, Hacker News, YouTube, Wikipedia, npm, PyPI, crates.io, Product…
Web scraping / URL fetch: retrieve any web page and return clean, LLM-ready markdown. Strips boilerplate, ads and navigation. Stealth HTTP client bypasses commo…
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 U…
Headless browser rendering for JavaScript-heavy pages and single-page apps. Executes JS, waits for network idle, then returns fully hydrated content as clean ma…
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 cont…