# Monitor Instagram followers for multiple clients

**Use case:** 

Monitor confirmed follower changes for multiple clients in one paid task. Seven small demo accounts cost $2.10/run today; replace them before running.

## Input

```json
{
  "usernames": [
    "oxylabs.io",
    "webscraping.ad",
    "web_scraping_python",
    "browserless",
    "dubdotco",
    "scrapingdog",
    "parsehub"
  ],
  "notificationEmail": "",
  "trackFollowers": true,
  "trackFollowing": false,
  "engagementAudit": false
}
```

## Output

```json
{
  "target_username": {
    "label": "Tracked account",
    "format": "string"
  },
  "change_type": {
    "label": "Change type",
    "format": "string"
  },
  "list_type": {
    "label": "List",
    "format": "string"
  },
  "profile_pic_url": {
    "label": "Profile picture",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "full_name": {
    "label": "Full name",
    "format": "string"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "is_private": {
    "label": "Private",
    "format": "boolean"
  },
  "detected_at": {
    "label": "Detected at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Follower Tracker & Monitor](https://apify.com/afanasenko/instagram-follower-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/afanasenko/instagram-follower-tracker) to learn more, explore other use cases, and run it yourself.