# Instagram Comments Extractor for Post Insights

**Use case:** 

Extract up to 50 comments from a specific Instagram post, including likes, user profiles, and replies for insights on engagement.

## Input

```json
{
  "urls": [
    "https://www.instagram.com/p/DZz9FpYMK6d/"
  ],
  "results_wanted": 50,
  "maxPages": 5
}
```

## Output

```json
{
  "Comment Text": {
    "label": "Comment Text",
    "format": "string"
  },
  "Comment Media": {
    "label": "Comment Media",
    "format": "string"
  },
  "Comment Date": {
    "label": "Comment Date",
    "format": "string"
  },
  "Comment Likes": {
    "label": "Comment Likes",
    "format": "string"
  },
  "Author Username": {
    "label": "Author Username",
    "format": "string"
  },
  "Author ID": {
    "label": "Author ID",
    "format": "string"
  },
  "Author URL": {
    "label": "Author URL",
    "format": "string"
  },
  "Author Is Verified": {
    "label": "Author Is Verified",
    "format": "string"
  },
  "Is Reply": {
    "label": "Is Reply",
    "format": "string"
  },
  "Parent Comment ID": {
    "label": "Parent Comment ID",
    "format": "string"
  },
  "Has Replies": {
    "label": "Has Replies",
    "format": "string"
  },
  "Reply Count": {
    "label": "Reply Count",
    "format": "string"
  }
}
```

## About this Actor

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