{ "site": "tw", "itemIds": "1234567890,1234567891", "type": 1, "timest": "2026-05-26" }
curl --location '/api/shopee/item/hotword/query' \ --header 'Content-Type: application/json' \ --data '{ "site": "tw", "itemIds": "1234567890,1234567891", "type": 1, "timest": "2026-05-26" }'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": [ { "timest": "2026-05-26", "site": "tw", "hotWordName": "连衣裙", "itemCount": 1200, "sales30day": 50000, "gmv30day": 1500000, "recPrice": 3.5, "searchIndex": 85000 } ] }