# Pick Multiple X (Twitter) Giveaway Winners

**Use case:** 

Randomly choose specified number of winners from comments on any tweet. Get fair results with unique users selected for your Twitter giveaways.

## Input

```json
{
  "postUrls": [
    "https://x.com/ThisWeekinHS/status/2069976392691835010"
  ],
  "numberOfWinners": 3,
  "maxCommentsPerPost": 1000,
  "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 [X (Twitter) Giveaway Winner Picker - Random Reply Picker](https://apify.com/jan.jiran/twitter-giveaway-picker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jan.jiran/twitter-giveaway-picker) to learn more, explore other use cases, and run it yourself.