Authorization: ********************{
"pageNo": 1,
"pageSize": 15,
"updatePeriod": "2026-05-20",
"categoryId": 17032851,
"categoryLevel": 3,
"typeId": 99395,
"shopKeyword": 2791298,
"minProductCount": 0,
"maxProductCount": 0,
"minSalableProductCount": 0,
"maxSalableProductCount": 0,
"minShopRating": 0,
"maxShopRating": 0,
"minSalesRate": 0,
"maxSalesRate": 0,
"minSales": 0,
"maxSales": 0,
"minGmv": 0,
"maxGmv": 0,
"shopLevel": 0,
"openTimeRange": 0,
"shopArea": 2
}curl --location '/api/v1/shops/rankings/hot/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pageNo": 1,
"pageSize": 15,
"updatePeriod": "2026-05-20",
"categoryId": 17032851,
"categoryLevel": 3,
"typeId": 99395,
"shopKeyword": 2791298,
"minProductCount": 0,
"maxProductCount": 0,
"minSalableProductCount": 0,
"maxSalableProductCount": 0,
"minShopRating": 0,
"maxShopRating": 0,
"minSalesRate": 0,
"maxSalesRate": 0,
"minSales": 0,
"maxSales": 0,
"minGmv": 0,
"maxGmv": 0,
"shopLevel": 0,
"openTimeRange": 0,
"shopArea": 2
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"shopId": 2791298,
"shopName": "Сима-Ленд - Маркет",
"updatePeriod": "2026-05-20",
"shopLevel": "string",
"shopArea": "string",
"shopRating": 123.45,
"company": "ООО СИМА-МАРКЕТ",
"shopAddress": "string",
"shopCoverImage": "string",
"mainCategory": {
"categoryId": 0,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"categoryNameCn": "string",
"categoryNameRu": "string"
},
"openPeriod": "1年3个月",
"statisticCategory": {
"categoryId": 0,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"categoryNameCn": "string",
"categoryNameRu": "string"
},
"sales": 0,
"gmv": 123.45,
"productCount": 0,
"salableProductCount": 0,
"salesRate": "50.00%",
"top10AveragePrice": 123.45,
"top10ProductGmv": 123.45,
"top10BrandGmvRate": "50.00%"
}
],
"total": 100,
"pageNo": 1,
"pageSize": 20
}