About

About TikCommentPicker

TikCommentPicker is a free tool that picks a random winner from the comments on a public TikTok video. This page explains what it does, how the draw is made checkable rather than merely promised, and where it stops.

Last updated

Why it exists

Running a giveaway on TikTok is easy right up to the moment you have to choose. A video that does well leaves hundreds or thousands of comments, and picking by hand means scrolling until one name feels right. That is not a draw; it is a decision, and everyone watching knows it.

The awkward part is that even an honest host cannot prove they were honest. A screen recording of someone scrolling and stopping proves nothing at all. TikCommentPicker exists to replace that moment with something a stranger can check, so the host is not asked to be trusted and the entrants are not asked to take it on faith.

How the draw is made verifiable

The draw is deliberately reproducible: the same entries, the same rules and the same nonce always produce the same winners. That is what turns a result into something anyone can re-run rather than something they have to believe. It is the draw behind the TikTok giveaway picker, which also lists what the tool will and will not do.

Every input that could change the outcome is folded into a single SHA-256 seed, and the winners are drawn from that seed with a partial Fisher–Yates shuffle. The entry list is part of the hash, so a pool that changed after the fact cannot be passed off as the one that was drawn from.

  • The video the comments came from.
  • The rules you set — required hashtag or word, minimum tagged friends, one entry per person, whether the host is excluded, how many winners and backups.
  • A nonce, generated fresh for each draw and shown with the result.
  • The eligible entries, in a fixed oldest-first order that does not depend on how the comments happened to arrive.

What the draw ignores

Follower count, comment likes, pinned status and how early somebody commented play no part. Once the rules you set have been applied — and which giveaway rules a picker can enforce sets out what those can be — every remaining comment is one entry with an equal chance, including the accounts nobody has heard of, which is usually the point of running a giveaway in the first place.

What it does not do

The list of things this tool deliberately does not do is as much a part of the design as the draw itself.

  • No login and no signup. There is no account to create and no TikTok password to hand over. Nothing here ever connects to your account.
  • No private data. It reads what is already visible to anyone who opens the video. A private or removed video is simply unreadable.
  • No stored draws. Results live in your browser tab. Close it and they are gone — nothing is written to a database, because there is no database.
  • No replies. The draw runs over top-level comments on the video, not the replies inside them.

The honest limits

A comment fetch stops at roughly 1,000 top-level comments, whichever comes first between that ceiling and the request budget behind it. On a video that pulled in more than that, the tool says so rather than quietly drawing from a partial pool — but it is worth knowing before you announce a draw on a video with 40,000 comments.

Comment data comes from TikTok as it stands at the moment you load it. A comment deleted a second later was still an entry; a comment posted a second later was not.

Independence

TikCommentPicker is an independent tool. It is not affiliated with, endorsed by, or sponsored by TikTok or ByteDance Ltd., and no part of it is an official TikTok product.