{
  "x402Version": 2,
  "id": 3612,
  "slug": "3612",
  "resource": "https://api.ozdreamtools.de/api/product/check",
  "description": "Finds the contradictions on a caller-supplied product page that make a buying agent abort: offer price in JSON-LD or Microdata against the prices visible in the text, structured availability against sold-out and add-to-cart signals, JSON-LD against Microdata, variants that cannot be told apart, shipping cost and return period as data or only as prose. Returns a verdict with every contradiction and gap explained. Machine extractability, not price law; no checkout, no outbound request.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4Dd5E59475A55f1C2c0816469600663cb74cC1Dc",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "150000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "html": "<!doctype html><html lang=\"de\"><head><title>Testartikel</title></head><body><div itemscope itemtype=\"https://schema.org/Product\"><h1 itemprop=\"name\">Testartikel</h1><div itemprop=\"offers\" itemscope itemtype=\"https://schema.org/Offer\"><meta itemprop=\"price\" content=\"49.90\"><meta itemprop=\"priceCurrency\" content=\"EUR\"><link itemprop=\"availability\" href=\"https://schema.org/InStock\"></div></div><p>Statt 59,90 € jetzt 39,90 €</p><button>In den Warenkorb</button></body></html>"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "availability": {
              "form": "url",
              "forms": [
                "url"
              ],
              "valid": true,
              "value": "https://schema.org/InStock"
            },
            "checked_at": "2026-09-02T12:00:00.000Z",
            "contradictions": [
              {
                "detail": "…",
                "key": "price_data_versus_visible"
              }
            ],
            "data_source": "microdata",
            "gaps": [
              {
                "detail": "…",
                "key": "shipping_not_as_data"
              },
              {
                "detail": "…",
                "key": "returns_not_as_data"
              }
            ],
            "legend": {
              "verdict": "…"
            },
            "not_checked": [
              "…"
            ],
            "price": {
              "as_data": true,
              "currency": "EUR",
              "microdata_value": 49.9,
              "value": 49.9
            },
            "products": {
              "count": 1,
              "jsonld_blocks": 0,
              "unambiguous": true
            },
            "returns": {
              "as_data": false,
              "days": null
            },
            "shipping": {
              "as_data": false,
              "fields": []
            },
            "variants": {
              "count": 0,
              "distinguishable": null,
              "formats_consistent": null
            },
            "verdict": "contradictory",
            "visible": {
              "add_to_cart_text": true,
              "prices": [
                39.9,
                59.9
              ],
              "shop_markers": true,
              "sold_out_text": false
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "html": {
                    "description": "Full HTML of one product page, as served (scripts are not executed)",
                    "type": "string"
                  }
                },
                "required": [
                  "html"
                ]
              },
              "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": "api.ozdreamtools.de",
  "lastUpdated": "2026-09-11T05:45:07.424Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-11T05:45:06.65Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.ozdreamtools.de",
    "manifest_name": "api.ozdreamtools.de",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}