Instagram [Only $0.75💰] Get Post info - All Comments & Replies avatar

Instagram [Only $0.75💰] Get Post info - All Comments & Replies

Pricing

from $0.75 / 1,000 results

Go to Apify Store
Instagram [Only $0.75💰] Get Post info - All Comments & Replies

Instagram [Only $0.75💰] Get Post info - All Comments & Replies

Extract thousands of comments and threaded replies from any Instagram Post or Reel. This high-performance scraper requires no manual cookies or authentication to run—simply provide the target URLs and it handles the rest. Built for scale and reliability.

Pricing

from $0.75 / 1,000 results

Rating

5.0

(2)

Developer

InstaX

InstaX

Maintained by Community

Actor stats

0

Bookmarked

28

Total users

18

Monthly active users

19 days ago

Last modified

Share

Instagram Comment and Reply Scraper

Extract thousands of comments and threaded replies from any Instagram Post, Reel, or IGTV video at scale. This scraper requires no cookies, sessions, or manual logins — just provide URLs and it handles the rest.

🌟 Key Features

  • No Authentication Required — No cookie extraction or manual Instagram login needed.
  • Deep Thread Scraping — Extracts top-level comments and all nested child replies.
  • Rich User Data — User ID, Username, Full Name, Profile Picture URL for every commenter.
  • Spam Reduction — Built-in deduplication toggle to filter out bot comments with identical text.
  • Proxy Support — Ready to scale with your own proxy configurations.

💼 Use Cases

  • Social Listening — Monitor brand perception and customer sentiment on viral posts.
  • Lead Generation — Extract engaged users interacting with competitors' content.
  • Competitor Analysis — Analyze engagement strategies in your niche.
  • Giveaway Management — Export all commenters to easily pick a random winner.

📥 Input

FieldTypeDefaultDescription
Post URLsArray(Required)Instagram post URLs, Reel URLs, or shortcodes.
Max CommentsInteger100Max top-level comments to scrape per post.
Scrape RepliesBooleantrueExtract nested replies beneath each comment.
Max RepliesInteger20Max replies per comment.
Deduplicate TextBooleanfalseDrop duplicate comments with identical text.
Proxy URLString(Optional)Route requests through a specific proxy.

📤 Output Format

Data is exported as JSON, CSV, Excel, or XML. Both comments (type: 0) and replies (type: 2) appear as siblings in a flat array. Replies link back to their parent via parent_comment_id.

{
"id": "17951491706938571",
"text": "glad i read this, such calming vibes",
"content_type": "comment",
"created_at_utc": "2026-01-25T18:12:11.000Z",
"like_count": 1,
"child_comment_count": 2,
"username": "alcetota76",
"full_name": "alcetota76",
"user_id": "79567253871",
"profile_pic_url": "https://scontent...",
"input_url": "https://www.instagram.com/p/DSKKPxGE41u/"
}

Key Output Fields

FieldDescription
content_type"comment" or "reply"
id / comment_idUnique Instagram comment ID
textComment or reply text
username / full_name / user_idCommenter's profile info
like_countNumber of likes
created_at_utcISO 8601 timestamp
parent_comment_idParent comment ID (replies only)
child_comment_countNumber of replies (comments only)
input_urlOriginal post URL

⚠️ Notes

  • Very large posts (100,000+ comments) may take significant time. Set reasonable limits.
  • The Max Posts Per Session and Max Comments Per Session inputs are advanced rate-limiting parameters — defaults work well for most use cases.