# Watch follower gains and losses on Instagram

**Use case:** 

Monitor follower gains and losses for any public Instagram account — confirmed new and lost followers listed run by run, with no manual checking.

## Input

```json
{
  "usernames": [
    "afanasenko"
  ],
  "trackFollowers": true,
  "trackFollowing": true,
  "engagementAudit": true,
  "notificationEmail": ""
}
```

## 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](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.