{ "site": "tw", "categoryId": 2932, "level": 1, "brandName": "Nike", "sortType": 2, "timest": "2026-05-26", "pageNo": 1, "pageSize": 10 }
curl --location '/api/shopee/brand/data/query' \ --header 'Content-Type: application/json' \ --data '{ "site": "tw", "categoryId": 2932, "level": 1, "brandName": "Nike", "sortType": 2, "timest": "2026-05-26", "pageNo": 1, "pageSize": 10 }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "timest": "2026-05-26", "site": "tw", "brandName": "Nike", "itemCount": 1200, "activeItemCountDay": 850, "pinRatioDay": 70.83, "sales": 5000, "sales7day": 35000, "sales30day": 150000, "gmv": 500000, "gmv7day": 3500000, "gmv30day": 15000000, "mainCategory": "Women's Clothing", "ctime": "2024-01-15", "shopCount": 200, "categoryCount": 15 } ], "total": 100, "pageNo": 1, "pageSize": 20 }