Meta Threads trend data API

Threads has no public trending-topics endpoint and no third-party trend API comparable to X or TikTok. Meta's official API covers posting and limited insights for business accounts. This page maps what programmatic Threads trend data actually exists and which cross-platform signals proxy attention on the network.

Meta launched Threads in July 2023 and opened a limited developer API in 2024. What it did not launch: a public trending-topics endpoint. Teams asking for "Threads trend data API" usually want ranked hashtags or topic volume over time. That data path does not exist in self-serve form the way X trending feeds or TikTok hashtag volume do.

What the official Threads API covers

Meta exposes Threads through the Instagram Graph API for business accounts that link an Instagram profile.

Supported operations (high level):

Not supported:

Authentication requires a Meta developer app, Instagram business account linkage, and OAuth tokens scoped to the account being managed. This is a publishing and analytics API for owned accounts, not a trend intelligence API for the open network.

Rate limits follow Meta's standard Graph API tiers. Exceeding them returns HTTP 429 with a retry-after header. Limits vary by app review status and endpoint.

Why there is no Threads trend API yet

Threads shares infrastructure with Instagram but maintains a separate feed algorithm. Meta has not exposed aggregate trend signals the way Google publishes Search interest or TikTok surfaces hashtag charts.

Possible reasons (speculation, not confirmed by Meta):

The practical impact: any "Threads trend API" product listing that is not Meta official or an enterprise monitoring contract should be verified carefully. Scraping Threads violates Meta's terms and breaks when the frontend changes.

Proxy signals that precede Threads attention

Without a direct endpoint, researchers triangulate from platforms where trend data is programmatically available.

TikTok hashtag volume

Consumer topics often originate or amplify on TikTok before spreading to Threads. TikTok hashtag volume is available through Trends MCP:

{
  "source": "tiktok",
  "keyword": "stanley cup"
}

Growth across 3-month and 12-month windows helps distinguish a sustained trend from a one-day spike.

Instagram search interest

Threads accounts tie to Instagram profiles. Google Search volume for Instagram-adjacent queries and Instagram-native trend behavior (where available through other tools) can signal creator-led momentum that crosses into Threads discussions.

X trending topics

Breaking news and sports events appear on X trending feeds hours before they saturate Threads. The live feed is available without X developer credentials:

{
  "mode": "top_trends",
  "type": "X (Twitter) Trending",
  "limit": 25
}

On June 23, 2026, the feed included sports and news terms (for example ranked entries for Norway, Senegal, and Wolves), illustrating the type of real-time signal that often propagates across text-first social networks.

Google Search cross-check

When a topic spikes on TikTok and X simultaneously, Google Search interest usually confirms broader demand:

{
  "source": "google search",
  "keyword": "world cup qualifier"
}

Pairing get_growth with comma-separated sources ("google search, tiktok, youtube") returns aligned growth percentages in one request.

Comparison: Threads vs platforms with trend APIs

Platform Public trend feed Keyword time series Self-serve API
Threads No No Publishing and owned insights only
X (Twitter) Yes (via Trends MCP or official API) No (live feed only on Trends MCP) Yes
TikTok Hashtag charts via trend tools Yes (hashtag volume) Yes (via Trends MCP)
Instagram No ranked public API Limited Graph API for business accounts
Google Search N/A Yes (search volume) Yes (via Trends MCP)

For a full X cost breakdown, see X API pricing comparison. For multi-platform feeds in one connection, see social media trends API.

Enterprise mention monitoring

Teams that need archived Threads post text, sentiment, and influencer tracking at scale typically buy enterprise social listening contracts. Vendors in that category (Meltwater, Brandwatch, Talkwalker) bundle Threads alongside X, Instagram, and news sources under annual agreements starting in the mid five figures per year. That is mention monitoring, not a developer-friendly trend feed.

See social listening API pricing comparison for contract ranges.

Practical workflow for Threads-adjacent research

A lightweight pipeline when direct Threads data is unavailable:

  1. Pull live X trending topics daily (get_top_trends, type X (Twitter) Trending).
  2. For each candidate topic, run get_growth across google search, tiktok, and youtube with 3M and 12M windows.
  3. Flag topics where two or more sources show positive growth and X rank is top 10.
  4. Manually spot-check Threads client apps for narrative confirmation before acting on the signal.

This does not replace Threads-native data. It catches most consumer and news surges at a fraction of the cost of enterprise monitoring or per-post X API reads.

What would change this picture

A public Meta Threads trend endpoint would require Meta to publish ranked topics or hashtag volume through the Graph API with clear rate limits and pricing. Until then, "Threads trend API" queries are best answered with an honest map of gaps and the cross-platform proxies above.

Common questions

No. As of June 2026, Meta does not publish a public API endpoint that returns ranked trending topics on Threads comparable to X's trends endpoint or TikTok's hashtag charts. The Threads API focuses on content publishing, reply management, and insights for connected Instagram business accounts.
Meta's Threads API (via the Instagram Graph API) supports creating and fetching posts, managing replies, and retrieving insights metrics for authorized business accounts. It does not expose network-wide trend rankings, hashtag volume time series, or anonymous aggregate search interest across all Threads users.
Three practical proxies: watch the same topic on TikTok and Instagram where public trend data exists, monitor X trending topics for breaking news that typically crosses to Threads within hours, and pull Google Search interest for topic names that spike across social platforms. None is a direct Threads signal, but the combination catches most consumer-topic surges.
No major trend data vendor publishes a dedicated Threads hashtag volume API with the same coverage as TikTok or Google Search. Enterprise social listening platforms (Meltwater, Brandwatch) may include Threads mentions in monitoring suites under annual contracts, but that is mention archival, not a lightweight trend feed for developers.