# Track daily follower changes for an account

**Use case:** 

Monitor an account's followers over time to see exactly who followed and unfollowed between runs.

## Input

```json
{
  "username": "mrbeast",
  "limit": 5000
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "string"
  },
  "position": {
    "label": "#",
    "format": "integer"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "fullName": {
    "label": "Name",
    "format": "string"
  },
  "userId": {
    "label": "User ID",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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