[
  {
    "_scraped_at": "2026-07-23T12:00:00Z",
    "_asin": "B018IZAME2",
    "_country": "sg",
    "title": "Sample Amazon Product Title",
    "brand": "Sample Brand",
    "price": {
      "amount": 29.99,
      "currency": "SGD",
      "original_price": 39.99
    },
    "availability": "In Stock",
    "rating": 4.5,
    "review_count": 1234,
    "url": "https://www.amazon.sg/dp/B018IZAME2",
    "images": [
      "https://m.media-amazon.com/images/I/sample1.jpg",
      "https://m.media-amazon.com/images/I/sample2.jpg"
    ],
    "features": [
      "Feature 1",
      "Feature 2"
    ],
    "description": "Sample product description from Amazon",
    "specifications": [
      {"name": "Weight", "value": "0.5 kg"},
      {"name": "Dimensions", "value": "10 x 20 x 5 cm"}
    ],
    "variants": [
      {
        "asin": "B018IZAME3",
        "title": "Variant 1",
        "price": {"amount": 34.99, "currency": "SGD"}
      }
    ],
    "seller": {
      "name": "Sample Seller",
      "id": "A123456789"
    },
    "best_sellers_rank": [
      {"category": "Electronics", "rank": 1234}
    ]
  }
]
