{
  "x402Version": 2,
  "name": "reusefulshop",
  "description": "Price intelligence for second-hand items: what is it worth, is a listing a good deal, and how prices move over time.",
  "homepage": "https://reusefulshop.com",
  "payment": {
    "protocol": "x402",
    "version": 2,
    "network": "eip155:8453",
    "asset": "USDC",
    "facilitator": "https://x402.dexter.cash",
    "payTo": "0xb876145625B6ED670657116187aEF7fAcf1ac288",
    "enabled": true,
    "freeTier": "10 browser calls/day per IP"
  },
  "resources": [
    {
      "resource": "https://reusefulshop.com/api/worth",
      "method": "GET",
      "price": "$0.01",
      "description": "Used item price estimate (low, typical, high) with confidence",
      "input": {
        "q": "string - the item to price, e.g. \"the beatles abbey road vinyl\""
      }
    },
    {
      "resource": "https://reusefulshop.com/api/deal",
      "method": "GET",
      "price": "$0.01",
      "description": "Deal check: compares an asking price against the market range and returns a verdict",
      "input": {
        "q": "string",
        "price": "number - asking price"
      }
    },
    {
      "resource": "https://reusefulshop.com/api/history",
      "method": "GET",
      "price": "$0.02",
      "description": "Tracked price history and trend for an item",
      "input": {
        "q": "string"
      }
    },
    {
      "resource": "https://reusefulshop.com/health",
      "method": "GET",
      "price": "free",
      "description": "Service status and integrations"
    },
    {
      "resource": "https://reusefulshop.com/search",
      "method": "GET",
      "price": "free",
      "description": "Human-readable value page"
    },
    {
      "resource": "https://reusefulshop.com/value/vinyl",
      "method": "GET",
      "price": "free",
      "description": "Vinyl value guide with live prices"
    }
  ]
}