App Logo
tiktok.com

Get TikTok followers

List a TikTok user's followers by @username, paginated. A handle nobody owns is reported as no such account rather than a vague lookup failure, and an account that will not disclose its followers (private accounts show them only to approved followers) is reported with the reason instead of a bare API code. Note that an account hiding who it follows still discloses its followers normally. Returns total, hasMore, truncated, and users (id, uniqueId, secUid, nickname, signature, verified, privateAccount, followerCount).

Input

username required

TikTok handle, with or without leading @.

count optional

Target number of followers to collect.

Default: 50

Output

total required

Total follower count reported by TikTok.

users required
hasMore required
username required
truncated optional

True if TikTok flagged the list as truncated (visibility-limited).

FAQ

List a TikTok user's followers by @username, paginated. A handle nobody owns is reported as no such account rather than a vague lookup failure, and an account that will not disclose its followers (private accounts show them only to approved followers) is reported with the reason instead of a bare API code. Note that an account hiding who it follows still discloses its followers normally. Returns total, hasMore, truncated, and users (id, uniqueId, secUid, nickname, signature, verified, privateAccount, followerCount).
Required: username. Optional: count.
It returns total, users, hasMore, username, truncated.
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_followers, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/get_followers
It is part of Reduck's official curated catalogue.

Start building not clicking