# Viral Instagram Reels Metrics Analysis

**Use case:** 

Analyze key metrics of viral Instagram reels from user profiles. Get data on plays, likes, comments, and more for specified accounts.

## Input

```json
{
  "usernames": [
    "natgeo"
  ],
  "startUrls": [],
  "resultsLimit": 50,
  "onlyPostsNewerThan": "",
  "skipPinnedPosts": false
}
```

## Output

```json
{
  "owner": {
    "label": "Owner"
  },
  "shortcode": {
    "label": "Shortcode"
  },
  "plays": {
    "label": "Plays"
  },
  "likes": {
    "label": "Likes"
  },
  "comments": {
    "label": "Comments"
  },
  "videoDuration": {
    "label": "Video Duration"
  },
  "takenAt": {
    "label": "Taken At"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Reel Scraper V2](https://apify.com/myagizm/instagram-reel-scraper-v2) with a specific input configuration. Visit the [Actor detail page](https://apify.com/myagizm/instagram-reel-scraper-v2) to learn more, explore other use cases, and run it yourself.