# Monitor Brand Instagram Engagement

**Use case:** 

Track brand Instagram accounts: follower counts plus recent-post likes, comments, media and timestamps to compute engagement-rate KPIs. Benchmark competitors an

## Input

```json
{
  "queries": [
    "@nike",
    "@adidas",
    "@starbucks"
  ],
  "searchType": "profiles",
  "maxResults": 10,
  "maxResultsPerQuery": 0,
  "maxPostsPerProfile": 6
}
```

## Output

```json
{
  "shortcode": {
    "label": "Shortcode",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "text"
  },
  "comments": {
    "label": "Comments",
    "format": "text"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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