Structured Reddit discussion data your AI can use to gauge community interest at scale. Find out which topics are gaining Reddit momentum, and whether that momentum is accelerating or cooling.
Tools for this workflow
get_trendsExport raw weekly Reddit discussion volume for any topic - use the time series to find correlation with price moves, product launches, or news events.
get_trends(keyword='decentralized finance', source='reddit', data_mode='weekly')
get_growthCalculate Reddit discussion growth and stack it against news volume - if Reddit is growing while news coverage is flat, community interest is outpacing media attention, often an early signal.
get_growth(keyword='decentralized finance', source='reddit, news volume', percent_growth=['3M', '6M'])
get_ranked_trendsIdentify which topics are gaining the most Reddit discussion momentum this month - useful for finding niche communities driving interest in a product, category, or idea.
get_ranked_trends(source='reddit', sort='mom_pct_change', limit=30)
get_top_trendsPull Reddit's hottest posts right now to surface what topics are driving the most community engagement at this moment without specifying a keyword.
get_top_trends(type='Reddit Hot Posts', limit=30)
FAQ