# Instagram Post comment User Extractor (`clothefobia/instagram-post-comment-user-extractor`) Actor

Instagram Post comment User Extractor- Extract comments  with user information.

- **URL**: https://apify.com/clothefobia/instagram-post-comment-user-extractor.md
- **Developed by:** [clothe fobia](https://apify.com/clothefobia) (community)
- **Categories:** Automation, Lead generation, Social media
- **Stats:** 6 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$10.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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 Post comment Extractor- Extract comments  with user information.

Instagram Post comment Extractor- Extract comments  with user information. - scrap all instagram post comments with all details with  instagram username and userid. you just need to insert post short code then  tool will scrape all post comments related to this post.

### Included below data when you scrap using our tools

- \*\*Comment ID
- \*\*comment
- \*\*comment\_created\_at
- \*\*username
- \*\*Instagram user\_id
- \*\*profile\_pic\_url

Example data extract from our tools

```
 {
    "comment_id": "18073210495894777",
    "comment": "2018",
    "comment_created_at": 1746197570,
    "username": [
      "shobhitsingh4229"
    ],
    "userid": "73414637570",
    "profile_pic_url": "https://instagram.ffln13-1.fna.fbcdn.net/v/t51.2885-19/464760996_1254146839119862_3605321457742435801_n.png?stp=dst-jpg_e0_s150x150_tt6&cb=8577c754-c2464923&_nc_ht=instagram.ffln13-1.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2QFWK1O6srZtdpZrzbODj5aGah9hpqB0FONufqraHB3a9XcOCxeKkIqlSCC2mT3frcc&_nc_ohc=IJURGjl6iN0Q7kNvwGgcUes&_nc_gid=YbCNhBcy1SBHJ3Foopd4ww&edm=ANct6CgBAAAA&ccb=7-5&ig_cache_key=YW5vbnltb3VzX3Byb2ZpbGVfcGlj.3-ccb7-5-cb8577c754-c2464923&oh=00_AfLW23Bz8lsfiFA3vonh_V_zCHlCH0GmgencUl_INJRvqA&oe=68219DA8&_nc_sid=e9e035"
  },
```

- ✅ Software will Extract All posts from any intagram hash tag with cookie method.
- ✅ Software with extract data with very securily so that instagram not block you.
- ✅ Software with extractraction speed is in 1 second 100 data.
- ✅ 100% Real Time instagram followere information with Advance Export into Excel ,CSV and Text Format.

### How to use

- Instagram Cookie - Enter Instagram Cookie (Check Section how to get Cookie)
- Instagram Hash Tag : Enter any hash tag like "Bot"
- Click on Save and Start Button for Start Process.

### How to get Instagram Cookies

1. ✅ Step 1 :  Install Chrome Extension [Export cookie JSON file for Puppeteer](https://chromewebstore.google.com/detail/export-cookie-json-file-f/nmckokihipjgplolmcmjakknndddifde/reviews) in chrome browser
2. ✅ Step 2 :  Login to your Instagram into chrome browser
3. ✅ Step 3 :  After login, open chrome Extension "Export cookie JSON file for Puppeteer"  and Click Export cookies as JSON, it will download Cookie json file, from file copy cookie.
4. ✅ Step 4 :  Go to Software input Area,Paste Cookie on Box "Instagram Cookie"

Get Cookie Demo video. so as per this video, just get cookie for instagram

https://youtu.be/OsOBlwwc2Xc

### Check Product Demo Video

https://youtu.be/Gq77f4Z8P1s

if you face any issue , you can email us at clothefobia@gmail.com

# Actor input Schema

## `PostURL` (type: `string`):

Instagram Post URL

## `insta_cookie` (type: `array`):

Insert your instagram cookie here.please login to instagram and use editthiscookie extention and get cookie and insert here

## `Run_Last` (type: `boolean`):

If checked then actors runs where last stop

## `proxySettings` (type: `object`):

Select proxies to be used by your crawler.

## Actor input object example

```json
{
  "PostURL": "https://www.instagram.com/reel/DCOfRglgMeb/",
  "proxySettings": {
    "useApifyProxy": false
  }
}
```

# 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 = {
    "PostURL": "https://www.instagram.com/reel/DCOfRglgMeb/",
    "Run_Last": false,
    "proxySettings": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("clothefobia/instagram-post-comment-user-extractor").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 = {
    "PostURL": "https://www.instagram.com/reel/DCOfRglgMeb/",
    "Run_Last": False,
    "proxySettings": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("clothefobia/instagram-post-comment-user-extractor").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 '{
  "PostURL": "https://www.instagram.com/reel/DCOfRglgMeb/",
  "Run_Last": false,
  "proxySettings": {
    "useApifyProxy": false
  }
}' |
apify call clothefobia/instagram-post-comment-user-extractor --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/AQ6mYG9Dd8et2nO2u/builds/hXjyDcBvOMgqjDGzI/openapi.json
