Response Format
All results are contained within trending->queries
Name | Description |
---|---|
popularity |
Integer. The popularity ranking of this search query. The higher the number, the more popular it is. Results are returned in descending order. |
searchQuery |
String. The search query. |
Response Example
{
"trending": {
"queries": [
{
"popularity": 9973,
"searchQuery": "sweaters"
},
{
"popularity": 7467,
"searchQuery": "animal print"
},
{
"popularity": 5735,
"searchQuery": "sweatshirt"
},
{
"popularity": 5431,
"searchQuery": "date night"
},
{
"popularity": 4554,
"searchQuery": "leopard"
},
{
"popularity": 3870,
"searchQuery": "office"
}
]
}
}
Comments
0 comments
Please sign in to leave a comment.