# Export an account's reels with view counts

**Use case:** 

Download a profile's reels with views, likes and comments to benchmark video performance.

## Input

```json
{
  "username": "natgeo",
  "limit": 100
}
```

## Output

```json
{
  "position": {
    "label": "#",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "comments": {
    "label": "Comments",
    "format": "integer"
  },
  "mediaType": {
    "label": "Type",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  }
}
```

## About this Actor

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