# Check Your Own X Account Before A Brand Does

**Use case:** 

Catch bot followers and inactive accounts on your profile first. Clean up your account metrics before potential sponsors take a look.

## Input

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