# Monitor followers after an Instagram export

**Use case:** 

Turn a one-time Instagram follower or profile export into ongoing monitoring. Save a baseline, then detect confirmed new followers and unfollowers.

## Input

```json
{
  "usernames": [
    "web_scraping_python"
  ],
  "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.