# Bulk Instagram followers scraper

**Use case:** 

Collect followers for several public accounts in a single run, useful for competitor audience mapping.

## Input

```json
{
  "usernames": [
    "acmecompany",
    "acmestore",
    "acmestudio"
  ],
  "maxFollowersPerUser": 300,
  "concurrency": 5
}
```

## Output

```json
{
  "queryUsername": {
    "label": "Account"
  },
  "username": {
    "label": "Follower"
  },
  "fullName": {
    "label": "Name"
  },
  "id": {
    "label": "User ID"
  },
  "isVerified": {
    "label": "Verified"
  },
  "isPrivate": {
    "label": "Private"
  },
  "profilePicUrl": {
    "label": "Profile Pic"
  }
}
```

## About this Actor

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