Tokturbo

TikTok video metadata viewer.

Every public field for a single TikTok video, expanded. Stats, hashtags, dimensions, audio, posted date, plus raw JSON.

How it works

  1. Paste a video URL

    Standard URL or vm.tiktok.com short link. We resolve and normalize.

  2. We hit our chain

    Three scrapers in fallback order, parsed into a unified shape.

  3. Browse the fields

    Pretty-rendered stats up top, raw JSON expandable below for developers.

What people use this for

Content audit

Reviewing your own video performance. Every metric in one panel, no tab-switching between TikTok studio and a spreadsheet.

Competitive research

Studying a competitor's post. Hashtags used, posting time, duration, dimensions, sound source. All in one fetch.

Building integrations

Developer working on a TikTok integration needs to see the actual response shape. Expand the raw JSON, build your data layer against it.

Frequently asked

Why isn't field X in the response?

TikTok's public API doesn't expose private metrics like watch time or audience drop-off. Those are creator-account-only and require authentication.

Are the play counts real?

They're TikTok's public counts as of the moment you ran the tool. TikTok updates them with some lag, so a fresh post may underreport.

Can I see comments?

This tool returns metadata only. Comment text and replies live behind a separate endpoint we don't expose for free.

Why bother with raw JSON?

If you're building anything programmatic against TikTok data, the raw shape is what your code sees. The pretty view is for humans.

The same engine, scaled up.

Run this same scraper across thousands of accounts, route through audited supplier networks, drip-feed inside the FYP probe window. That’s the paid product. The free tool is the engine, scoped down to one query.

See the paid services