Facebook does not offer a public trends API, but the signals are in the data. Trends MCP triangulates social trend momentum using News sentiment and volume, Reddit discussion trends, and cross-platform search signals - giving your AI a proxy for Facebook-level social interest without requiring Facebook API access.
Tools for this workflow
get_trendsTrack Facebook and Meta-related trend signals via Google Search and Reddit - measure whether brand interest, platform-related topics, or Meta products are growing or declining in consumer attention.
get_trends(keyword='facebook ads', source='google search', data_mode='weekly')
get_growthMeasure social platform trend growth across multiple signals - Google Search interest, Reddit community discussion, and news coverage together reveal whether Meta properties are gaining or losing relevance.
get_growth(keyword='instagram reels', source='google search, reddit, news sentiment', percent_growth=['3M', '6M'])
get_ranked_trendsRank social media topics and platform features by search growth to understand which platforms and content formats are gaining consumer attention fastest.
get_ranked_trends(source='google search', sort='yoy_pct_change', limit=25)
get_top_trendsSee what is breaking across social platforms right now - X, Reddit, TikTok, and Google News feeds surface what consumers are talking about across all social contexts simultaneously.
get_top_trends(type='X (Twitter)', limit=20)
FAQ