# Scrape Beauty Influencer Reels — Instagram Spy

**Use case:** 

Scrape Instagram Reels from top beauty influencers. Extract views, likes, shares, music, hashtags, owner stats.

## Input

```json
{
  "username": [
    "hudabeauty",
    "nikkietutorials",
    "jamescharles"
  ],
  "resultsLimit": 15,
  "skipPinnedPosts": false,
  "includeSharesCount": true,
  "includeOwnerStats": true,
  "includeTranscript": false,
  "includeDownloadedVideo": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "ownerUsername": {
    "label": "Username",
    "format": "text"
  },
  "ownerIsVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "ownerFollowersCount": {
    "label": "Followers",
    "format": "number"
  },
  "shortCode": {
    "label": "Short Code",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "videoPlayCount": {
    "label": "Plays",
    "format": "number"
  },
  "sharesCount": {
    "label": "Shares",
    "format": "number"
  },
  "videoDuration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "timestamp": {
    "label": "Posted At",
    "format": "datetime"
  },
  "isPinned": {
    "label": "Pinned",
    "format": "boolean"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "musicTitle": {
    "label": "Music",
    "format": "text"
  },
  "musicArtist": {
    "label": "Artist",
    "format": "text"
  },
  "locationName": {
    "label": "Location",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags"
  },
  "engagementRate": {
    "label": "Engagement %",
    "format": "number"
  }
}
```

## About this Actor

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