{
  "store": "Glass Merchant",
  "operated_by": "Last Minute Deals HQ LLC",
  "products": [
    {
      "@context": "https://schema.org",
      "@type": "Product",
      "name": "Glass Run — one real purchase, fully instrumented from the merchant side",
      "description": "Buy this and the store turns to glass: you receive the merchant's complete forensic view of your own buying agent — network identity, transport fingerprint, header presentation, automation classification, Web Bot Auth status, funnel pacing, and payment forensics. The product is the purchase.",
      "sku": "GLASS-RUN-1",
      "brand": {
        "@type": "Organization",
        "name": "Last Minute Deals HQ LLC"
      },
      "offers": {
        "@type": "Offer",
        "price": "1.00",
        "priceCurrency": "USD",
        "description": "1.00 USDC on Base mainnet via x402-style flow. First presentation-only look is free (header x-glass-run: free).",
        "availability": "https://schema.org/InStock"
      }
    }
  ],
  "glass_state": "eyJ2IjoxLCJicm93c2UiOnsidCI6MTc4ODE1MzYwMjQ0MH19.R2h4GxIf_z6DWzpNlUcjW5tYmMMa8utvOp4GPJqTOiU",
  "next": "POST /cart {\"sku\":\"GLASS-RUN-1\",\"qty\":1} with header x-glass-state: <glass_state>",
  "glass_echo": {
    "what_the_merchant_just_saw": {
      "automation_score": 45,
      "tier": "clearly automated but coherent — passive filters may allow, active challenges will interrogate",
      "flags": [
        "claims to be a browser (Mozilla UA) but sends no sec-fetch-* headers — impersonation mismatch, a classic detection signal",
        "no Accept-Language — real browsers always send one; scoring engines weight this heavily",
        "Accept: */* — generic tool default, browsers send a content-negotiation list",
        "cookieless session — consistent with a fresh automated client"
      ]
    }
  }
}