# Instagram Brand Account Monitor

**Use case:** 

Monitor Instagram follower counts for brands and competitors to build social growth reports and market intelligence dashboards.

## Input

```json
{
  "usernames": [
    "nike",
    "adidas",
    "puma"
  ],
  "maxRetries": 3,
  "delayBetweenRequestsMs": 500
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Full Name",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "followingCount": {
    "label": "Following",
    "format": "number"
  },
  "postsCount": {
    "label": "Posts",
    "format": "number"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "isPrivate": {
    "label": "Private",
    "format": "boolean"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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