# Compare Instagram engagement across competitor brands

**Use case:** 

Compare engagement rate, Reels views, and per-1K benchmarks across brand accounts. See how competitor partnerships actually perform before pitching.

## Input

```json
{
  "usernames": [
    "nike",
    "adidas",
    "puma"
  ],
  "maxFeedPosts": 72,
  "maxReels": 36
}
```

## Output

```json
{
  "profilePicUrl": {
    "label": "Photo",
    "format": "image"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "feed_avg_engagement_rate_by_followers": {
    "label": "Feed ER %",
    "format": "number"
  },
  "reels_engagement_rate_by_views": {
    "label": "Reels ER %",
    "format": "number"
  },
  "interactions_per_1k_followers": {
    "label": "Interactions / 1K followers",
    "format": "number"
  },
  "feed_count": {
    "label": "Feed posts analyzed",
    "format": "number"
  },
  "reels_count": {
    "label": "Reels analyzed",
    "format": "number"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Influencer Engagement Scraper](https://apify.com/phantom_coder/instagram-engagement-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/phantom_coder/instagram-engagement-scraper) to learn more, explore other use cases, and run it yourself.