Measure how much Reddit is talking about any topic. Community discussion volume, growing subreddit interest, and historical activity data - all queryable from your AI without hitting Reddit API limits.
Tools for this workflow
get_trendsChart Reddit discussion volume for any topic over 5 years - compare the curve to Google Search to identify whether community interest precedes or lags mainstream awareness.
get_trends(keyword='electric vehicles', source='reddit', data_mode='weekly')
get_growthMeasure Reddit discussion growth and benchmark it against Google and news volume - sustained Reddit growth with low news coverage signals an underground trend about to surface.
get_growth(keyword='electric vehicles', source='reddit, google search, news volume', percent_growth=['3M', '6M'])
get_ranked_trendsRank keywords by Reddit discussion growth to surface topics that are gaining momentum in enthusiast and early-adopter communities before they hit mainstream media.
get_ranked_trends(source='reddit', sort='yoy_pct_change', limit=30)
get_top_trendsSee what Reddit is hotly discussing right now - no keyword needed. Reddit Hot Posts and World News feeds surface the stories and topics driving community conversation today.
get_top_trends(type='Reddit Hot Posts', limit=25)
FAQ