BuyWhere · Example Payload

Buywhere Searchproducts Example

E-commerceShoppingPrice ComparisonSEASoutheast AsiaAI AgentsProduct Catalog

Buywhere Searchproducts Example is an example object payload from BuyWhere, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.buywhere.ai/v1/products/search?q=wireless%20headphones&country_code=SG&compact=true&limit=3",
    "headers": {
      "Authorization": "Bearer bw_live_xxx"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": [
        {
          "id": "8a2c3a8e-1234-5678-9abc-def012345678",
          "title": "Sony WH-1000XM5 Wireless Noise-Cancelling Headphones",
          "brand": "Sony",
          "domain": "lazada",
          "url": "https://www.lazada.sg/products/sony-wh1000xm5",
          "image_url": "https://cdn.buywhere.ai/p/sony-wh1000xm5.jpg",
          "price": 549.00,
          "original_price": 649.00,
          "discount_pct": 15.4,
          "currency": "SGD",
          "country_code": "SG",
          "rating": 4.8,
          "review_count": 1240,
          "category_path": ["Electronics", "Audio", "Headphones"],
          "structured_specs": {
            "brand": "Sony",
            "model": "WH-1000XM5",
            "color": "Black",
            "connectivity": "Bluetooth 5.2",
            "noise_cancelling": true
          },
          "comparison_attributes": {
            "noise_cancelling": true,
            "battery_hours": 30,
            "wireless": true
          },
          "normalized_price_usd": 408.20,
          "availability": "in_stock",
          "updated_at": "2026-05-15T22:14:00Z"
        },
        {
          "id": "9b3d4b9f-2345-6789-abcd-ef0123456789",
          "title": "Bose QuietComfort Ultra Wireless Headphones",
          "brand": "Bose",
          "domain": "shopee",
          "url": "https://shopee.sg/product/bose-qc-ultra",
          "price": 599.00,
          "currency": "SGD",
          "country_code": "SG",
          "rating": 4.7,
          "review_count": 612,
          "structured_specs": {
            "brand": "Bose",
            "model": "QuietComfort Ultra",
            "color": "White Smoke",
            "noise_cancelling": true
          },
          "normalized_price_usd": 445.40,
          "availability": "in_stock"
        },
        {
          "id": "ac4e5cae-3456-789a-bcde-f01234567890",
          "title": "Sennheiser Momentum 4 Wireless",
          "brand": "Sennheiser",
          "domain": "best_denki",
          "price": 499.00,
          "currency": "SGD",
          "country_code": "SG",
          "rating": 4.6,
          "review_count": 318,
          "availability": "in_stock"
        }
      ],
      "meta": {
        "total": 84,
        "response_time_ms": 41,
        "cached": false,
        "limit": 3,
        "offset": 0
      }
    }
  }
}