[
  {
    "_scraped_at": "2026-07-23T12:00:00Z",
    "_product_id": "1234567890",
    "_country": "id",
    "product": {
      "id": "1234567890",
      "title": "Sample TikTok Shop Product",
      "description": "Sample product description from TikTok Shop",
      "category": {
        "id": "CAT-001",
        "name": "Electronics"
      },
      "brand": {
        "id": "BR-001",
        "name": "Sample Brand"
      },
      "price": {
        "price": 1500000,
        "originalPrice": 2000000,
        "discountPercentage": 25,
        "currency": "IDR"
      },
      "stock": 50,
      "sold": 120,
      "rating": 4.8,
      "totalReview": 42,
      "seller": {
        "id": "S-001",
        "name": "Sample Official Store",
        "type": "OFFICIAL"
      },
      "url": "https://www.tiktok.com/@samplestore/product/1234567890",
      "condition": "NEW",
      "status": "ACTIVE"
    },
    "skus": [
      {
        "id": "SKU-001",
        "name": "Default Variant",
        "price": 1500000,
        "stock": 50,
        "sold": 120,
        "attributes": {
          "color": "Black",
          "size": "M"
        }
      }
    ],
    "specifications": [
      {
        "name": "Weight",
        "value": "0.5 kg"
      },
      {
        "name": "Dimensions",
        "value": "10 x 20 x 5 cm"
      }
    ]
  }
]
