Track what is breaking on X / Twitter in real time. Social conversation volume, viral topic signals, and historical activity data - without the X API cost.
Tools for this workflow
get_trendsTrack social conversation volume for any brand, topic, or event over time using correlated Google Search, Reddit, and news signals - see whether social buzz is growing, peaking, or fading.
get_trends(keyword='bitcoin', source='google search', data_mode='weekly')
get_growthMeasure social momentum across Google Search, news volume, and Reddit in one call - a topic growing across all three simultaneously signals broad social conversation, not just niche interest.
get_growth(keyword='bitcoin', source='google search, news volume, reddit', percent_growth=['3M', '6M'])
get_ranked_trendsFind which topics are seeing the fastest-growing social conversation signals right now - useful for brand monitoring teams tracking share of voice across social platforms.
get_ranked_trends(source='reddit', sort='wow_pct_change', limit=25)
get_top_trendsSee what is breaking on X (Twitter) right now - no keyword needed. The live X trending feed surfaces viral topics and breaking news in real time.
get_top_trends(type='X (Twitter)', limit=25)
FAQ