Track music genre momentum, podcast topic interest, and artist search trends. Spotify-related demand signals derived from Google Search volume reveal what audio content audiences are seeking before listening platforms surface it in their own charts.
Tools for this workflow
get_trendsTrack Spotify-adjacent audio trend signals over time via Google Search and news coverage - see which artists, genres, or podcast topics are gaining audience attention.
get_trends(keyword='true crime podcast', source='google search', data_mode='weekly')
get_growthMeasure audio content trend growth across Google Search, YouTube, and Reddit - if all three are growing together, a podcast topic or music genre has cross-platform momentum.
get_growth(keyword='true crime podcast', source='google search, youtube, reddit', percent_growth=['3M', '6M'])
get_ranked_trendsFind the fastest-growing podcast topics and music genres by search demand - rank by YoY growth to identify where audio audience attention is building.
get_ranked_trends(source='google search', sort='yoy_pct_change', limit=25)
get_top_trendsSee which podcasts are topping Spotify Top Podcasts charts right now alongside what is trending on YouTube - surfaces the audio content formats winning listener attention today.
get_top_trends(type='Spotify Top Podcasts', limit=20)
FAQ