# Growing Fast On X. Is Engagement Keeping Up?

**Use case:** 

Track if rapid follower gains on X turn into meaningful replies and shares. Make sure your account interaction stays high as you grow.

## Input

```json
{
  "profiles": [
    "sama"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "screen_name": {
    "label": "screen_name",
    "format": "string"
  },
  "name": {
    "label": "name",
    "format": "string"
  },
  "followers_count": {
    "label": "followers_count",
    "format": "integer"
  },
  "friends_count": {
    "label": "friends_count",
    "format": "integer"
  },
  "statuses_count": {
    "label": "statuses_count",
    "format": "integer"
  },
  "verified": {
    "label": "verified",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

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