# Find your Instagram ghost followers

**Use case:** 

See which of your Instagram followers never engage with your posts — plus your top fans. Exact ghost-follower count free; full list on a paid plan.

## Input

```json
{
  "usernames": [
    "afanasenko"
  ],
  "trackFollowers": true,
  "trackFollowing": false,
  "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.