Understand how the news is covering any topic - and whether that coverage is positive or negative. Sentiment scores, media volume trends, and historical coverage data structured for AI analysis.
Tools for this workflow
get_trendsChart news sentiment over time for any company or topic - see how media tone shifted around earnings, product launches, regulatory events, or crises.
get_trends(keyword='tesla', source='news sentiment', data_mode='weekly')
get_growthMeasure news sentiment trend alongside news volume - a topic gaining volume with declining sentiment signals a PR problem; rising volume with improving sentiment signals positive momentum.
get_growth(keyword='tesla', source='news sentiment, news volume', percent_growth=['3M', '6M'])
get_ranked_trendsRank companies or topics by news sentiment growth - find which are seeing the most positive or most negative media narrative shift right now.
get_ranked_trends(source='news sentiment', sort='yoy_pct_change', limit=30)
get_top_trendsSee what is leading in Google News RSS right now - no keyword needed. Captures the breaking stories driving media coverage across categories at this moment.
get_top_trends(type='Google News RSS', limit=25)
FAQ