{
  "provider": "AnswerFound",
  "sku": "web.extract",
  "skus": [
    {
      "id": "web.extract",
      "primary": true,
      "method": "GET",
      "path": "/agent/v1/extract",
      "query": {
        "url": "https://..."
      },
      "description": "Clean text extract from a public URL"
    },
    {
      "id": "web.serp",
      "method": "GET",
      "path": "/agent/v1/serp",
      "query": {
        "q": "string"
      },
      "description": "Live web SERP results for a query"
    }
  ],
  "network": "eip155:84532",
  "chain": "Base Sepolia",
  "asset": "USDC",
  "testnet": true,
  "price": "$0.001",
  "pay_to": "0xa0221c0750976D32d3A635B35eD718c0a6a53A1D",
  "api_base": "https://mid-bush-recording-outreach.trycloudflare.com",
  "paths": {
    "catalog": "/agent/",
    "health": "/health",
    "extract": "/agent/v1/extract?url=",
    "serp": "/agent/v1/serp?q="
  },
  "flow": [
    "GET {api_base}/agent/ (free catalog)",
    "GET paid path without payment \u2192 HTTP 402 + x402 challenge",
    "Pay test-USDC on Base Sepolia to pay_to",
    "Retry with payment proof \u2192 JSON"
  ],
  "docs": {
    "llms": "/llms.txt",
    "agent_buy": "https://github.com/jjbothermes-spec/answerfound/blob/main/AGENT-BUY.md",
    "human": "/agent/"
  },
  "note": "Testnet only. No private keys. No crypto.trending.pack."
}
