# Gaming Follower Spike - Real Or Bought?

**Use case:** 

Track follower growth and spike flags for gaming handles across observation windows.

## Input

```json
{
  "username": "xbox",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "username": {
    "label": "username",
    "format": "string"
  },
  "fullName": {
    "label": "fullName",
    "format": "string"
  },
  "followerCount": {
    "label": "followerCount",
    "format": "integer"
  },
  "daysTracked": {
    "label": "daysTracked",
    "format": "integer"
  },
  "followerSpikeFlag": {
    "label": "followerSpikeFlag",
    "format": "boolean"
  },
  "followerGrowth30d": {
    "label": "followerGrowth30d",
    "format": "number"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Follower Growth - Real Or Bought Spikes?](https://apify.com/reapx/instagram-follower-growth-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/instagram-follower-growth-monitor) to learn more, explore other use cases, and run it yourself.