{
  "x402Version": 2,
  "resources": [
    {
      "resource": "https://freshgate-api.franktherecensor.workers.dev/api/check-freshness",
      "method": "GET",
      "serviceName": "FreshGate",
      "description": "Pay-per-call web freshness and change detection API for AI agents.",
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0xdAFfFEdd9faA96d35b6D70715D073BC11475F25f",
          "maxTimeoutSeconds": 60,
          "extra": {
            "name": "USDC",
            "version": "2",
            "facilitator": "https://facilitator.payai.network"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "method": "GET",
              "queryParams": {
                "url": "https://example.com",
                "ttl": "300"
              }
            },
            "output": {
              "type": "json",
              "example": {
                "service": "FreshGate",
                "version": "0.7.0",
                "paid": true,
                "price_usdc": 0.001,
                "network": "base",
                "url": "https://example.com/",
                "reachable": true,
                "status": 200,
                "changed": false,
                "recommendation": "skip"
              }
            }
          }
        }
      }
    }
  ]
}