# Download Instagram highlight reels and covers

**Use case:** 

Download an Instagram account's highlight reels and cover images. Set how many highlights to fetch per account and expand each into its media.

## Input

```json
{
  "usernames": [
    "nike"
  ],
  "includeStories": false,
  "includeHighlights": true,
  "expandHighlightItems": true,
  "maxHighlightsPerUser": 5,
  "compactOutput": false,
  "concurrency": 4,
  "delayBetweenRequests": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "status": {
    "label": "Status"
  },
  "isPrivate": {
    "label": "Private"
  },
  "isAccessible": {
    "label": "Accessible"
  },
  "storyCount": {
    "label": "Stories"
  },
  "highlightCount": {
    "label": "Highlights"
  }
}
```

## About this Actor

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