# Monitor a competitor's follower growth

**Use case:** 

Track a competitor's follower count and movements on a schedule to benchmark your own growth.

## Input

```json
{
  "username": "gymshark",
  "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.