Track how Google Search volume for any keyword has moved over time. Period-over-period growth, rising queries, and declining signals - structured data your AI can act on directly.
Tools for this workflow
get_trendsRetrieve the full 5-year Google Search demand curve for a keyword - see exactly when interest spiked, plateaued, or declined.
get_trends(keyword='weight loss supplements', source='google search', data_mode='weekly')
get_growthCalculate precise period-over-period Google Search growth for any keyword. Use custom date ranges to compare pre- vs post-campaign or pre- vs post-launch performance.
get_growth(keyword='weight loss supplements', source='google search', percent_growth=['3M', '1Y'])
get_ranked_trendsRank a set of keywords by their current Google Search growth rate to find which queries are accelerating fastest and deserve SEO or ad investment.
get_ranked_trends(source='google search', sort='yoy_pct_change', limit=50)
get_top_trendsDiscover what topics are breaking on Google Search right now - no keyword required. Use daily to catch new breakout queries within hours of their surge.
get_top_trends(type='Google Trends', limit=25)
FAQ