Facebook and social media trends for AI assistants

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.

get_trends

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

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

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

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

Common questions

Facebook does not provide a public trends API. Trends MCP covers social trend signals through Reddit (community discussion volume), News sentiment and volume, Twitter/X, and cross-platform search data. These sources together give a strong proxy for social media interest trends.
Reddit, Twitter/X, LinkedIn, TikTok, YouTube, and News (across thousands of outlets). Together these cover the major social trend signals available through legitimate data access.
Use get_growth with source='reddit, news sentiment, twitter' to see discussion and mention volume trends for a brand over time. This is particularly useful for brand monitoring, PR teams, and investment research.
Instagram's API does not expose public trend data. TikTok hashtag data from Trends MCP is a strong proxy for visual content trends, as TikTok and Instagram Reels content trend cycles are closely correlated.