{
  "products": [
    {
      "id": 1234567890,
      "title": "Men's Wool Runner",
      "handle": "mens-wool-runner",
      "url": "https://www.allbirds.com/products/mens-wool-runner",
      "price": "110.00",
      "compare_at_price": null,
      "currency": "USD",
      "vendor": "Allbirds",
      "product_type": "Shoes",
      "tags": "mens, shoes, wool",
      "available": true,
      "inventory_quantity": 45,
      "featured_image": "https://cdn.shopify.com/s/files/1/0004/0809/5893/products/example.jpg",
      "images": [
        "https://cdn.shopify.com/s/files/1/0004/0809/5893/products/example.jpg"
      ],
      "options": [
        {"name": "Size", "values": ["8", "9", "10", "11", "12"]},
        {"name": "Color", "values": ["Natural Grey", "Black"]}
      ],
      "variants": [
        {"id": 9876543210, "title": "8 / Natural Grey", "price": "110.00", "available": true},
        {"id": 9876543211, "title": "9 / Natural Grey", "price": "110.00", "available": true}
      ]
    },
    {
      "id": 1234567891,
      "title": "Women's Tree Runner",
      "handle": "womens-tree-runner",
      "url": "https://www.allbirds.com/products/womens-tree-runner",
      "price": "105.00",
      "compare_at_price": "120.00",
      "currency": "USD",
      "vendor": "Allbirds",
      "product_type": "Shoes",
      "tags": "womens, shoes, tree",
      "available": true,
      "inventory_quantity": 30,
      "featured_image": "https://cdn.shopify.com/s/files/1/0004/0809/5893/products/example2.jpg",
      "images": [
        "https://cdn.shopify.com/s/files/1/0004/0809/5893/products/example2.jpg"
      ],
      "options": [
        {"name": "Size", "values": ["5", "6", "7", "8", "9"]},
        {"name": "Color", "values": ["White", "Blizzard"]}
      ],
      "variants": [
        {"id": 9876543220, "title": "5 / White", "price": "105.00", "available": true},
        {"id": 9876543221, "title": "6 / White", "price": "105.00", "available": false}
      ]
    }
  ],
  "total_unique_ids": 2,
  "source_url": "https://www.allbirds.com/collections/all",
  "batch_id": "a1b2c3d4e5f6",
  "scraped_at": "2026-07-29T05:00:00+00:00"
}
