# Get follower counts and bios for a list of accounts

**Use case:** 

Pull profile stats for any set of usernames: perfect for influencer vetting and competitive benchmarking.

## Input

```json
{
  "usernames": [
    "mkbhd",
    "unboxtherapy",
    "mariano"
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "fullName": {
    "label": "Full Name",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "following": {
    "label": "Following",
    "format": "integer"
  },
  "postsCount": {
    "label": "Posts",
    "format": "integer"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "isBusiness": {
    "label": "Business",
    "format": "boolean"
  }
}
```

## About this Actor

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