{ "sites": [ "tw", "th" ], "brandName": "Nike", "catId": 100001, "level": 1, "granularity": 1, "startDate": "2025-05-27", "endDate": "2026-05-27", "pageNo": 1, "pageSize": 10 }
curl --location '/api/shopee/hot-trend/brand/trend/query' \ --header 'Content-Type: application/json' \ --data '{ "sites": [ "tw", "th" ], "brandName": "Nike", "catId": 100001, "level": 1, "granularity": 1, "startDate": "2025-05-27", "endDate": "2026-05-27", "pageNo": 1, "pageSize": 10 }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "date": "2026-01", "site": "tw", "brandName": "Nike", "itemCount": 500, "activeItemCount": 300, "sales": 10000, "gmv": 500000, "mainCatName": "Sports Shoes", "brandCtime": "2020-01-15", "shopCount": 200, "catCount": 50 } ], "total": 100, "pageNo": 1, "pageSize": 20 }