# Monthly Instagram benchmark for 3 competitors

**Use case:** 

Build a monthly Instagram competitor benchmark for a client: posting cadence, format mix, engagement by format, top posts and caption hooks per brand.

## Input

```json
{
  "handles": [
    "sephora",
    "glossier",
    "fentybeauty"
  ],
  "maxPostsPerHandle": 15,
  "lookbackDays": 30,
  "includeTopPostUrls": true,
  "upstreamActorId": "apify/instagram-scraper"
}
```

## Output

```json
{
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "postCount": {
    "label": "Post count",
    "format": "number"
  },
  "cadence": {
    "label": "Cadence",
    "format": "object"
  },
  "formatMix": {
    "label": "Format mix",
    "format": "object"
  },
  "analyzedAt": {
    "label": "Analyzed at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Competitor Analysis & Content Report](https://apify.com/davidbenittah/instagram-competitor-content-report) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/instagram-competitor-content-report) to learn more, explore other use cases, and run it yourself.