# Instagram Reels Scraper: Every Reel from a Creator

**Use case:** 

Instagram reels scraper for creator audits: play counts, likes, comments, music metadata, and direct video URLs. Reels-only, no posts noise, no login.

## Input

```json
{
  "profiles": [
    "addisonraee"
  ],
  "results_type": "reels",
  "max_items_per_profile": 100,
  "profile_concurrency": 5,
  "strict_author_match": true,
  "trim": false
}
```

## Output

```json
{
  "shortcode": {
    "label": "Shortcode",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "author.handle": {
    "label": "Author",
    "format": "text"
  },
  "stats.views": {
    "label": "Views",
    "format": "number"
  },
  "stats.ig_plays": {
    "label": "IG plays (when split out)",
    "format": "number"
  },
  "stats.likes": {
    "label": "Likes",
    "format": "number"
  },
  "stats.comments": {
    "label": "Comments",
    "format": "number"
  },
  "stats.engagement_total": {
    "label": "Total engagement",
    "format": "number"
  },
  "stats.likes_disabled": {
    "label": "Likes hidden",
    "format": "boolean"
  },
  "stats.comments_disabled": {
    "label": "Comments off",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Content Scraper - Posts + Reels [NO LOGIN] ✅](https://apify.com/unseenuser/ig-posts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/ig-posts) to learn more, explore other use cases, and run it yourself.