# That 40k Follower Jump On X - Organic Or Bought?

**Use case:** 

Uncover if a sudden X follower surge came from a viral thread or fake bot accounts. Know the truth behind fast audience growth.

## Input

```json
{
  "profiles": [
    "swyx"
  ],
  "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.