Reddit discussion volume data for AI agents

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.

get_trends

Export 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_growth

Calculate 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_trends

Identify 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_trends

Pull 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)

Common questions

JSON with normalized platform interest (0-100), growth percentage over the chosen period, and a weekly time series. Includes a data quality score indicating coverage reliability.
Yes. A common pattern is to check if community discussion around a problem or category is growing on Reddit, which can indicate increasing awareness and demand even before mainstream adoption.
Weekly data is refreshed weekly. Daily data (last 30 days) is updated daily. Results are cached for performance and refreshed automatically.