v1
latestOpenAPI 3.0.0MIT2026-07-147825.1 KBAutocomplete
Get list of the 10 most searched terms
Lists the 10 most searched terms.
get/top_searches
Query parameters
localestring nullable
Indicates the target language as a BCP 47 language code. The Intelligent Search must have indexed the account in the target language.
Response
OK
Example response
{
"searches": [
{
"count": 14,
"term": "home"
},
{
"count": 10,
"term": "shirt"
},
{
"count": 9,
"term": "top"
},
{
"count": 6,
"term": "tops"
},
{
"count": 5,
"term": "camera"
},
{
"count": 5,
"term": "kit"
},
{
"count": 2,
"term": "work shirt"
},
{
"count": 2,
"term": "shirts"
},
{
"count": 2,
"term": "clothing"
},
{
"count": 1,
"term": "classic shoes"
}
]
}