# Tag a Friend Giveaway Picker for Instagram

**Use case:** 

Pick a winner from Instagram comments that tag a friend. Free giveaway picker that counts only "tag a friend" entries - fair and instant. Try it now.

## Input

```json
{
  "postUrls": [
    "https://www.instagram.com/reel/DUBagyQCqme/"
  ],
  "numberOfWinners": 3,
  "maxCommentsPerPost": 100,
  "uniqueUsers": true,
  "requireMention": false
}
```

## Output

```json
{
  "winnerRank": {
    "label": "#",
    "format": "number"
  },
  "ownerUsername": {
    "label": "Username",
    "format": "text"
  },
  "text": {
    "label": "Comment",
    "format": "text"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "commentUrl": {
    "label": "Comment URL",
    "format": "link"
  },
  "timestamp": {
    "label": "Commented at",
    "format": "text"
  }
}
```

## About this Actor

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