# Nike Instagram Reels Scraper

**Use case:** 

Scrape Nike (@nike) latest public Instagram reels with view counts, likes, comments, captions, audio, duration and video URLs.

## Input

```json
{
  "maxItems": 30,
  "withDetails": true,
  "usernames": [
    "nike"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "ownerUsername": {
    "label": "Owner",
    "format": "text"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "viewCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "duration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "takenAt": {
    "label": "Posted",
    "format": "date"
  },
  "musicTitle": {
    "label": "Audio",
    "format": "text"
  },
  "musicArtist": {
    "label": "Artist",
    "format": "text"
  },
  "videoUrl": {
    "label": "Video",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Reels Scraper: Views, Likes & Audio](https://apify.com/scrapers_lat/instagram-reels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/instagram-reels-scraper) to learn more, explore other use cases, and run it yourself.