tariffmonkee.com publishes 19 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.1 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /paid/a2a | POST | $0.02 | 402 |
| /paid/aeo-audit | GET | $0.031 | 402 |
| /paid/ai-visibility | GET | $0.031 | 402 |
| /paid/content | GET | $0.005 | 402 |
| /paid/domain-intel | GET | $0.021 | 402 |
| /paid/email-verify | GET | $0.003 | 402 |
| /paid/extract | POST | $0.016 | 402 |
| /paid/extract-url | POST | $0.021 | 402 |
| /paid/fetch-clean | GET | $0.005 | 402 |
| /paid/gbp-audit | GET | $0.051 | 402 |
| /paid/linkcheck | GET | $0.005 | 402 |
| /paid/pdf | GET | $0.01 | 402 |
| /paid/ping | GET | $0.001 | 402 |
| /paid/research | GET | $0.031 | 402 |
| /paid/screenshot | GET | $0.01 | 402 |
| /paid/search | GET | $0.005 | 402 |
| /paid/serp-check | GET | $0.021 | 402 |
| /paid/sitegrade | GET | $0.051 | 402 |
| /paid/trust-audit | GET | $0.1 | 402 |
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 the skill catalog.
URL -> AI-readiness report. Checks schema.org structured data, crawlability (robots.txt, meta robots, canonical), and llms.txt presence, then returns a 0-100 score with specific recommendations for wh…
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 mention of the business and a citation lin…
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 page are fast and don't re-render.
Domain -> ownership and registration intelligence via RDAP. Returns registration age, registrar, privacy-proxy status, expiration date, nameservers, and detected mail provider. For technical configura…
Email address -> deliverability verdict. Checks syntax, MX record presence, disposable/temp-mail domain match, and SPF/DMARC presence on the domain. Scoped to a single address, not a full domain secur…
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 faster than fetching a URL fresh. Use t…
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 when you don't already have the page co…
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. Results are cached for 24 hours per URL.
Business -> visibility score, missing fields, review health, AI-readiness flags, fix list. Audits a Google Business Profile via DataForSEO's Business Data API: category, contact info, hours, claimed s…
URL -> safety verdict. Checks the redirect chain, detects homograph/punycode hostname tricks, and cross-references the destination host against the URLhaus threat feed. Use to vet a single URL before …
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 cached for 24 hours per URL. Cache statu…
Health and payment-path check. Returns server time and a confirmation that your x402 payment settled. Cheapest endpoint in the catalog; use it to verify your client's payment flow before calling paid …
query -> up to 10 deduped, rendered sources as one token-budgeted bundle (~8,000 tokens combined). Combines /search (three-provider failover, region=tw Taiwan lane) with /content's rendered-page fetch…
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.…
query -> structured search results (title, url, snippet), up to 10 per call. Backed by three providers with automatic failover (DataForSEO primary, Tavily and Serper as fallback) so a single provider …
Keyword + domain -> search position. Checks whether and where a domain ranks in Google organic results for a given keyword, via the same DataForSEO SERP data already powering /search.
Domain -> security letter grade (0-100, A-F) from HTTPS reachability, security headers (HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy), and CAA records. Repor…
Orchestrated bundle: runs /linkcheck, /sitegrade, and /domain-intel (plus /email-verify if an email is supplied) and synthesizes one confidence-weighted trust verdict, explicitly flagging disagreement…