Social conversation volume for any topic on X. Whether you are tracking a brand, a news story, or an emerging technology, X trend signals give your AI a pulse on real-time public discourse.
Tools for this workflow
get_trendsChart public discourse volume around any topic using cross-platform signals - the time series shows you whether conversation is building organically or driven by short bursts of viral activity.
get_trends(keyword='openai', source='google search', data_mode='weekly')
get_growthMeasure conversation growth across Google Search, news sentiment, and Reddit simultaneously - triangulating across sources reveals whether a topic has genuine broad social momentum.
get_growth(keyword='openai', source='google search, news sentiment, reddit', percent_growth=['1M', '3M'])
get_ranked_trendsFind which topics are generating the fastest-growing conversation right now across social signals - ideal for tracking real-time public discourse shifts around brands or events.
get_ranked_trends(source='reddit', sort='wow_pct_change', limit=25)
get_top_trendsPull what is trending on X (Twitter) live right now - the fastest way to see what topics are driving viral social conversation at this exact moment.
get_top_trends(type='X (Twitter)', limit=30)
FAQ