# Last Quarter's Winners - Are They Still Winning?

**Use case:** 

Don't assume last season's top creator is still hitting. Check if their post reach is still climbing or if fake followers started creeping in.

## Input

```json
{
  "handles": [
    "mimiermaker"
  ],
  "maxCreators": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "canonicalHandle": {
    "label": "canonicalHandle",
    "format": "string"
  },
  "credibilityScore": {
    "label": "credibilityScore",
    "format": "number"
  },
  "verified": {
    "label": "verified",
    "format": "boolean"
  },
  "engagementRate": {
    "label": "engagementRate",
    "format": "number"
  },
  "followerCount": {
    "label": "followerCount",
    "format": "integer"
  },
  "followerGrowth30d": {
    "label": "followerGrowth30d",
    "format": "string"
  },
  "followerSpikeFlag": {
    "label": "followerSpikeFlag",
    "format": "boolean"
  },
  "commentAuthorRepeatRate": {
    "label": "commentAuthorRepeatRate",
    "format": "number"
  },
  "daysTracked": {
    "label": "daysTracked",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Influencer Fake Followers Check - Real Or All Bots?](https://apify.com/reapx/creator-credibility-scorer) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/creator-credibility-scorer) to learn more, explore other use cases, and run it yourself.