# Compare Instagram Post Comments

**Use case:** 

Collect public comments from multiple Instagram posts to compare audiences, replies, likes, timestamps, and post-level engagement context.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.instagram.com/p/DN8-GjPkgjS/"
    },
    {
      "url": "https://www.instagram.com/instagram/p/DbbY9pdm6Q2/"
    }
  ],
  "maxItems": 10,
  "maxLoadMoreAttempts": 6
}
```

## Output

```json
{
  "postUrl": {
    "label": "Post URL",
    "format": "string"
  },
  "postShortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "ownerUsername": {
    "label": "Username",
    "format": "string"
  },
  "text": {
    "label": "Comment",
    "format": "string"
  },
  "postedAtText": {
    "label": "Posted",
    "format": "string"
  },
  "likesCount": {
    "label": "Likes",
    "format": "integer"
  },
  "repliesCount": {
    "label": "Replies",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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