# Their Media Kit Says 5%. Does X Agree?

**Use case:** 

Check if an X creator's claimed engagement matches actual profile activity. Stop paying premium fees for accounts with dead replies.

## Input

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