# Sponsored fitness influencer Reels engagement metrics

**Use case:** 

Track engagement metrics to evaluate the effectiveness of influencer collaborations and campaign performance.

## Input

```json
{
  "username": [
    "myprotein",
    "myproteinuk"
  ],
  "resultsLimit": 12,
  "onlyPostsNewerThan": "90 days",
  "skipPinnedPosts": true,
  "skipTrialReels": false,
  "includeSharesCount": true,
  "includeTranscript": false,
  "includeDownloadedVideo": false
}
```

## Output

```json
{
  "displayUrl": {
    "label": "Post",
    "format": "image"
  },
  "caption": {
    "label": "Text",
    "format": "text"
  },
  "ownerFullName": {
    "label": "Author",
    "format": "text"
  },
  "ownerUsername": {
    "label": "Author username",
    "format": "text"
  },
  "url": {
    "label": "Post URL",
    "format": "text"
  },
  "commentsCount": {
    "label": "Number of comments",
    "format": "text"
  },
  "firstComment": {
    "label": "First comment"
  },
  "likesCount": {
    "label": "Number of likes",
    "format": "text"
  },
  "timestamp": {
    "label": "Posted on",
    "format": "text"
  },
  "queryTag": {
    "label": "Query tag"
  }
}
```

## About this Actor

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