# Track Competitor Instagram Content Strategy

**Use case:** 

Monitor the latest Instagram posts from key competitors to analyze their content types, engagement drivers, and posting frequency. Gain competitive intelligence

## Input

```json
{
  "postUrls": [
    "https://www.instagram.com/p/DT7X9OJEi4R/",
    "https://www.instagram.com/reel/DT8x3rUEm_x/"
  ],
  "maxPosts_per_username": 5,
  "usernames": [
    "nike",
    "adidas",
    "underarmour"
  ]
}
```

## Output

```json
{
  "filename": {
    "label": "Filename"
  },
  "post_url": {
    "label": "Post url"
  },
  "username": {
    "label": "Username"
  },
  "type": {
    "label": "Type"
  },
  "download_status": {
    "label": "Download status"
  },
  "downloaded_at": {
    "label": "Downloaded at"
  },
  "download_url": {
    "label": "Download url"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Downloader Api](https://apify.com/crawlerbros/instagram-downloader-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/instagram-downloader-api) to learn more, explore other use cases, and run it yourself.