# Spot The Creators Quietly Sliding Before Renewal

**Use case:** 

Identify creators with below-peer engagement rates across their recent 12 posts before contract discussions.

## Input

```json
{
  "username": "nasa",
  "profiles": [
    "cristiano",
    "taylorswift"
  ],
  "includeRecentPosts": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxItems": 50
}
```

## Output

```json
{
  "username": {
    "label": "username",
    "format": "string"
  },
  "fullName": {
    "label": "fullName",
    "format": "string"
  },
  "followerCount": {
    "label": "followerCount",
    "format": "integer"
  },
  "engagementRate": {
    "label": "engagementRate",
    "format": "number"
  },
  "engagementRateVsPeers": {
    "label": "engagementRateVsPeers",
    "format": "number"
  },
  "postPerformanceIndex": {
    "label": "postPerformanceIndex",
    "format": "number"
  },
  "ghostFollowerShare": {
    "label": "ghostFollowerShare",
    "format": "number"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Engagement Rate Calculator & Follower Check](https://apify.com/reapx/instagram-creator-check) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/instagram-creator-check) to learn more, explore other use cases, and run it yourself.