# Instagram Comment Scraper Lite (`alpha-scraper/instagram-comment-scraper-lite`) Actor

Extract comments from Instagram posts and reels using one or multiple URLs. Instagram Reel Comments Scraper,Collect comment text, author username, likes, timestamps, profile information, reply counts, and more. Ideal for audience research, engagement analysis, sentiment tracking, and monitoring.

- **URL**: https://apify.com/alpha-scraper/instagram-comment-scraper-lite.md
- **Developed by:** [Alpha Scraper](https://apify.com/alpha-scraper) (community)
- **Categories:** Social media, Videos, Integrations
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.20 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

---
## 🚀 Instagram Comment Scraper Lite

### 📌 Overview

**Instagram Comment Scraper Lite** is a powerful Instagram comment extraction tool that helps users collect comments from public Instagram posts and reels quickly and efficiently.

Simply provide one or multiple Instagram post URLs, choose the maximum number of comments you want to extract, and receive structured comment data ready for analysis, research, sentiment tracking, audience insights, engagement monitoring, lead generation, marketing intelligence, and data collection workflows.

Whether you are a marketer, researcher, agency, brand manager, influencer, social media analyst, or developer, this tool makes Instagram comment collection simple and scalable.


---

### 📈 Keywords

Instagram Comment Scraper,
Instagram Comments Extractor,
Instagram Post Comments Scraper,
Instagram Reel Comments Scraper,
Instagram Comment Data Export,
Instagram Engagement Analysis,
Instagram Audience Research,
Instagram Comment Mining,
Instagram Comment Collector,
Instagram Marketing Data,
Instagram Analytics Tool,
Instagram Sentiment Analysis,
Instagram Social Media Scraper,
Instagram User Feedback Extraction,
Instagram Comment Dataset,
Instagram Research Tool,
Instagram Comment Export API,
Instagram Comment Monitoring,
Instagram Audience Insights,
Instagram Engagement Tracking,
Instagram Public Comment Extraction,
Instagram Data Collection,
Instagram Comment Intelligence,
Instagram Social Listening,
Instagram Community Analysis,
Instagram Comment Analytics,
Instagram Content Research,
Instagram Marketing Research,
Instagram Brand Monitoring,
Instagram Competitive Analysis.



---

### 🔥 Why Use Instagram Comment Scraper Lite?

Instagram comments contain valuable audience insights.

Businesses and creators use comments to:

✅ Analyze audience opinions

✅ Measure engagement levels

✅ Monitor customer feedback

✅ Track brand reputation

✅ Discover user interests

✅ Identify potential leads

✅ Collect user-generated content

✅ Research competitors

✅ Monitor campaign performance

✅ Perform sentiment analysis

✅ Build datasets for AI and analytics

---

### ⭐ Main Features

#### 📥 Extract Comments from Instagram Posts

Collect comments from Instagram posts using a direct URL.

#### 🎬 Extract Comments from Instagram Reels

Supports Instagram reel URLs as well.

#### 🔗 Multiple URL Support

Run multiple Instagram post URLs in a single actor execution.

#### ⚡ Fast Data Collection

Collect large volumes of comment data efficiently.

#### 📊 Structured Output

Receive clean and organized JSON output.

#### 🎯 Adjustable Comment Limits

Choose how many comments should be collected per URL.

#### 📝 Comment Metadata Included

Get useful information associated with every comment.

#### 👤 Comment Author Information

Extract details about users who posted comments.

#### 📅 Timestamp Information

Collect comment publishing dates and times.

#### ❤️ Engagement Metrics

Capture comment likes and engagement-related fields.

#### 🔄 Bulk Processing

Process multiple Instagram posts simultaneously.

#### 📦 Ready for Automation

Use output data in dashboards, analytics platforms, databases, AI workflows, spreadsheets, and custom applications.

---

### 🎯 Perfect For

### Digital Marketers

Analyze audience reactions to marketing campaigns.

### Social Media Managers

Monitor engagement and community interactions.

### Influencer Marketing Agencies

Evaluate audience quality and engagement patterns.

### Researchers

Study user behavior and social interactions.

### Brands

Track customer feedback and public opinions.

### Data Analysts

Build engagement and sentiment datasets.

### AI Developers

Create training datasets from Instagram conversations.

### Growth Teams

Discover audience interests and trending discussions.

---

### 📥 Input

The actor accepts one or multiple Instagram post URLs.

### Input Example

```json
{
   
    "startUrls": [
        {
            "url": "https://www.instagram.com/reel/DHnMo4KoIqD/"
        },
        {
            "url": "https://www.instagram.com/p/DZp5vZeCPpB/"
        }
    ]

     "maxCommentsPerUrl": 5,
}
````

***

## 📤 Output

The actor returns comment-level records for each extracted comment.

### Output Example

```json
{
  "comment_id": "180123456789",
  "text": "Amazing content!",
  "created_at": "2026-07-22T12:00:00Z",
  "like_count": 25,
  "child_comment_count": 2,
  "did_report_as_spam": false,
  "has_liked_comment": false,
  "pk": "123456789",
  "is_covered": false,
  "giphy_media_info": null,
  "is_edited": false,
  "comment_like_count": 25,
  "__typename": "XDTCommentDict",
  "is_verified": true,
  "id": "123456789",
  "is_unpublished": false,
  "profile_pic_url": "https://...",
  "commented_author_username": "john_doe",
  "fbid_v2": "123456789",
  "user_id": "123456789",
  "post_url": "https://www.instagram.com/p/ABC123/",
  "post_author_username": "brand_account"
}
```

***

### Output Example from output :

```json
[
  {
    "comment_id": "18106925095806918",
    "text": "Are you virgin",
    "created_at": "2026-06-30T18:41:17Z",
    "like_count": 6,
    "child_comment_count": 0,
    "did_report_as_spam": false,
    "has_liked_comment": false,
    "pk": "60047946257",
    "is_covered": false,
    "giphy_media_info": null,
    "is_edited": false,
    "comment_like_count": 6,
    "__typename": "XIGComment",
    "is_verified": false,
    "id": "60047946257",
    "is_unpublished": false,
    "profile_pic_url": "https://scontent.cdninstagram.com/v/t51.2885-19/573323465_1219825463302212_7278921664109726296_n.png?stp=dst-jpg_e0_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xNTAuYzIifQ&_nc_ht=scontent.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2gHJe5qNTcjgskKhovcNVoHl2snxY-ihBvgfkTZBKx7ZOkB_LZah7Fx9H09cfGO3dFA&_nc_ohc=OXRwR8WfJ54Q7kNvwFKI4JJ&_nc_gid=VpWGgxxtuf1Bayuc8tWDow&edm=AJFGJLkBAAAA&ccb=7-5&ig_cache_key=YW5vbnltb3VzX3Byb2ZpbGVfcGlj.3-ccb7-5&oh=00_AQATbo1wdfYQgLbe7ki4umlTJefmKl-8E1acJ44CgpcEZg&oe=6A67BD2A&_nc_sid=2c2bc7",
    "commented_author_username": "_wukhratovic_",
    "fbid_v2": null,
    "user_id": "60047946257",
    "post_url": "https://www.instagram.com/reel/DHnMo4KoIqD/",
    "post_author_username": null
  },
  {
    "comment_id": "18107379544789786",
    "text": "",
    "created_at": "2026-06-30T12:49:10Z",
    "like_count": 8,
    "child_comment_count": 0,
    "did_report_as_spam": false,
    "has_liked_comment": false,
    "pk": "71214473740",
    "is_covered": false,
    "giphy_media_info": {
      "first_party_cdn_proxied_images": {
        "fixed_height": {
          "url": "https://cdn.fbsbx.com/v/t59.2708-21/630773508_915881531021374_6939237145221580526_n.gif?_nc_cat=107&ccb=1-7&_nc_sid=9dcd69&_nc_ohc=AGascxdfkXAQ7kNvwGUW7Sd&_nc_oc=AdqxMVlJZBxSSLGXBUTzaQJ_zHk6AQPV7Gwnj_Td_98Yclrfx6PjtZvYSVrdbVokOs0&_nc_zt=7&_nc_ht=cdn.fbsbx.com&_nc_gid=PA3j_MHcycvcNWP8jGSEIw&_nc_ss=7f289&oh=03_Q7cD5wGJcHuut84CBViz5Ud082kQJARAXBjQvWGerJEd56x45A&oe=6A63EE10"
        }
      },
      "images": {
        "fixed_height": {
          "url": "https://static.cdninstagram.com/rsrc.php/v4/yr/r/xg_5YoVlvjp.gif"
        }
      },
      "id": "1693378175215353"
    },
    "is_edited": false,
    "comment_like_count": 8,
    "__typename": "XIGComment",
    "is_verified": false,
    "id": "71214473740",
    "is_unpublished": false,
    "profile_pic_url": "https://scontent-lga3-1.cdninstagram.com/v/t51.82787-19/734211597_17924463993369741_5227793908635888553_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43MTIuYzIifQ&_nc_ht=scontent-lga3-1.cdninstagram.com&_nc_cat=109&_nc_oc=Q6cZ2gH5-4gEDFg6DXmoDsmSaUiM4iwkA9zTmmYWBaVGVkDzbIZTb5mYdhL3AISdfn8PHR8&_nc_ohc=Kp2VOj-ij8kQ7kNvwEJR3l2&_nc_gid=PA3j_MHcycvcNWP8jGSEIw&edm=APs17CUBAAAA&ccb=7-5&oh=00_AQDGV4bb2mQNb2rI7XgoLUC5Zw3aohDWIUq8VsAXOdVLgg&oe=6A67DD60&_nc_sid=10d13b",
    "commented_author_username": "jhonlee_cy",
    "fbid_v2": null,
    "user_id": "71214473740",
    "post_url": "https://www.instagram.com/reel/DHnMo4KoIqD/",
    "post_author_username": null
  },
  {
    "comment_id": "18078540020669205",
    "text": "Please coming india",
    "created_at": "2026-06-30T09:03:01Z",
    "like_count": 8,
    "child_comment_count": 0,
    "did_report_as_spam": false,
    "has_liked_comment": false,
    "pk": "64530775538",
    "is_covered": false,
    "giphy_media_info": null,
    "is_edited": false,
    "comment_like_count": 8,
    "__typename": "XIGComment",
    "is_verified": false,
    "id": "64530775538",
    "is_unpublished": false,
    "profile_pic_url": "https://scontent-lga3-1.cdninstagram.com/v/t51.82787-19/752787057_17961050097151539_8668496552661469333_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-lga3-1.cdninstagram.com&_nc_cat=103&_nc_oc=Q6cZ2gH5-4gEDFg6DXmoDsmSaUiM4iwkA9zTmmYWBaVGVkDzbIZTb5mYdhL3AISdfn8PHR8&_nc_ohc=YON_ImfJaFcQ7kNvwF9ikU1&_nc_gid=PA3j_MHcycvcNWP8jGSEIw&edm=APs17CUBAAAA&ccb=7-5&oh=00_AQDh88dOouL-kB7F7mxUToZJzyZVOWQen5UeaAAnhX6Q_g&oe=6A67DF8F&_nc_sid=10d13b",
    "commented_author_username": "luckythehackerr",
    "fbid_v2": null,
    "user_id": "64530775538",
    "post_url": "https://www.instagram.com/reel/DHnMo4KoIqD/",
    "post_author_username": null
  },
  {
    "comment_id": "17894559867510019",
    "text": "",
    "created_at": "2026-06-29T08:15:19Z",
    "like_count": 2,
    "child_comment_count": 0,
    "did_report_as_spam": false,
    "has_liked_comment": false,
    "pk": "59224605585",
    "is_covered": false,
    "giphy_media_info": {
      "first_party_cdn_proxied_images": {
        "fixed_height": {
          "url": "https://cdn.fbsbx.com/v/t59.2708-21/634156086_789184530867213_6944654847024176167_n.gif?_nc_cat=105&ccb=1-7&_nc_sid=9dcd69&_nc_ohc=bOnghtBWhBkQ7kNvwGvmbD7&_nc_oc=AdoNyH43FjMLs_2hRolHx-pMM6WhHVTUunCev1jMtvfTzsIy4pIjWSNxCRACs38DpRs&_nc_zt=7&_nc_ht=cdn.fbsbx.com&_nc_gid=PA3j_MHcycvcNWP8jGSEIw&_nc_ss=7f289&oh=03_Q7cD5wGwdXK41s15qC7MJL-0Vmiq3K5-xKjWOZ9eLutn9g2faA&oe=6A63E93E"
        }
      },
      "images": {
        "fixed_height": {
          "url": "https://static.cdninstagram.com/rsrc.php/v4/yr/r/xg_5YoVlvjp.gif"
        }
      },
      "id": "1373569524634924"
    },
    "is_edited": false,
    "comment_like_count": 2,
    "__typename": "XIGComment",
    "is_verified": false,
    "id": "59224605585",
    "is_unpublished": false,
    "profile_pic_url": "https://scontent-lga3-1.cdninstagram.com/v/t51.82787-19/674388308_17987639339973586_4417311308032269311_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-lga3-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2gH5-4gEDFg6DXmoDsmSaUiM4iwkA9zTmmYWBaVGVkDzbIZTb5mYdhL3AISdfn8PHR8&_nc_ohc=_y47mhBsvd4Q7kNvwEvs-IJ&_nc_gid=PA3j_MHcycvcNWP8jGSEIw&edm=APs17CUBAAAA&ccb=7-5&oh=00_AQB-wZvt7wOjeJprziH3KrZuO2lvXFl4P0F0nc3GgRGwbw&oe=6A67DA4E&_nc_sid=10d13b",
    "commented_author_username": "jahongir__340",
    "fbid_v2": null,
    "user_id": "59224605585",
    "post_url": "https://www.instagram.com/reel/DHnMo4KoIqD/",
    "post_author_username": null
  },
  {
    "comment_id": "17906780541441478",
    "text": "Entendi nada",
    "created_at": "2026-06-26T13:02:30Z",
    "like_count": 11,
    "child_comment_count": 0,
    "did_report_as_spam": false,
    "has_liked_comment": false,
    "pk": "1538108744",
    "is_covered": false,
    "giphy_media_info": null,
    "is_edited": false,
    "comment_like_count": 11,
    "__typename": "XIGComment",
    "is_verified": false,
    "id": "1538108744",
    "is_unpublished": false,
    "profile_pic_url": "https://scontent-lga3-2.cdninstagram.com/v/t51.82787-19/723918065_18594463687060745_8542422974883086188_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby4xMDgwLmMyIn0&_nc_ht=scontent-lga3-2.cdninstagram.com&_nc_cat=105&_nc_oc=Q6cZ2gH5-4gEDFg6DXmoDsmSaUiM4iwkA9zTmmYWBaVGVkDzbIZTb5mYdhL3AISdfn8PHR8&_nc_ohc=_9AL_PdvtEkQ7kNvwGXxJVJ&_nc_gid=PA3j_MHcycvcNWP8jGSEIw&edm=APs17CUBAAAA&ccb=7-5&oh=00_AQC-lY1MOlyc75FChm3C7zzjuO-VDE4C8m3jQjPJWuOlpA&oe=6A67C358&_nc_sid=10d13b",
    "commented_author_username": "thiago_nocode",
    "fbid_v2": null,
    "user_id": "1538108744",
    "post_url": "https://www.instagram.com/reel/DHnMo4KoIqD/",
    "post_author_username": null
  },
  {
    "comment_id": "18087308852145818",
    "text": "❤️❤️",
    "created_at": "2026-07-23T08:57:33Z",
    "like_count": 0,
    "child_comment_count": 0,
    "did_report_as_spam": false,
    "has_liked_comment": false,
    "pk": "19245097662",
    "is_covered": false,
    "giphy_media_info": null,
    "is_edited": false,
    "comment_like_count": 0,
    "__typename": "XIGComment",
    "is_verified": false,
    "id": "19245097662",
    "is_unpublished": false,
    "profile_pic_url": "https://scontent.cdninstagram.com/v/t51.82787-19/641770037_18113010436641663_1569094063496740996_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=107&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=8Km2ZhlQ8rwQ7kNvwGtKB-D&_nc_oc=AdrIW1Y-ZlGAbKVqEllgKyl2V85kv9dbaLKMIaa2vc3fouW5AujO3w9y_PxB7DQZR5Q&_nc_zt=24&_nc_ht=scontent.cdninstagram.com&_nc_gid=neuNEXfPoixI51G9rLSDmw&_nc_ss=7fa8c&oh=00_AQAwaJueZZK55AhHXKmQAXZ914Xlyy75MNXJ5awiMkRwXg&oe=6A67DD3D",
    "commented_author_username": "hasaniaboozar",
    "fbid_v2": null,
    "user_id": "19245097662",
    "post_url": "https://www.instagram.com/p/DZp5vZeCPpB/",
    "post_author_username": "cristiano"
  },
  {
    "comment_id": "18005718005760657",
    "text": "❤️❤️❤️",
    "created_at": "2026-07-23T08:07:23Z",
    "like_count": 0,
    "child_comment_count": 0,
    "did_report_as_spam": false,
    "has_liked_comment": false,
    "pk": "53054957774",
    "is_covered": false,
    "giphy_media_info": null,
    "is_edited": false,
    "comment_like_count": 0,
    "__typename": "XIGComment",
    "is_verified": false,
    "id": "53054957774",
    "is_unpublished": false,
    "profile_pic_url": "https://scontent.cdninstagram.com/v/t51.82787-19/747505262_18060093557773775_3242772827893207669_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=101&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=EjJLME3AAAYQ7kNvwGjeO2y&_nc_oc=AdqMBmBKMwMqozf-ZI3mXMuOqRK2UXYGDku1nyxmDAz4g7cE7XS761MXEZGPNzbZvWw&_nc_zt=24&_nc_ht=scontent.cdninstagram.com&_nc_gid=neuNEXfPoixI51G9rLSDmw&_nc_ss=7fa8c&oh=00_AQDzcn-Tg-zT4g4XAFUV72_tLHBO4zScfA77p-P72iwkng&oe=6A67C31E",
    "commented_author_username": "mah_mr_.54000",
    "fbid_v2": null,
    "user_id": "53054957774",
    "post_url": "https://www.instagram.com/p/DZp5vZeCPpB/",
    "post_author_username": "cristiano"
  },
  {
    "comment_id": "18226634107320841",
    "text": "Messi The greatest🔥🔥",
    "created_at": "2026-07-23T07:57:00Z",
    "like_count": 0,
    "child_comment_count": 0,
    "did_report_as_spam": false,
    "has_liked_comment": false,
    "pk": "80033456168",
    "is_covered": false,
    "giphy_media_info": null,
    "is_edited": false,
    "comment_like_count": 0,
    "__typename": "XIGComment",
    "is_verified": false,
    "id": "80033456168",
    "is_unpublished": false,
    "profile_pic_url": "https://scontent.cdninstagram.com/v/t51.82787-19/610688973_17846123298664169_939870955473428438_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=100&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=ZKYEH00ycG0Q7kNvwEjmCkx&_nc_oc=AdrFkKfnZoyd-mZldyuVcL9VYfWTSK0gMYN8HBjGCBfUvPpOkYdxLbZO2NyJ55kve1Q&_nc_zt=24&_nc_ht=scontent.cdninstagram.com&_nc_gid=neuNEXfPoixI51G9rLSDmw&_nc_ss=7fa8c&oh=00_AQApzzpFVE5LOHVu7vbhR3NkpCmgUzQsiT9CbTWp9offww&oe=6A67DE8C",
    "commented_author_username": "theochuka",
    "fbid_v2": null,
    "user_id": "80033456168",
    "post_url": "https://www.instagram.com/p/DZp5vZeCPpB/",
    "post_author_username": "cristiano"
  },
  {
    "comment_id": "18365783296240642",
    "text": "⚽",
    "created_at": "2026-07-22T23:34:55Z",
    "like_count": 0,
    "child_comment_count": 0,
    "did_report_as_spam": false,
    "has_liked_comment": false,
    "pk": "49775586704",
    "is_covered": false,
    "giphy_media_info": null,
    "is_edited": false,
    "comment_like_count": 0,
    "__typename": "XIGComment",
    "is_verified": false,
    "id": "49775586704",
    "is_unpublished": false,
    "profile_pic_url": "https://scontent.cdninstagram.com/v/t51.82787-19/626333710_18015720008658705_4980254319563356270_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=105&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=aXUTDbVnDd4Q7kNvwGT2fEj&_nc_oc=AdpBtJViv12JCBz4QKrg7fh-NbJ7TQI-Lq0xn7mpHT-MFOpX6NnN572v1xUytkXVcpM&_nc_zt=24&_nc_ht=scontent.cdninstagram.com&_nc_gid=neuNEXfPoixI51G9rLSDmw&_nc_ss=7fa8c&oh=00_AQBoK5QhS9TGY-eOqfwH4pWL4eKAgGKqBUQy-sDigWijHw&oe=6A67D6E1",
    "commented_author_username": "hawk.1587773",
    "fbid_v2": null,
    "user_id": "49775586704",
    "post_url": "https://www.instagram.com/p/DZp5vZeCPpB/",
    "post_author_username": "cristiano"
  },
  {
    "comment_id": "17936569572337947",
    "text": "👑❤️🇵🇹",
    "created_at": "2026-07-22T22:57:33Z",
    "like_count": 0,
    "child_comment_count": 0,
    "did_report_as_spam": false,
    "has_liked_comment": false,
    "pk": "32828070288",
    "is_covered": false,
    "giphy_media_info": null,
    "is_edited": false,
    "comment_like_count": 0,
    "__typename": "XIGComment",
    "is_verified": false,
    "id": "32828070288",
    "is_unpublished": false,
    "profile_pic_url": "https://scontent.cdninstagram.com/v/t51.89012-19/573323465_1219825463302212_7278921664109726296_n.jpg?stp=dst-jpg_s150x150_tt6&_nc_cat=1&ccb=7-5&_nc_sid=f7ccc5&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy5DMyJ9&_nc_ohc=SWBceirbfmcQ7kNvwHtNgTC&_nc_oc=AdqRYmigFwL2u0er_FRk7EoMhHP5z1w7sNj1yc6QF12_uxtP_-5qzt6WRiD08CRZc0g&_nc_zt=24&_nc_ht=scontent.cdninstagram.com&_nc_gid=neuNEXfPoixI51G9rLSDmw&_nc_ss=7fa8c&oh=00_AQAB1yWj7EeuNsib6ECKOy1H2CJfvTqxfanvHae2A7SIKQ&oe=6A67C7A2",
    "commented_author_username": "birajsunarbirajsunar002",
    "fbid_v2": null,
    "user_id": "32828070288",
    "post_url": "https://www.instagram.com/p/DZp5vZeCPpB/",
    "post_author_username": "cristiano"
  }
]
```

***

### 📖 Output Field Explanation

### comment\_id

Unique identifier of the comment.

#### Example

```text
180123456789
```

***

### text

Actual comment text posted by the user.

#### Example

```text
Amazing content!
```

***

### created\_at

Date and time when the comment was published.

#### Example

```text
2026-07-22T12:00:00Z
```

***

### like\_count

Total likes received by the comment.

#### Example

```text
25
```

***

### child\_comment\_count

Number of replies associated with the comment.

#### Example

```text
2
```

***

### did\_report\_as\_spam

Indicates whether the comment has been flagged as spam.

#### Possible Values

```text
true
false
```

***

### has\_liked\_comment

Shows whether the comment has been liked.

#### Possible Values

```text
true
false
```

***

### pk

Internal user identifier associated with the comment author.

***

### is\_covered

Additional comment status information.

***

### giphy\_media\_info

GIF-related information if present in the comment.

***

### is\_edited

Indicates whether the comment was edited.

#### Possible Values

```text
true
false
```

***

### comment\_like\_count

Total likes received by the comment.

***

### \_\_typename

Object classification type.

***

### is\_verified

Indicates whether the commenting account is verified.

#### Possible Values

```text
true
false
```

***

### id

User account identifier.

***

### is\_unpublished

Indicates whether the account is unpublished.

***

### profile\_pic\_url

Profile picture URL of the comment author.

***

### commented\_author\_username

Instagram username of the commenter.

#### Example

```text
john_doe
```

***

### fbid\_v2

Additional account identifier.

***

### user\_id

Unique identifier of the comment author.

***

### post\_url

Instagram URL from which comments were collected.

***

### post\_author\_username

Instagram username of the post owner.

***

### 💡 Use Cases

### Brand Monitoring

Track what customers say about your brand.

### Sentiment Analysis

Measure positive, negative, and neutral audience reactions.

### Competitor Research

Analyze competitor engagement and audience feedback.

### Influencer Evaluation

Review engagement quality on influencer content.

### Product Feedback Collection

Gather customer opinions from Instagram comments.

### Audience Research

Understand customer interests and preferences.

### Lead Discovery

Find active users discussing relevant topics.

### Market Research

Collect insights from public conversations.

### AI Dataset Generation

Build datasets for NLP, machine learning, and AI projects.

***

### 🏆 Benefits

#### Save Time

No manual copy-pasting of comments.

#### Scalable Collection

Extract comments from multiple URLs simultaneously.

#### Organized Data

Receive structured output ready for processing.

#### Analytics Ready

Perfect for dashboards and reporting tools.

#### Research Friendly

Suitable for large-scale audience studies.

#### Automation Ready

Integrates easily into automated workflows.

***

### ✅ Best Practices

#### Use Public Instagram URLs

Ensure URLs are accessible publicly.

#### Verify URLs Before Running

Double-check URLs to avoid invalid input.

#### Set Appropriate Limits

Use realistic comment limits based on project requirements.

#### Process Large Projects in Batches

For large collections, split URLs into manageable groups.

#### Store Results Regularly

Export and back up collected datasets.

#### Review Output Structure

Verify field mappings before integrating into production workflows.

***

### ⚠️ Common Errors and Solutions

### Invalid Instagram URL

#### Cause

Incorrect URL format.

#### Solution

Use valid Instagram post or reel URLs.

***

### Empty Results

#### Cause

The post may contain no comments.

#### Solution

Verify that comments exist on the target post.

***

### URL Not Accessible

#### Cause

Post may be unavailable or restricted.

#### Solution

Check whether the post can be opened in a browser.

***

### Limit Reached

#### Cause

Requested comment count exceeds available comments.

#### Solution

This is normal behavior. The actor returns all available comments.

***

### Incorrect Input Structure

#### Cause

Input JSON format is invalid.

#### Solution

Follow the input example shown above.

***

### 🚀 Start Extracting Instagram Comments Today

Collect valuable Instagram comment data for analytics, marketing, research, customer feedback monitoring, audience intelligence, AI training datasets, and engagement analysis using **Instagram Comment Scraper Lite**.

***

## Here my another actors:

### Youtube Iteams:

- [🎶 Youtube Audio Downloader (Video/Shorts)](https://console.apify.com/actors/lTUPL4gmLTDNXBeWw/source)
- [Youtube Video Downloader Advanced](https://console.apify.com/actors/XOpQsUkgGZLGSCJd0/source)
- [Youtube Video Downloader ( Soundless )](https://console.apify.com/actors/gFsczW1QplIquv9eL/source)
- [Youtube Video Downloader](https://console.apify.com/actors/9kZQcUlHZRKp1ilZA/source)
- [Youtube Video Details Scraper](https://console.apify.com/actors/On4VfiWjGnT79clm1/source)
- [Youtube Transcript Ninja (Subtitles) ](https://console.apify.com/actors/eWrsJHhdeEbVHChpX/source)
- [Youtube Thumbnails Downloader & Scraper](https://console.apify.com/actors/YShot3wkL0HJdRkD0/source)
- [Youtube Tags or Hashtags Scraper](https://console.apify.com/actors/O1FU99ID2ccR5wcS8/source)
- [Youtube Tags Scraper](https://console.apify.com/actors/1wVokAhQLbbeeFVfR/source)
- [Youtube Shorts Scraper lite](https://console.apify.com/actors/bOyWDt1IbXZsadWRp/source)
- [Youtube Shorts Downloader Pro](https://console.apify.com/actors/bN1AjNRMops81rGkg/source)
- [Youtube Shorts Comments Scraper](https://console.apify.com/actors/ON1C4qgHaEQEhhEmI/source)
- [Youtube Community Posts Scraper](https://console.apify.com/actors/X38E51BParHFNaCw1/source)
- [Youtube Channel Id Scraper Pro](https://console.apify.com/actors/2uuIEovgGHcYjEKyN/source)
- [Youtube Video Transcript  Scraper ( Subtitles )](https://console.apify.com/actors/IEmSN6FkNn0tw10BA/source)
- [Youtube Video Comments Scraper](https://console.apify.com/actors/URh4zBT1aesfE8QKc/source)
- [Youtube Shorts Scraper  Pro](https://console.apify.com/actors/G4McyHJJzc2TbUSo6/source)
- [Youtube Shorts Scraper](https://console.apify.com/actors/XP0WgKweF1M83FnmR/source)
- [Youtube Channel Scraper](https://console.apify.com/actors/ufMZfwMgyHeaoDdAd/source)
- [YouTube Video Description Extractor](https://console.apify.com/actors/Xqae3CmxqT3HfHaJ5/source)
- [YouTube Hashtag Scraper](https://console.apify.com/actors/d4bYqQ0LWuczEgumx/source)
- [YouTube Description Scraper pro](https://console.apify.com/actors/OVymx0bku0C8gowB0/source)
- [YouTube Comments Scraper | Pay Per Result](https://console.apify.com/actors/ict6AecoJ85T4RthZ/source)
- [YouTube Channel ID Scraper](https://console.apify.com/actors/P9XlG8ylMGqfoelOg/source)

### Tiktok Iteams:

- [Tiktok Video Downloader](https://console.apify.com/actors/dlyQGIrqOracdqOeb/source)
- [Tiktok Video Details Scraper Pro](https://console.apify.com/actors/kZMMAHBehLOdG2FBb/source)
- [Tiktok Profile Scraper](https://console.apify.com/actors/C9mdCvPs7mDV8AYdd/source)
- [TikTok Video Scraper](https://console.apify.com/actors/7NjipRJbS73X9Io90/source)
- [TikTok Profile Videos Scraper](https://console.apify.com/actors/F6ar6Hu5STLp5mdAf/source)
- [TikTok Profile Scraper pro](https://console.apify.com/actors/3fmkMmoCBQ4SBIIAN/source)
- [TikTok Audio Downloader 🎵](https://console.apify.com/actors/jHipu7fQihSVhBE3x/source)

### Snapchat Iteams:

- [Snapchat Video Downloader (Spotlight )](https://console.apify.com/actors/yKz99HNmn4AgmhPOf/source)
- [Snapchat Video  Details Scraper (Spotlight)](https://console.apify.com/actors/fyV48EkRqcNoeq2kH/source)
- [Snapchat Followers Scraper](https://console.apify.com/actors/PxBiNYw0mgZOagGyD/source)
- [Snapchat Profile     Scraper](https://console.apify.com/actors/siCUsZdm6xmc3g7HF/source)
- [Snapchat Profile Scraper  Mini](https://console.apify.com/actors/qhkQO51Cv6iHJxdAs/source)

### Instagram Iteams:

- [Instagram video Downloader + Scraper](https://console.apify.com/actors/zIpixF6ZjlbelQDrY/source)
- [Instagram Video Downloader (Soundlss)](https://console.apify.com/actors/QQkJuhIQp4pexakls/source)
- [Instagram Thumbnail Scraper Video & Reels](https://console.apify.com/actors/z8JOosBY8hlqiUthl/source)
- [Instagram Reels  Downloader](https://console.apify.com/actors/VRbovYCWXTZXuVaN2/source)
- [Instagram Profile URL to Username Converter & Extractor](https://console.apify.com/actors/FOApkedA1VuG6ncno/source)
- [Instagram Profile Scraper](https://console.apify.com/actors/5dvorBkg7ccX95wAg/source)
- [Instagram Post Videos Downloader](https://console.apify.com/actors/h95ZexZ0ifOX4JEYQ/source)
- [Instagram Followers Scraper](https://console.apify.com/actors/c55pdH9mCE02sj7Dg/source)
- [Instagram Audio Downloader](https://console.apify.com/actors/MQRNuEHUqKreEi8gI/source)
- [Instagram Video Scraper + Downloader](https://console.apify.com/actors/63Z5eSy3IxgdIEYOX/source)
- [Instagram Video  scraper Advanced](https://console.apify.com/actors/79ng2nukXLzUn0aWg/source)
- [Instagram Video Details  scraper](https://console.apify.com/actors/VLyBXSwQpHTFwUcds/source)
- [Instagram Reels Details scraper](https://console.apify.com/actors/oGR3xfeXTuIirhdlZ/source)
- [Instagram Followers Scraper Pro](https://console.apify.com/actors/MqW3EtUZXm6OHdvcI/source)

### Facebook Iteams:

- [Facebook reels Downloader  (Separate audio or video)](https://console.apify.com/actors/nuvIRaMeRIzz3cfxK/source)
- [Facebook Video Downloader advanced](https://console.apify.com/actors/2SU8ZuABbAVFNKMZa/source)
- [Facebook Video Details Scraper Advanced](https://console.apify.com/actors/umYouAXm92472jIdY/source)
- [Facebook Video Details Scraper](https://console.apify.com/actors/cQi4k63arffL6Cn0m/source)
- [Facebook Transcript & Subtitle scraper](https://console.apify.com/actors/hMNe1QYDOtcTc95qI/source)
- [Facebook Thumbnail Downloader Video & Reels](https://console.apify.com/actors/9SmYiqGTUia29Yd1Y/source)
- [Facebook Reels Downloader Advanced](https://console.apify.com/actors/3Zdnp9TnvltdoC44T/source)
- [Facebook Reels Details Scraper  Best and  Affordable](https://console.apify.com/actors/nuzr418MKJltywrCh/source)
- [Facebook Reels Details Scraper](https://console.apify.com/actors/OGBA89e5Ki6Y5amko/source)
- [Facebook Page Details Scraper](https://console.apify.com/actors/PL9nP9BrKDSsKwSZF/source)
- [Facebook Audio Downloader](https://console.apify.com/actors/uVrcf4OJ9VW8iCybQ/source)

### Amazon Iteams:

- [Amazon Search Scraper](https://console.apify.com/actors/YcgJR1WP1cHJhHzvH/source)
- [Amazon Product Details Scraper ](https://console.apify.com/actors/1twpltijc10KFaVeb/source)

# Actor input Schema

## `startUrls` (type: `array`):

Enter one or more Instagram post URLs.

## `maxCommentsPerUrl` (type: `integer`):

Maximum number of comments to scrape from each post.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.instagram.com/reel/DHnMo4KoIqD/"
    },
    {
      "url": "https://www.instagram.com/p/DZp5vZeCPpB/"
    }
  ],
  "maxCommentsPerUrl": 100
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.instagram.com/reel/DHnMo4KoIqD/"
        },
        {
            "url": "https://www.instagram.com/p/DZp5vZeCPpB/"
        }
    ],
    "maxCommentsPerUrl": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("alpha-scraper/instagram-comment-scraper-lite").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [
        { "url": "https://www.instagram.com/reel/DHnMo4KoIqD/" },
        { "url": "https://www.instagram.com/p/DZp5vZeCPpB/" },
    ],
    "maxCommentsPerUrl": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("alpha-scraper/instagram-comment-scraper-lite").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.instagram.com/reel/DHnMo4KoIqD/"
    },
    {
      "url": "https://www.instagram.com/p/DZp5vZeCPpB/"
    }
  ],
  "maxCommentsPerUrl": 100
}' |
apify call alpha-scraper/instagram-comment-scraper-lite --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=alpha-scraper/instagram-comment-scraper-lite",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Instagram Comment Scraper Lite",
        "description": "Extract comments from Instagram posts and reels using one or multiple URLs. Instagram Reel Comments Scraper,Collect comment text, author username, likes, timestamps, profile information, reply counts, and more. Ideal for audience research, engagement analysis, sentiment tracking, and monitoring.",
        "version": "0.0",
        "x-build-id": "Sxflx6C4bAghWnS1q"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/alpha-scraper~instagram-comment-scraper-lite/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-alpha-scraper-instagram-comment-scraper-lite",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/alpha-scraper~instagram-comment-scraper-lite/runs": {
            "post": {
                "operationId": "runs-sync-alpha-scraper-instagram-comment-scraper-lite",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/alpha-scraper~instagram-comment-scraper-lite/run-sync": {
            "post": {
                "operationId": "run-sync-alpha-scraper-instagram-comment-scraper-lite",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "startUrls": {
                        "title": "Instagram Post URLs",
                        "type": "array",
                        "description": "Enter one or more Instagram post URLs.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxCommentsPerUrl": {
                        "title": "Max Comments Limit",
                        "type": "integer",
                        "description": "Maximum number of comments to scrape from each post.",
                        "default": 100
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
