Yahoo! Trending Searches API
For some searches, Yahoo search results include a trending "Top 10 Searches" block. SerpApi is able to scrape, extract, and make sense of this information.
API Examples
JSON structure overview
{
...
"trending_searches": {
{
"updated_at": "String - Last time the trending search box got updated"
"results": [
"position": "Integer - Position of the trending search"
"title": "String - Title of the trending search",
"link": "String - Link of the trending search",
"trending": "Integer - Strength of the trend (no arrows=0, one arrow=1, two arrows=2)"
]
},
...
}
...
}
Results for: 香港人權
{
...
"trending_searches": {
"updated_at": "05:29",
"results": [
{
"position": 1,
"title": "理的口罩",
"link": "https://hk.search.yahoo.com/search;_ylt=AwrPiBD6OztetyUAqAOzygt.;_ylu=X3oDMTByYmJwODBkBGNvbG8Dc2czBHBvcwMxBHZ0aWQDBHNlYwNzYw--?p=%E7%90%86%E7%9A%84%E5%8F%A3%E7%BD%A9&ei=UTF-8&fr2=ps_east",
"trending": 0
},
{
"position": 2,
"title": "2011年香港小姐",
"link": "https://hk.search.yahoo.com/search;_ylt=AwrPiBD6OztetyUAqQOzygt.;_ylu=X3oDMTByYmJwODBkBGNvbG8Dc2czBHBvcwMxBHZ0aWQDBHNlYwNzYw--?p=2011%E5%B9%B4%E9%A6%99%E6%B8%AF%E5%B0%8F%E5%A7%90&ei=UTF-8&fr2=ps_east",
"trending": 0
},
{
"position": 3,
"title": "林明禎",
"link": "https://hk.search.yahoo.com/search;_ylt=AwrPiBD6OztetyUAqgOzygt.;_ylu=X3oDMTByYmJwODBkBGNvbG8Dc2czBHBvcwMxBHZ0aWQDBHNlYwNzYw--?p=%E6%9E%97%E6%98%8E%E7%A6%8E&ei=UTF-8&fr2=ps_east",
"trending": 1
},
...
]
},
...
}