Authorization: ********************{
"pageNo": 1,
"pageSize": 15,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"keyword": "string",
"searchType": "FUZZY",
"minSearchIndex": 0,
"maxSearchIndex": 0,
"minSearchVolumeGrowthRate": 0,
"maxSearchVolumeGrowthRate": 0,
"minOrderConversionRate": 0,
"maxOrderConversionRate": 0,
"minOrderedAmount": 0,
"maxOrderedAmount": 0,
"minOrderedProductCount": 0,
"maxOrderedProductCount": 0,
"minCartCount": 0,
"maxCartCount": 0,
"minCartAveragePrice": 0,
"maxCartAveragePrice": 0,
"minSupplyDemandRatio": 0,
"maxSupplyDemandRatio": 0,
"period": "WEEK",
"updatePeriod": "2026-04-20",
"sortField": "SEARCH_INDEX",
"sortDirection": "ASC"
}curl --location '/api/v1/keywords/rankings/hot/query' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pageNo": 1,
"pageSize": 15,
"level1CategoryId": 0,
"level2CategoryId": 0,
"level3CategoryId": 0,
"typeId": 0,
"keyword": "string",
"searchType": "FUZZY",
"minSearchIndex": 0,
"maxSearchIndex": 0,
"minSearchVolumeGrowthRate": 0,
"maxSearchVolumeGrowthRate": 0,
"minOrderConversionRate": 0,
"maxOrderConversionRate": 0,
"minOrderedAmount": 0,
"maxOrderedAmount": 0,
"minOrderedProductCount": 0,
"maxOrderedProductCount": 0,
"minCartCount": 0,
"maxCartCount": 0,
"minCartAveragePrice": 0,
"maxCartAveragePrice": 0,
"minSupplyDemandRatio": 0,
"maxSupplyDemandRatio": 0,
"period": "WEEK",
"updatePeriod": "2026-04-20",
"sortField": "SEARCH_INDEX",
"sortDirection": "ASC"
}'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": [
{
"keywordId": 0,
"keyword": "string",
"keywordCn": "string",
"categoryId": 0,
"categoryName": "string",
"searchIndex": 0,
"searchIndexGrowthRate": "50.00%",
"conversionIndex": 123.45,
"cartConversionRate": "50.00%",
"exposureIndex": 123.45,
"productCount": 0,
"supplyDemandRatio": 123.45,
"orderedProductCount": 0,
"orderConversionRate": "50.00%",
"orderedAmount": 123.45,
"averageBrowseProductCount": 0,
"cartAveragePrice": 123.45,
"competitorCount": 0,
"searchVolumeGrowthRate": "50.00%",
"noActionQueryCount": 0,
"noActionQueryShare": "50.00%",
"similarResultQueryCount": 0,
"similarResultQueryRatio": "50.00%",
"noResultQueryCount": 0,
"noResultQueryRatio": "50.00%",
"updatePeriod": "string"
}
],
"total": 100,
"pageNo": 1,
"pageSize": 20
}