# Grew Fast - Did The Audience Come With It?

**Use case:** 

Accounts that added followers quickly, checked on whether reach kept up.

## Input

```json
{
  "profiles": [
    "Ripple",
    "binance",
    "coinbase"
  ],
  "maxItems": 3
}
```

## Output

```json
{
  "whatIFound": {
    "label": "What I found",
    "format": "string"
  },
  "screenName": {
    "label": "Handle",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "typicalViews": {
    "label": "Views on a typical post",
    "format": "number"
  },
  "watchRatePct": {
    "label": "Followers who see a post (%)",
    "format": "number"
  },
  "likeRatePct": {
    "label": "Followers who like a post (%)",
    "format": "number"
  },
  "listedPer100kFollowers": {
    "label": "Lists per 100k followers",
    "format": "number"
  },
  "followersPerDay": {
    "label": "Followers a day, on average",
    "format": "number"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [X Audience Check - Real Followers Or Just A Number?](https://apify.com/reapx/x-audience-check) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/x-audience-check) to learn more, explore other use cases, and run it yourself.