TikTok publishes no dollar price for its official APIs. The Research API is free but locked to academic applicants with a four-week review. Commercial teams route through third-party resellers at $29 to $1,400 per month. This page isolates what TikTok trend data actually costs when the goal is hashtag volume, not posting videos.
TikTok's developer portal lists no subscription price, no per-call fee, and no credit pack. That headline is misleading for trend researchers. Official access is either gated behind academic approval or scoped to posting and display for connected user accounts. Commercial hashtag trend volume still routes through third-party resellers or aggregated APIs.
For the multi-vendor pricing picture, see the trend data API pricing comparison. For TikTok endpoint examples without pricing, see the TikTok Trends API.
Price: $0. No published per-request fee.
Model: Application-based access. Approval typically takes about four weeks per TikTok's Research API documentation.
Eligibility: Qualifying universities, EU-registered non-profits, and approved researchers in the US, EEA, UK, Switzerland, and Brazil. Commercial entities, creators, and advertisers are ineligible.
Quota (approved accounts):
| Endpoint group | Daily request cap | Daily record cap |
|---|---|---|
| Video and Comments | 1,000 requests | 100,000 records |
| Followers and Following | 20,000 requests | 2,000,000 records |
Quotas reset at 12:00 AM UTC. TikTok states it cannot grant quota exceptions; researchers email [email protected] for future consideration only.
What you get: Public video metadata, comments, follower graphs, and related research fields inside TikTok's Virtual Compute Environment for approved projects.
Hidden costs: Calendar time (four-week review), restricted geography, no commercial use rights, and data latency reported at 24 hours to seven days for some fields. Building a production trend product on Research API access is not viable for commercial teams.
Verdict: Right path for peer-reviewed academic studies. Wrong path for SaaS dashboards, marketing intelligence, or AI agent workflows.
Price: $0 in published documentation.
Model: OAuth-connected user accounts. Apps pass TikTok's production audit (demo video, URL verification, privacy policy review).
Rate limits (2026, per TikTok developer docs and third-party summaries):
| API | Rate limit | Notes |
|---|---|---|
| Display API | 600 requests/minute per endpoint | Sliding window |
| Content Posting API | 6 requests/minute per user token | ~15 to 25 videos per account per day |
What you get: Post videos on behalf of users, read profile and video metadata for connected accounts, embed players.
Hidden costs: Engineering time for OAuth flows, token refresh (access tokens expire in 24 hours), sandbox-to-production audit, and per-account publishing quotas shared across all API clients using the same user token.
Verdict: Built for creator tools and posting automation. Does not return market-wide hashtag interest or cross-topic trend rankings.
Because TikTok blocks commercial Research API access, several vendors resell TikTok data through unofficial or partner channels. Pricing below is from vendor pages reviewed July 2026. Verify on each vendor site before budgeting.
Price: $29/month (Starter, 300 requests/day) to $189/month (Business, 2,000 requests/day).
Model: Monthly subscription with daily request caps.
What you get: User profiles, video metadata, hashtag search, and related endpoints depending on tier.
Hidden costs: Daily caps, not monthly rollover. Endpoint coverage varies by plan. Unofficial relationship with TikTok; breakage risk when TikTok changes anti-bot measures.
Verdict: Entry-level commercial option for apps that need raw TikTok objects, not normalized trend scores.
Price: Free tier at 50 units per day; paid plans from roughly $100 to $1,400 per month by volume.
Model: Unit-based metering with monthly tiers.
What you get: Hashtag analytics, user and video endpoints, live stream metadata on higher tiers.
Hidden costs: "Unit" definition varies by endpoint. High-volume hashtag monitoring can exhaust daily allowances quickly.
Verdict: Mid-market option for social analytics products that need TikTok raw data alongside other networks.
Price: Pay-as-you-go at approximately $0.001 per request with no monthly minimum (vendor pricing page, July 2026).
Model: Per-request billing.
What you get: Video, user, hashtag, and search endpoints via REST.
Hidden costs: Costs scale linearly with poll frequency. No normalized 0 to 100 hashtag index across five years of history.
Verdict: Flexible for spike workloads. Less predictable than subscription caps for steady daily monitoring.
Price: 100 requests per month free (see pricing). Paid plans from $19/month for 1,000 requests.
Model: Monthly subscription allocation. No TikTok developer account required.
What you get: Weekly TikTok hashtag interest normalized 0 to 100, growth percentages across preset periods, and live trending hashtags via get_top_trends. Cross-platform context (Google Search, YouTube, Reddit) in the same API.
Time series example:
{
"mode": "get_time_series",
"source": "tiktok",
"keyword": "cottagecore"
}
Live trending example:
{
"mode": "get_top_trends",
"type": "TikTok Trending Hashtags",
"limit": 25
}
Limitation: Normalized interest scores and ranked hashtag names. No individual video text, comment threads, or user profile objects. For those, official Display API or third-party resellers are required.
Verdict: Lowest-friction path when the workflow needs "is this hashtag growing?" or "what hashtags are trending right now?" rather than raw video archives.
| Workflow | Third-party TikTok API | Trends MCP |
|---|---|---|
| Track 10 hashtags weekly (time series) | TikAPI Starter: within 300 req/day cap if 10 calls/week | ~40 requests/month on free tier |
| Poll 50 hashtags daily for growth | TikHub: ~1,500 requests/month ≈ $1.50 at $0.001/req | ~1,500 requests/month (needs Pro plan at $49/month) |
| Live trending hashtag snapshot once daily | EnsembleData free tier: 50 units/day, 1 call/day | ~30 requests/month on free tier |
| Academic study of 100k videos/month | Research API: $0 if approved | Not applicable (no raw video corpus) |
| Post videos for connected creators | Official Posting API: $0 + engineering time | Not available |
TikTok Research API: Academic or non-profit research on public TikTok content with approved methodology and tolerance for review delays.
Official Posting or Display API: Creator tools, brand accounts, and apps that act on behalf of logged-in TikTok users.
Third-party resellers (TikAPI, EnsembleData, TikHub): Products that need raw video metadata, user objects, or hashtag search results at TikTok-native granularity.
Trends MCP: AI agents, SEO workflows, and market research that need normalized hashtag momentum, live trending lists, and cross-platform growth without TikTok developer onboarding.
TikTok's "$0 API" framing hides the split market: academics get delayed research access, commercial teams pay resellers, and hashtag trend curves sit outside every official endpoint. Pricing comparisons that stop at the developer portal miss where commercial trend budgets actually go.
FAQ