# Find top-performing reels for content research

**Use case:** 

Pull an account's best reels by engagement to model your own short-form content strategy.

## Input

```json
{
  "username": "redbull",
  "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.