Google Trends API
v3.0.0
OpenAPI 3.1.0
GET
/api/v3/trends/nows
Get Google trending now topics
Returns the top trending topics from Google Trends 'Trending Now' page, including keywords and search volume.
Request Parameters
geostring
Response Body
200List of trending now topics
trendingNows
:Trending now topics|array of object*Example Response
{
"trendingNows": [
{
"keyword": "AI",
"datetime": "2025-07-29T00:00:00Z",
"searchVolume": 200000,
"searchVolumeChanges": 1000,
"relatedKeywords": [
"AI",
"ChatGPT"
]
}
]
}