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.
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 type | Published figure |
|---|---|
| Posts per 24 hours | 250 per profile |
| API call rate | Dynamic formula tied to daily impressions (commonly cited as 4,800 × daily impressions) |
| Token refresh | Required 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.
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):
| Vendor | Entry tier | High-volume tier | Notes |
|---|---|---|---|
| EnsembleData | Free (50 units/day) | ~$1,400/month | Commercial extraction focus |
| Data365 | ~£300/month (Basic) | ~£850/month (Standard) | UK-priced plans |
| SocialCrawl | Free credits on signup | Usage-based above free tier | Publishes 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.
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.
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:
| Feed | type value | Use for Threads-adjacent research |
|---|---|---|
| TikTok Trending Searches | TikTok Trending Searches | Search intent spikes often precede Threads conversation |
| X trending topics | X (Twitter) Trending | Real-time topic names on the closest text-first network |
| Google Search growth | get_growth on keyword | Mainstream 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."
| Workflow | Official Threads API | Third-party API | Trends MCP |
|---|---|---|---|
| Auto-post from brand CMS | $0 fees + engineering time | $29 to $300+/month if vendor handles OAuth | Not applicable |
| Daily trending topic board | Not available | $100 to $1,400/month partial coverage | ~30 requests/month on free tier (proxy feeds) |
| Brand mention monitoring | Insights on owned account only | Reseller-dependent | Partial: X + TikTok + news volume |
| Academic-style network study | No Research API equivalent | Highest vendor tiers | Cross-platform growth only |
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.
FAQ