# Monitor Brand Content and Audience Reactions on Instagram

**Use case:** 

Extract Instagram posts and their comments in a single run to monitor brand content, audience reactions, and engagement.

## Input

```json
{
  "profiles": [
    "nike"
  ],
  "resultsPerProfile": 20,
  "includeComments": true,
  "commentsSortOrder": "popular",
  "commentsLimit": 10
}
```

## Output

```json
{
  "thumbnail_url": {
    "label": "🖼️ Thumbnail",
    "format": "string"
  },
  "id": {
    "label": "🆔 Media ID",
    "format": "string"
  },
  "code": {
    "label": "🔗 Shortcode",
    "format": "string"
  },
  "url": {
    "label": "🌐 URL",
    "format": "string"
  },
  "author_username": {
    "label": "👤 Username",
    "format": "string"
  },
  "author_full_name": {
    "label": "🏷️ Full Name",
    "format": "string"
  },
  "caption_text": {
    "label": "📝 Caption",
    "format": "string"
  },
  "taken_at": {
    "label": "⏱️ Posted At",
    "format": "integer"
  },
  "like_count": {
    "label": "❤️ Likes",
    "format": "integer"
  },
  "comment_count": {
    "label": "💬 Comments",
    "format": "integer"
  },
  "product_type": {
    "label": "🏷️ Product Type",
    "format": "string"
  },
  "media_type": {
    "label": "📦 Media Type",
    "format": "string"
  },
  "is_paid_partnership": {
    "label": "💼 Sponsored",
    "format": "boolean"
  },
  "location_name": {
    "label": "📍 Location",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Profile Posts & Comments Scraper | No cookies](https://apify.com/krazee_kaushik/instagram-profile-posts-and-comments-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/krazee_kaushik/instagram-profile-posts-and-comments-scraper) to learn more, explore other use cases, and run it yourself.