# Instagram Likers List for Influencer Vetting

**Use case:** 

Collect the usernames and profiles of accounts that liked specific Instagram posts. Get detailed follower insights including verification status.

## Input

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

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