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