Find out what people are searching for on YouTube. Rising topics, growing video keywords, and historical search demand - all queryable by your AI in plain language.
Tools for this workflow
get_trendsChart 5 years of YouTube search volume for a topic to understand whether video demand is in an early growth phase, peaking, or in structural decline.
get_trends(keyword='morning routine', source='youtube', data_mode='weekly')
get_growthMeasure YouTube search growth and compare it against Google or TikTok in a single call - useful for understanding whether a trend lives on video or spans all platforms.
get_growth(keyword='morning routine', source='youtube, google search, tiktok', percent_growth=['1M', '3M'])
get_ranked_trendsGet a ranked list of the fastest-growing YouTube search topics right now, sorted by week-over-week growth - ideal for content planning and topic ideation.
get_ranked_trends(source='youtube', sort='wow_pct_change', limit=25)
get_top_trendsSee what is trending on YouTube and TikTok right now with no keyword required - surface the topics your audience is actively watching before they peak.
get_top_trends(type='TikTok Trending Hashtags', limit=20)
FAQ