Ask your AI what is trending on Google right now. Get breakout keywords, rising topics, and 5 years of normalized search interest data - without writing a single line of scraping code.
Tools for this workflow
get_trendsPull 5 years of weekly Google Search interest for any keyword to see the full demand curve - whether it is growing, seasonal, or declining.
get_trends(keyword='artificial intelligence', source='google search', data_mode='weekly')
get_growthMeasure how much Google Search interest has changed over 3 months or a year. Compare multiple keywords side by side to find the fastest-growing topic.
get_growth(keyword='electric vehicles', source='google search', percent_growth=['3M', '1Y'])
get_ranked_trendsGet a ranked list of the highest-volume or fastest-growing keywords on Google Search right now - useful for spotting breakout topics before they go mainstream.
get_ranked_trends(source='google search', sort='wow_pct_change', limit=20)
get_top_trendsSee what topics are trending on Google Trends right now with no keyword required - ideal for daily discovery of what people are suddenly searching.
get_top_trends(type='Google Trends', limit=20)
FAQ