App Logo
tiktok.com

Get TikTok profile

Get a TikTok user's profile (bio, stats, verified, secUid) by @username.

Input

username required

TikTok handle, with or without leading @ (e.g. "tiktok" or "@tiktok").

Output

id required
stats required

Exact counts from statsV2 (numbers).

secUid required

Stable opaque id; join key for video/feed APIs.

nickname required
uniqueId required
verified required
privateAccount required
avatar optional

Largest avatar URL; signed, expires within hours.

region optional
bioLink optional
category optional

Commerce/account category, null if not a commerce account.

signature optional

Bio text.

createTime optional

Account creation, unix seconds.

FAQ

Get a TikTok user's profile (bio, stats, verified, secUid) by @username.
Required: username.
It returns id, stats, avatar, region, secUid, bioLink, category, nickname, uniqueId, verified, signature, createTime, privateAccount.
No. It only uses pages of tiktok.com that are reachable without signing in.
It only reads. It looks things up on tiktok.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/tiktok.com/get_profile, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_profile
It is part of Reduck's official curated catalogue.

Start building not clicking