SocialiQ — TikTok data & analytics for AI agents
TikTok API

The TikTok API alternative built for AI agents

Fetch TikTok videos, creators, comments, and analytics through one REST API that returns clean, normalized JSON. No platform keys, no scrapers or proxies, no approval queue — ship today.

[ .JS ]
const res = await fetch(  "https://api.socialiq.dev/v1/tiktok/posts/search?q=ai%20agents&sort=likes&region=US&limit=20",  {    headers: { Authorization: "Bearer sc_live_..." }  });// Top 20 liked TikTok videos for the query, as normalized JSONconst { data, page, source } = await res.json();
200 · tiktok
No approval queueNo scrapers or proxiesNormalized JSON

Why teams move off the official TikTok API.

Approval queues, quotas, and brittle scrapers stand between your agents and TikTok data. SocialiQ removes them.

Research API is academics-only

TikTok's official Research API is gated to accredited universities and non-profits in select regions. Commercial developers, agencies, and AI builders are explicitly ineligible — there's no path to access for most teams.

Weeks of approval, then limits

Even eligible applicants wait roughly four weeks for project-specific approval, then hit a 1,000 requests/day cap and data that can lag 24 hours to 7 days. The Display API only reads your own authenticated account.

Scrapers break and don't scale

Rolling your own scraper means rotating proxies, dodging blocks, and rewriting parsers every time TikTok ships a layout change. It's brittle infrastructure that pulls focus from your actual product.

Every TikTok surface, one endpoint shape.

Real TikTok coverage on SocialiQ — each capability is a single normalized REST call.

Video search

Search public TikTok videos with filters for sort (relevance or likes), time window, and region.

GET/v1/tiktok/posts/search

Get a video

Fetch any TikTok video by ID with normalized metadata, stats, and author fields.

GET/v1/tiktok/posts/{id}

Video comments

Pull the comment thread for any public video in consistent, paginated JSON.

GET/v1/tiktok/posts/{id}/comments

Creator lookup & search

Get a user profile or search creators by name or keyword across TikTok.

GET/v1/tiktok/users/search

A user's videos

List a creator's posts sorted by recent or popular for any public account.

GET/v1/tiktok/users/{handle}/posts

Trending & URL resolve

Read trending searches and resolve any TikTok URL or @handle to structured data.

GET/v1/tiktok/trends

One request

Call TikTok, get normalized JSON.

Authenticate with a single SocialiQ key and hit one REST endpoint. The response is the same envelope you get on every platform — so your agents parse TikTok exactly like the rest.

[ .JS ]
const res = await fetch(  "https://api.socialiq.dev/v1/tiktok/posts/search?q=ai%20agents&sort=likes&region=US&limit=20",  {    headers: { Authorization: "Bearer sc_live_..." }  });// Top 20 liked TikTok videos for the query, as normalized JSONconst { data, page, source } = await res.json();
200 · tiktok

Built for agents, not approval queues.

Point your agents at one endpoint and ship — SocialiQ runs the upstream access, retries, and normalization for TikTok.

One key, no approval

Sign up and call the TikTok endpoints immediately. No application, no academic affiliation, no four-week review — just an API key and a request.

Normalized JSON, every platform

Videos, creators, comments, and analytics come back in the same predictable shape as the rest of SocialiQ, so one integration pattern covers TikTok and every other source.

No scrapers or proxies

We handle the upstream fetching, retries, and parsing. You never manage proxy pools or patch broken selectors — the response is clean data, not raw HTML.

Usage-based pricing

Pay for the requests you make instead of negotiating enterprise contracts or buying capacity you won't use. Start small and scale as your agents do.

TikTok API questions.

What SocialiQ's TikTok API does and how it compares to the official one.

Is this an official TikTok API?

No. SocialiQ is an independent TikTok API alternative. We expose public TikTok data — videos, creators, comments, analytics — through one normalized REST API, so you don't need TikTok's official Research or Display API, an approved application, or platform credentials.

Do I need TikTok approval or an academic affiliation to use it?

No. TikTok's official Research API is restricted to accredited academics and non-profits and takes around four weeks to approve. SocialiQ requires neither approval nor affiliation — sign up, grab an API key, and start fetching TikTok data right away.

What TikTok data can I fetch?

You can search videos (with sort, time-window, and region filters), get a video by ID, read its comments, media, and analytics, look up or search creators, list a user's posts by recent or popular, read trending searches, and resolve any TikTok URL or @handle.

Can I download TikTok video or audio?

Yes. The post media endpoint returns downloadable video and audio for a given TikTok video, alongside its normalized metadata and engagement stats — so you can archive or analyze the underlying media programmatically.

Ship your TikTok integration today.

One key, normalized JSON, usage-based pricing. No approval, no scrapers.

Get your API key