Threads API pricing comparison

Meta publishes no paid tier for the Threads API. Access is free in dollars but gated by App Review, token refresh jobs, and rate limits tied to account impressions. Third-party resellers charge monthly fees for data Meta does not expose. This page isolates what Threads programmatic access actually costs when the goal is posting, insights, or trend signals.

Meta launched the Threads API in 2024 and kept it free of published per-call fees through 2026. That sounds cheaper than X's pay-per-use model, but the comparison breaks when the requirement is network-wide trend data or high-volume reads outside the authenticated account.

For the X side of the social API cost picture, see the X API pricing comparison. For what Threads trend data does and does not exist, see Meta Threads trend data API.

Official Threads API (Meta)

Price: $0 in published fees. No subscription tier or credit purchase page in Meta developer docs.

Model: OAuth 2.0 user access tokens scoped to the app and account pair. Short-lived tokens last one hour. Long-lived tokens last 60 days and must be refreshed before expiry.

What you get: Create and fetch posts, manage replies, and read insights metrics for connected Instagram business accounts. Text posts cap at 500 characters. Media posts follow a two-step container publish flow documented in the Threads API getting started guide.

Rate limits (verify in console):

Limit typePublished figure
Posts per 24 hours250 per profile
API call rateDynamic formula tied to daily impressions (commonly cited as 4,800 × daily impressions)
Token refreshRequired before 60-day long-lived token expiry

Hidden costs: Meta App Review for production access outside developer testers. Each permission scope (posting, insights, reply management) typically needs a separate review cycle with screencasts, privacy policy URL, and sometimes business verification. First-round rejections are common; teams often budget two to four review cycles per scope. Private-profile user grants expire after 90 days and need re-authorization.

Verdict: Right path for brands posting to their own Threads account from a CMS or scheduling tool. Wrong path when the product needs ranked trending topics across the whole network.


Third-party Threads APIs

Price: Vendor-specific monthly subscriptions. No single industry standard.

Model: Resellers abstract Meta OAuth, App Review, or scraping infrastructure behind a unified REST surface.

Representative tiers (verify before purchase):

VendorEntry tierHigh-volume tierNotes
EnsembleDataFree (50 units/day)~$1,400/monthCommercial extraction focus
Data365~£300/month (Basic)~£850/month (Standard)UK-priced plans
SocialCrawlFree credits on signupUsage-based above free tierPublishes App Review timeline guides

What you get: Varies by vendor. Some expose post search, profile reads, or hashtag sampling that Meta does not publish on the official surface. None replace a first-party trending-topics board because Meta does not offer one.

Hidden costs: Data freshness guarantees, compliance with Meta terms of service, and vendor lock-in when Meta changes Graph API versions quarterly. Scraping-based vendors break when frontend markup shifts.

Verdict: Commercial teams blocked from the Research-style academic path on other platforms sometimes accept reseller pricing. Compare against whether cross-platform proxies cover the actual research question.


Enterprise social listening

Price: Contract-based. Meltwater, Brandwatch, and Talkwalker tiers typically start in four figures per month.

Model: Annual subscription with mention archives, sentiment, and crisis workflows across Threads plus other networks where coverage exists.

What you get: Brand mention monitoring, share-of-voice reporting, and analyst support. Threads coverage depth varies by vendor and contract.

Hidden costs: Sales cycle, seat licensing, and query caps buried in order forms.

Verdict: Appropriate for PR and comms teams tracking brand mentions at scale. Disproportionate for a solo creator checking whether a topic is spiking.


Trends MCP (cross-platform trend proxy)

Price: 100 requests per month free (see pricing). Paid plans from $19/month for 1,000 requests.

Model: Subscription with monthly request allocation. No Meta developer app required.

What you get: No Threads-specific trending feed exists on Trends MCP because Meta does not publish one. The practical proxy stack pulls adjacent live signals on the same topic:

Feedtype valueUse for Threads-adjacent research
TikTok Trending SearchesTikTok Trending SearchesSearch intent spikes often precede Threads conversation
X trending topicsX (Twitter) TrendingReal-time topic names on the closest text-first network
Google Search growthget_growth on keywordMainstream breakout confirmation

Example request (TikTok searches):

{
  "mode": "top_trends",
  "type": "TikTok Trending Searches",
  "limit": 25
}

Limitation: Proxy signals only. No Threads mention volume, no post text archive, no official Threads insights for arbitrary accounts.

Verdict: Lowest cost when the workflow is "is this topic building across open trend feeds?" rather than "pull every Threads post mentioning a keyword."


Cost scenarios

WorkflowOfficial Threads APIThird-party APITrends MCP
Auto-post from brand CMS$0 fees + engineering time$29 to $300+/month if vendor handles OAuthNot applicable
Daily trending topic boardNot available$100 to $1,400/month partial coverage~30 requests/month on free tier (proxy feeds)
Brand mention monitoringInsights on owned account onlyReseller-dependentPartial: X + TikTok + news volume
Academic-style network studyNo Research API equivalentHighest vendor tiersCross-platform growth only

When to use which

Official Threads API: Publishing, reply management, and owned-account insights for a brand that already completed Meta App Review.

Third-party Threads API: Commercial products that need post or profile reads Meta gates behind OAuth and review, and that accept vendor dependency.

Trends MCP proxy feeds: Research and agent workflows that need live ranked topic lists on TikTok, X, and Google when Threads itself offers no trend endpoint.

Enterprise social listening: Full mention archives and crisis monitoring where contract coverage includes Threads.

Threads looks free next to X's $0.005-per-post-read model until App Review calendar time and the missing trend endpoint enter the spreadsheet. Teams comparing social API costs should read the broader trend data API pricing comparison alongside this page.

Common questions

Meta publishes no paid tier or per-call fee for the official Threads API. Dollar cost is $0 on paper. Production access requires Meta App Review (typically 2 to 7 working days per permission scope, with common first-round rejections), OAuth token refresh every 60 days, and rate limits including 250 posts per 24 hours per profile. Engineering time is the real bill.
No. As of July 2026, Meta does not expose a network-wide trending topics endpoint on Threads comparable to X's trends API or TikTok's hashtag charts. The official API covers posting, reply management, and insights for authorized business accounts only.
Commercial vendors fill gaps Meta leaves open. EnsembleData offers a free tier at 50 units per day and scales to roughly $1,400 per month for high-volume extraction. Data365 lists Basic at around £300 per month and Standard at £850 per month. Pricing changes by vendor; verify current rate cards before committing.
Because Threads has no official trend feed, most research teams proxy attention through TikTok hashtag volume, Instagram signals, and X trending topics on the same keyword. Trends MCP returns live TikTok Trending Searches, X trending topics, and Google Search growth in one REST or MCP account at 100 free requests per month.