# See who an Instagram account starts following

**Use case:** 

Track which accounts any public Instagram profile starts or stops following over time — spot new partners, sponsors, and interests as they happen.

## Input

```json
{
  "usernames": [
    "nike"
  ],
  "trackFollowers": false,
  "trackFollowing": true
}
```

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