Fetch a URL with a real rendered browser (JavaScript executed) and return a PNG screenshot of the full page. Not JSON -- the response body is the image itself. Results are cached for 24 hours per URL. Cache status and fetch time are reported in the X-Cached and X-Fetched-At response headers.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://tariffmonkee.com/paid/screenshot' # -> 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 'https://tariffmonkee.com/paid/screenshot'
Endpoint: https://tariffmonkee.com/paid/screenshot. Operated by tariffmonkee.com, 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.
A2A (Agent2Agent) protocol JSON-RPC endpoint, SendMessage only. Flat price per call regardless of which skill is invoked -- see /.well-known/agent-card.json for…
URL -> AI-readiness report. Checks schema.org structured data, crawlability (robots.txt, meta robots, canonical), and llms.txt presence, then returns a 0-100 sc…
Business/domain + query -> does it appear in AI answers. Sends the real query to a live AI model with web search enabled and checks the actual response for a me…
Fetch a URL with a real rendered browser (JavaScript executed) and return clean Markdown. Results are cached for 24 hours per URL, so repeat calls for the same …
Domain -> ownership and registration intelligence via RDAP. Returns registration age, registrar, privacy-proxy status, expiration date, nameservers, and detecte…
Email address -> deliverability verdict. Checks syntax, MX record presence, disposable/temp-mail domain match, and SPF/DMARC presence on the domain. Scoped to a…
Extract structured data from content you already have (e.g. from a prior /content call), using AI. No browser render involved -- pure AI extraction, cheaper and…
Fetch a URL with a real rendered browser and extract structured data from it in one call, using AI (tries multiple models in sequence for reliability). Use this…
Alias of /content for agents that call a single URL directly. Fetches a URL with a real rendered browser (JavaScript executed) and returns clean Markdown. Resul…
Business -> visibility score, missing fields, review health, AI-readiness flags, fix list. Audits a Google Business Profile via DataForSEO's Business Data API: …
URL -> safety verdict. Checks the redirect chain, detects homograph/punycode hostname tricks, and cross-references the destination host against the URLhaus thre…
Fetch a URL with a real rendered browser (JavaScript executed) and return a PDF of the full page. Not JSON -- the response body is the file itself. Results are …