Track media coverage intensity for any topic over time. How much is the press covering a company, trend, or event? News volume data tells you whether attention is building, peaking, or fading.
Tools for this workflow
get_trendsChart the full media coverage volume curve for any topic - see exactly when press attention peaked, faded, or resurged over the past 5 years.
get_trends(keyword='artificial intelligence regulation', source='news volume', data_mode='weekly')
get_growthMeasure news volume growth over 6 months and 1 year to gauge whether media interest in a topic is building, plateauing, or fading - combine with sentiment to assess the quality of coverage.
get_growth(keyword='artificial intelligence regulation', source='news volume, news sentiment', percent_growth=['6M', '1Y'])
get_ranked_trendsFind which topics are receiving the fastest-growing news coverage right now - useful for PR planning, journalist pitching, or staying ahead of the media cycle in your industry.
get_ranked_trends(source='news volume', sort='wow_pct_change', limit=25)
get_top_trendsPull live Google News headlines right now to see which stories are driving media attention at this moment - without specifying a keyword.
get_top_trends(type='Google News RSS', limit=30)
FAQ