{ "pageNo": 1, "pageSize": 20, "site": "tw", "level": 1, "categoryId": 100001, "startDate": "2025-05-27", "endDate": "2026-05-27" }
curl --location '/api/shopee/cat/trend/query' \ --header 'Content-Type: application/json' \ --data '{ "pageNo": 1, "pageSize": 20, "site": "tw", "level": 1, "categoryId": 100001, "startDate": "2025-05-27", "endDate": "2026-05-27" }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "date": "2026-05-26", "site": "tw", "categoryName": "Bookings & Vouchers", "categoryId": 100001, "categoryLevel": 1, "parentLevel": 1, "itemCount": 50000, "activeItemCount": 30000, "sales": 100000, "gmv": 5000000, "shopCount": 2000, "activeShopCount": 1500, "avgPrice": 150 } ], "total": 100, "pageNo": 1, "pageSize": 20 }