# Instagram Comments Scraper - Export Comments

**Use case:** 

Run Instagram Comments Scraper - Export Comments on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "mode": "comments",
  "inputs": [
    "https://www.instagram.com/p/C8xY1zAbCdE/"
  ],
  "commentsLimit": 100,
  "includeReplies": false,
  "searchType": "top",
  "skipPinnedPosts": false,
  "maxResultsPerInput": 30,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "sessionCookies": []
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "text"
  },
  "owner_username": {
    "label": "Owner",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "like_count": {
    "label": "Likes",
    "format": "number"
  },
  "comment_count": {
    "label": "Comments",
    "format": "number"
  },
  "video_view_count": {
    "label": "Views",
    "format": "number"
  },
  "taken_at": {
    "label": "Posted at",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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