YouTube Random Comment Picker
Run a fair YouTube giveaway in seconds — filter the comments, then draw winners with cryptographic randomness.
This YouTube Random Comment Picker turns any video's comments into a fair giveaway draw — no login, no ads gating the result. It loads the comment pool from the official YouTube Data API, then lets you filter who's eligible: a minimum like count, a required keyword or hashtag, and a 'one entry per person' rule that removes duplicate authors. Winners are drawn with a Fisher–Yates shuffle seeded by the browser's cryptographic random generator, so the pick is genuinely unbiased — not the predictable Math.random most pickers use. Choose how many winners you need, reveal them as cards with the comment and author, and hit 'Pick again' to redraw instantly. Free, private, and fair.
Frequently Asked Questions
Is the winner selection actually random and fair?
Yes. Winners are chosen with a Fisher–Yates shuffle driven by crypto.getRandomValues — the browser's cryptographically secure random source — with rejection sampling to remove bias. That's a stronger guarantee of fairness than the basic Math.random() many pickers rely on.
Can I require one entry per person?
Yes. Turn on 'one entry per person' and duplicate comments from the same channel collapse to a single entry, so prolific commenters don't get extra chances. It's on by default for fair giveaways.
Can I filter which comments are eligible?
You can require a minimum number of likes, require a keyword or hashtag (like #giveaway), and limit to unique authors. Only the comments that pass every filter go into the draw, and the tool shows how many were eligible.
Can I pick more than one winner?
Yes — choose anywhere from 1 to 50 winners. If fewer comments are eligible than the number you asked for, it picks all of them and tells you.
Do I need to log in or pay?
No. Unlike popular pickers that require a Google or Facebook login and show ads, this is free, needs no account, and never posts anything to your channel.
Can I redraw without fetching again?
Yes. The comment pool is cached after the first load, so 'Pick again' runs a fresh random draw instantly without re-hitting the API — handy if you want to redo a draw on camera.
How many comments does it consider?
It pulls up to 500 comments to build the eligibility pool, ordered by relevance, then applies your filters before drawing. That's enough for the vast majority of giveaway videos.