# Instagram Comments Data Extractor

**Use case:** 

Extract comments from specified Instagram posts. Receive detailed insights, including likes and author information.

## Input

```json
{
  "postUrls": [
    "https://www.instagram.com/reel/DR5fmMgEjWs/",
    "https://www.instagram.com/p/DP1ewP1EbyD"
  ],
  "maxCommentsPerPost": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  },
  "authorUsername": {
    "label": "Username",
    "format": "text"
  },
  "text": {
    "label": "Comment",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "timestamp": {
    "label": "Posted At",
    "format": "text"
  }
}
```

## About this Actor

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