# See What You Get Before You Spend

**Use case:** 

A small set of well known accounts so you can read the output before running your own list.

## Input

```json
{
  "profiles": [
    "nasa",
    "nytimes",
    "github"
  ],
  "maxItems": 3
}
```

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