# X (Twitter) Post Giveaway Picker

**Use case:** 

Randomly select winners from Twitter comments on a tweet. Choose unique users and customize rules for fair giveaways.

## Input

```json
{
  "postUrls": [
    "https://x.com/ThisWeekinHS/status/2069976392691835010"
  ],
  "numberOfWinners": 1,
  "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.