{
  "x402Version": 2,
  "id": 6989,
  "slug": "6989",
  "resource": "https://e-commerce-price-monitoring-production.up.railway.app/v1/price/check",
  "description": "Real-time product price lookup from a public e-commerce product URL. Use for product price checks, price monitoring, price comparison, shopping agents, ecommerce research, retail workflows, deal finding, and target-price tracking.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xF7C645b7600Fb6Aae07Fd0Cf31112A7788BE8F85",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "threshold": 20,
            "url": "https://www.sephora.com/product/example-product"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "belowThreshold": true,
            "currency": "USD",
            "ok": true,
            "price": 18,
            "threshold": 20,
            "title": "Example Product",
            "url": "https://www.sephora.com/product/example-product"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "threshold": {
                    "description": "Optional target price. If provided, the response indicates whether the current product price is at or below this amount.",
                    "type": "number"
                  },
                  "url": {
                    "description": "Public e-commerce product page URL to inspect.",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "e-commerce-price-monitoring-production.up.railway.app",
  "lastUpdated": "2026-09-17T19:29:06.073Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T19:29:05.827Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "e-commerce-price-monitoring-production.up.railway.app",
    "manifest_name": "e-commerce-price-monitoring-production.up.railway.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}