Skip to main content
Pricing Templates

Best Practices

How to Pick a Fair, Auditable Winner from a Comment-to-Enter Contest (Without Scraping)
Read More
4 min read

How to Pick a Fair, Auditable Winner from a Comment-to-Enter Contest (Without Scraping)

To pick a fair, auditable winner from a comment-to-enter contest, import every comment into a structured entry list instead of scraping the post, apply clear eligibility rules to filter out duplicates and spam, then run the draw from that complete, timestamped list. This creates a record you can show if a winner is ever questioned—something a scraped or partial comment pull can't reliably provide.

Is It Legal to Scrape Comments for a Comment-to-Enter Giveaway?
Read More
4 min read

Is It Legal to Scrape Comments for a Comment-to-Enter Giveaway?

Scraping comments to run a comment-to-enter giveaway is not legal under most platforms' Terms of Service, even though scraping public web data is sometimes allowed under general law. Platforms like Instagram, Facebook, and TikTok explicitly prohibit automated data collection outside their official APIs. Beyond the compliance risk, scraped comment data is often incomplete, which means a "winner" chosen from it may not have come from a fair, verifiable pool of every eligible entrant.