# Audience sentiment on Disney+ movie announcement

**Use case:** 

Analyze comment tone and engagement to measure audience reactions and enthusiasm.

## Input

```json
{
  "directUrls": [
    "https://www.instagram.com/p/DS-VevmEtH3/",
    "https://www.instagram.com/p/DTI2yZRie5d/"
  ],
  "resultsLimit": 5,
  "includeNestedComments": true
}
```

## Output

```json
{
  "id": {
    "label": "Comment ID",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "timestamp": {
    "label": "Commented on",
    "format": "string"
  },
  "ownerUsername": {
    "label": "Commenter",
    "format": "string"
  },
  "ownerProfilePicUrl": {
    "label": "Commenter profile picture",
    "format": "string"
  },
  "postUrl": {
    "label": "Post url",
    "format": "string"
  }
}
```

## About this Actor

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