# A Person Or A Logo - Which Reaches Further?

**Use case:** 

The same audience behaves differently for a person and for a brand.

## Input

```json
{
  "profiles": [
    "elonmusk",
    "Tesla",
    "tim_cook",
    "Apple"
  ],
  "maxItems": 4
}
```

## 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.