Instagram Comments Scraper avatar

Instagram Comments Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Instagram Comments Scraper

Instagram Comments Scraper

Extract Instagram comments including text, 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

33

Total users

6

Monthly active users

7 days ago

Last modified

Share

This actor extracts Comments from Instagram post pages. It captures the text, author information, and engagement metrics for every comment visible on the page. Use it to analyze discussions and sentiment on specific posts.


Want more from Instagram?

This actor covers Comments only. The full Instagram Scraper browser extension also includes Posts, Stories, Profiles, Followers, Accounts 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


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"user_123"
Author IDNumeric ID of the author"123456789"
Author URLLink to the author profile"https://www.instagram.com/user_123/"
Author Is VerifiedVerification status of the authortrue
Is ReplyBoolean indicating if it is a replyfalse
Parent Comment IDID of the parent comment if applicable"987654321"
Has RepliesBoolean indicating if replies existtrue
Reply CountNumber of replies to this comment5

Input

  • urls: Array of Instagram post URLs. The actor works on post pages where comments are visible.
  • maxItems: Max items per URL, default 100.

Example Input

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

Example Output

[
{
"commentText": "This is an amazing shot!",
"commentMedia": null,
"commentDate": "2023-11-01T12:00:00Z",
"commentLikes": 15,
"authorUsername": "photolover",
"authorId": "55667788",
"authorUrl": "https://www.instagram.com/photolover/",
"authorIsVerified": false,
"isReply": false,
"parentCommentId": null,
"hasReplies": true,
"replyCount": 2
},
{
"commentText": "I agree!",
"commentMedia": null,
"commentDate": "2023-11-01T12:05:00Z",
"commentLikes": 2,
"authorUsername": "traveler_jane",
"authorId": "99887766",
"authorUrl": "https://www.instagram.com/traveler_jane/",
"authorIsVerified": true,
"isReply": true,
"parentCommentId": "179823456789",
"hasReplies": false,
"replyCount": 0
}
]

Disclaimer

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