# Export Likers of Instagram Giveaway Posts

**Use case:** 

Get the list of Instagram users who liked a specific giveaway post. Includes usernames, full names, IDs, and more.

## Input

```json
{
  "startUrls": [
    "https://www.instagram.com/p/DbDxyjdDKp1/"
  ],
  "resultsLimit": 1000
}
```

## Output

```json
{
  "postShortcode": {
    "label": "Post Shortcode"
  },
  "username": {
    "label": "Username"
  },
  "fullName": {
    "label": "Full Name"
  },
  "verified": {
    "label": "Verified"
  },
  "private": {
    "label": "Private"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Post Likers Scraper V2](https://apify.com/myagizm/instagram-likers-scraper-v2) with a specific input configuration. Visit the [Actor detail page](https://apify.com/myagizm/instagram-likers-scraper-v2) to learn more, explore other use cases, and run it yourself.