# Twitter Giveaway Comment Picker for Hashtag Draws

**Use case:** 

Select random winners from Twitter comments on posts with the keyword 'giveaway'. Get transparent results for your contests effortlessly.

## Input

```json
{
  "postUrls": [
    "https://x.com/ThisWeekinHS/status/2069976392691835010"
  ],
  "numberOfWinners": 1,
  "maxCommentsPerPost": 1000,
  "uniqueUsers": true,
  "requireMention": false,
  "requiredKeyword": "giveaway"
}
```

## 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.