# Fashion TikTok Growth, Month By Month - What Changed?

**Use case:** 

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

## Input

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

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "username": {
    "label": "username",
    "format": "string"
  },
  "nickname": {
    "label": "nickname",
    "format": "string"
  },
  "followerCount": {
    "label": "followerCount",
    "format": "integer"
  },
  "heartCount": {
    "label": "heartCount",
    "format": "integer"
  },
  "daysTracked": {
    "label": "daysTracked",
    "format": "integer"
  },
  "followerSpikeFlag": {
    "label": "followerSpikeFlag",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

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