{
  "x402Version": 2,
  "id": 2584,
  "slug": "2584",
  "resource": "https://apiacre.com/v1/commerce/product-price",
  "description": "Paste one public retailer product URL to get its current publisher-supplied structured price, currency, availability, seller, shipping terms, aggregate rating, variant attributes, identifiers, observation time, and evidence hashes from Schema.org JSON-LD, Schema.org microdata, or paired product meta tags; optionally compare the selected offer with a buyer-supplied maximum. Fetching proceeds only when robots.txt permits it, without JavaScript, login, cookies, or anti-bot bypass.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xa0BFa4f07281c9b248DC3AED2217836BcA24869B",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "B4CHWQeQn7GDLZD2aW6hpGG2bEseisBFLZYECA3HDLan",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "expected_currency": "GBP",
            "maximum_price": "49.99",
            "url": "https://apiacre.com/examples/product-price-fixture"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "decision": {
                "atOrBelowMaximum": true,
                "currencyMatches": true,
                "expectedCurrency": "GBP",
                "maximumPrice": "49.99"
              },
              "evidence": {
                "bodySha256": "cb3ea11bc412c1e212e47c1d236b8c4c8d190b554c08761429020dd9d8d975ef",
                "independentlyVerified": false,
                "jsonLdSha256": "84c063239757d813c922ffe2ec6d470bb17164d3682d6ba197e44a58617113b5",
                "method": "publisher-supplied Schema.org Product JSON-LD in initial HTML",
                "publisherAsserted": true
              },
              "headlineOffer": {
                "amount": "39.99",
                "currency": "GBP",
                "offerIndex": 0,
                "priceKind": "direct",
                "productIndex": 0
              },
              "limitations": [
                "Prices, sellers, and availability are publisher assertions observed at fetch ...",
                "Taxes, delivery charges, account-specific discounts, location, variants, and ...",
                "Only initial-HTML Schema.org JSON-LD, Schema.org microdata, or paired product...",
                "Amazon URLs are excluded unless API Acre obtains express rights to return Ama...",
                "This is a current snapshot, not a price-history or lowest-market-price claim."
              ],
              "observedAt": "2026-08-18T08:35:02+00:00",
              "offerCount": 1,
              "productCount": 1,
              "products": [
                {
                  "description": "A synthetic variable-temperature kettle for deterministic API validation.",
                  "id": "https://apiacre.com/examples/product-price-fixture#product",
                  "index": 0,
                  "name": "API Acre Canary Kettle",
                  "url": null
                }
              ],
              "requestedUrl": "https://apiacre.com/examples/product-price-fixture",
              "url": "https://apiacre.com/examples/product-price-fixture",
              "warnings": []
            },
            "meta": {
              "cached": false,
              "duration_ms": 42,
              "next_actions": [],
              "sources": [],
              "warnings": []
            },
            "request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
            "service": "commerce.product-price",
            "version": "1"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "expected_currency": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "maximum_price": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "url": {
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "additionalProperties": false,
                    "properties": {
                      "decision": {
                        "type": "object"
                      },
                      "evidence": {
                        "type": "object"
                      },
                      "headlineOffer": {
                        "type": "object"
                      },
                      "limitations": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "observedAt": {
                        "type": "string"
                      },
                      "offerCount": {
                        "type": "integer"
                      },
                      "productCount": {
                        "type": "integer"
                      },
                      "products": {
                        "items": {
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "requestedUrl": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "warnings": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "requestedUrl",
                      "url",
                      "observedAt",
                      "productCount",
                      "offerCount",
                      "products",
                      "headlineOffer",
                      "decision",
                      "evidence",
                      "warnings",
                      "limitations"
                    ],
                    "type": "object"
                  },
                  "meta": {
                    "properties": {
                      "cached": {
                        "type": "boolean"
                      },
                      "duration_ms": {
                        "type": "integer"
                      },
                      "next_actions": {
                        "items": {
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "sources": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "warnings": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "required": [
                      "duration_ms",
                      "cached",
                      "sources",
                      "warnings",
                      "next_actions"
                    ],
                    "type": "object"
                  },
                  "request_id": {
                    "type": "string"
                  },
                  "service": {
                    "type": "string"
                  },
                  "version": {
                    "type": "string"
                  }
                },
                "required": [
                  "request_id",
                  "service",
                  "version",
                  "data",
                  "meta"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "payment-identifier": {
      "info": {
        "required": false
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "id": {
            "maxLength": 128,
            "minLength": 16,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "type": "string"
          },
          "required": {
            "type": "boolean"
          }
        },
        "required": [
          "required"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "payment-identifier"
  ],
  "sourceHost": "apiacre.com",
  "lastUpdated": "2026-09-01T12:52:04.878Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T12:52:04.547Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "apiacre.com",
    "manifest_name": "apiacre.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}