Guides

TikTok data without the Research API

Commercial access to public TikTok data (profiles, videos, comments) without qualifying for TikTok's academic Research API.

TikTok's Research API is for qualifying researchers, not businesses. If you need public TikTok data for a commercial product, Openhandle serves it through a normal API key: public profiles, videos, and comments, normalized, with no application process.

Why the Research API is not your path

  • Eligibility. TikTok's Research API targets academic researchers at qualifying institutions, with an application process to match. Commercial products do not qualify.
  • The Display API covers accounts that authorize your app (your own users), not arbitrary public accounts you want to analyze.
  • The common commercial needs (trend analysis, influencer vetting, brand monitoring, creator analytics) fall outside both.

What Openhandle gives you

curl "https://api.openhandle.dev/v1/tiktok/profiles/@tiktok/posts?freshness=7d" \
  -H "Authorization: Bearer $OPENHANDLE_API_KEY"
  • Public profiles, videos, and comments. See the TikTok endpoint list.
  • Commercial use is what it is for. No institution, no application, no waiting.
  • One normalized schema shared with Instagram, so a second platform does not mean a second integration.
  • Freshness tiers cut the cost of analytics workloads that tolerate day-old data.

What this does not cover, honestly

  • Private accounts return a definitive PROFILE_PRIVATE answer. Public data only.
  • Acting as users. No posting, no account access, no OAuth flows. This is a read API.
  • TikTok's internal analytics. We return what TikTok exposes publicly. views count loops, and unexposed metrics are null, never guessed. See metric semantics.

Start

On this page