# Analyze Industry Leader Instagram Reels

**Use case:** 

Download and analyze recent Reels from prominent figures or brands in your industry to understand their short-form video strategies. This allows content creator

## Input

```json
{
  "postUrls": [
    "https://www.instagram.com/p/DT7X9OJEi4R/",
    "https://www.instagram.com/reel/DT8x3rUEm_x/"
  ],
  "maxPosts_per_username": 7,
  "usernames": [
    "garyvee",
    "neilpatel",
    "socialmediamarketer"
  ]
}
```

## 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.