# TikTok Post Comment Picker - Random Winner Generator

**Use case:** 

Pick a random winner from the comments on any TikTok post. Free, fair giveaway comment picker with multiple winners and CSV export. Try it now.

## Input

```json
{
  "postUrls": [
    "https://www.tiktok.com/@case.mate/video/7656819238140644638"
  ],
  "numberOfWinners": 3,
  "maxCommentsPerPost": 400,
  "uniqueUsers": true,
  "requireMention": false
}
```

## Output

```json
{
  "winnerRank": {
    "label": "#",
    "format": "number"
  },
  "ownerUsername": {
    "label": "Username",
    "format": "text"
  },
  "ownerFullName": {
    "label": "Name",
    "format": "text"
  },
  "text": {
    "label": "Comment",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "postUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "timestamp": {
    "label": "Commented at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Giveaway Winner Picker - Random Comment Picker](https://apify.com/jan.jiran/tiktok-giveaway-picker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jan.jiran/tiktok-giveaway-picker) to learn more, explore other use cases, and run it yourself.