# AI Sentiment Analysis of Instagram Comments-Track Reactions

**Use case:** Analyze sentiment

Scrape Instagram comments and feed them to AI to detect tone, classify reactions, and track sentiment shifts in real time. Turn fan chatter into clear signals.

## Input

```json
{
  "directUrls": [
    "https://www.instagram.com/p/C4GA3MHsuyR/"
  ],
  "resultsLimit": 2000
}
```

## 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.