rothy Intelligence API
An x402-powered intelligence API for Shopify, Amazon, and Google Maps data. AI agents pay per call in USDC on Base — no signup, no API keys, no human in the loop.
What This Does
| Tool | What It Returns | Price |
|---|---|---|
GET /shopify/analyze |
Products, pricing, apps, theme, collections for any Shopify store | $0.08 |
GET /shopify/products |
Paginated product catalog from any Shopify store | $0.02 |
GET /amazon/search |
Amazon search results with Opportunity Score | $0.05 |
GET /amazon/product |
Single ASIN analysis with FBA profitability estimate | $0.08 |
GET /maps/search |
Google Maps business search with Lead Quality Score | $0.05 |
GET /maps/leads |
Qualified sales leads with outreach hints | $0.10 |
Free endpoints: GET /health, GET /.well-known/mcp.json, GET /openapi.json
How x402 Payment Works
x402 is a protocol for machine-native micropayments using HTTP 402. No accounts, no rate-limit keys, no billing — agents pay per call in USDC on Base.
Flow:
Agent → GET /shopify/analyze?url=example.myshopify.com
Server → 402 Payment Required
X-PAYMENT-REQUIRED: {"price": "$0.08", "network": "base", ...}
Agent → signs USDC TransferWithAuthorization (ERC-3009)
Agent → GET /shopify/analyze?url=example.myshopify.com
X-PAYMENT: <signed-payment-header>
Server → verifies payment on Base
Server → 200 OK + intelligence data





