# Lifestyle influencer engagement metrics

**Use case:** 

Evaluate engagement and audience consistency to identify authentic creators for partnerships.

## Input

```json
{
  "username": [
    "crossfit"
  ],
  "resultsLimit": 10,
  "onlyPostsNewerThan": "100 days",
  "skipPinnedPosts": false,
  "skipTrialReels": false,
  "includeSharesCount": true,
  "includeTranscript": true,
  "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.