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_PRIVATEanswer. 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.
viewscount loops, and unexposed metrics arenull, never guessed. See metric semantics.
Start
- Quickstart: first request in five minutes, 100 free requests included.
- Get TikTok user videos: the most common first integration.
- Pricing: full public rates.
Instagram API without Graph approval
Read public Instagram data without a business account, app review, or Graph API approval, and know exactly what that does and does not cover.
Private and deleted accounts
How the API answers when a profile is private, deleted, or renamed, and why those answers are definitive and billable.