Instagram Post Comments Scraper avatar

Instagram Post Comments Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Instagram Post Comments Scraper

Instagram Post Comments Scraper

Extract Instagram comment text, dates, likes, and author details from post pages. Powered by Instagram Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

3 days ago

Last modified

Share

Introduction

This actor extracts Comments of a Post from Instagram. It captures the full text of comments, engagement metrics, and detailed author information from specific post URLs. The data includes reply hierarchies and verification statuses.

Data Fields

Field NameDescriptionExample
Comment TextThe content of the comment"Great photo!"
Comment MediaURL to media attached to commentnull
Comment DateISO timestamp of the comment"2023-10-27T10:00:00Z"
Comment LikesNumber of likes on the comment42
Author UsernameUsername of the commenter"johndoe"
Author IDUnique Instagram ID of the author"123456789"
Author URLLink to the author profile"https://www.instagram.com/johndoe/"
Author Is VerifiedIf the author has a blue checkmarktrue
Is ReplyBoolean indicating if it is a replyfalse
Parent Comment IDID of the parent comment if it is a reply"987654321"
Has RepliesIf the comment has child repliestrue
Reply CountNumber of replies to this comment5

Input

  • urls: Array of Instagram post URL strings. Works on standard post and reel pages.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.instagram.com/p/Cxyz123/"],
"maxItems": 50
}

Example Output

[
{
"commentText": "This is an amazing shot!",
"commentMedia": null,
"commentDate": "2023-11-01T12:30:45Z",
"commentLikes": 15,
"authorUsername": "travel_fanatic",
"authorId": "5544332211",
"authorUrl": "https://www.instagram.com/travel_fanatic/",
"authorIsVerified": false,
"isReply": false,
"parentCommentId": null,
"hasReplies": true,
"replyCount": 2
},
{
"commentText": "Totally agree with you!",
"commentMedia": null,
"commentDate": "2023-11-01T13:00:10Z",
"commentLikes": 2,
"authorUsername": "photo_pro",
"authorId": "9988776655",
"authorUrl": "https://www.instagram.com/photo_pro/",
"authorIsVerified": true,
"isReply": true,
"parentCommentId": "179823456789",
"hasReplies": false,
"replyCount": 0
}
]

Want more from Instagram?

This actor only covers Comments of a Post. The full Instagram Scraper browser extension also includes Posts in a List, Post Details, Stories, Profile Details, Followers of a User, Following of a User with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Instagram Scraper extension

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.