# Instagram Influencer Database with Follower Counts

**Use case:** 

Collect detailed follower counts and profile data for key Instagram influencers. Includes usernames, full names, follower counts, and more.

## Input

```json
{
  "usernames": [
    "nasa",
    "natgeo",
    "spacex",
    "nike"
  ],
  "resultsLimit": 200
}
```

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "fullName": {
    "label": "Full Name"
  },
  "followers": {
    "label": "Followers"
  },
  "following": {
    "label": "Following"
  },
  "postsCount": {
    "label": "Posts Count"
  },
  "verified": {
    "label": "Verified"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

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