# Best posting hours of your Instagram competitors

**Use case:** 

Find the hours of the day when competitor Instagram posts collect the most likes and comments, with posting cadence and engagement rate by format.

## Input

```json
{
  "handles": [
    "gymshark",
    "duolingo"
  ],
  "maxPostsPerHandle": 30,
  "lookbackDays": 60,
  "includeTopPostUrls": false,
  "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.