# Competitor Instagram Reel Performance Tracker

**Use case:** 

Monitor National Geographic's reel performance with metrics including plays, likes, comments, and captions. Gain insights into content engagement.

## Input

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

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