Instagram Comments Scraper avatar
Instagram Comments Scraper

Pricing

$5.00/month + usage

Go to Store
Instagram Comments Scraper

Instagram Comments Scraper

Developed by

Pratik Dani

Pratik Dani

Maintained by Community

The Instagram Comments Scraper is a tool designed to extract detailed comments from valid Instagram posts and reels. This actor provides a structured way to gather insights from user interactions on Instagram, making it easier to analyze engagement and sentiment.

5.0 (1)

Pricing

$5.00/month + usage

5

Total users

84

Monthly users

19

Runs succeeded

75%

Last modified

3 months ago

Overview

The Instagram Comments Scraper Actor is a tool designed to extract detailed comments from valid Instagram posts and reels. This actor provides a structured way to gather insights from user interactions on Instagram, making it easier to analyze engagement and sentiment. Interested in using this scraper? Get it here: Instagram Comments Scraper.

Features

  • Extracts comments from specified Instagram posts and reels.
  • Captures user details, comment content, and engagement metrics.
  • Supports retrieval of replies to comments for deeper interaction analysis.
  • Outputs data in a structured format for easy integration with other tools.

Output Fields

Field NameTypeDescription
urlStringThe URL of the Instagram user who made the comment.
comment_userStringThe username of the user who commented.
comment_user_urlStringThe URL of the commenter's Instagram profile.
comment_dateDateTimeThe date and time when the comment was made.
commentStringThe content of the comment.
likes_numberIntegerThe number of likes the comment received.
replies_numberIntegerThe number of replies to the comment.
repliesArray of ObjectsList of replies to the comment, each containing user details and content.
hashtag_commentString or nullAny hashtags included in the comment.
tagged_users_in_commentArray of Strings or nullUsers tagged in the comment.
post_urlStringThe URL of the Instagram post associated with the comment.
post_userStringThe username of the user who made the post.
comment_idStringUnique identifier for the comment.
post_idStringUnique identifier for the post.

Possible Usage of the Actor

  • Social media analysis for brands to understand customer sentiment.
  • Research purposes to study user engagement on Instagram.
  • Content creation strategies based on popular comments and interactions.
  • Monitoring brand mentions and user feedback on posts.

Example Output

[
{
"url": "https://www.instagram.com/malermeisterandy",
"comment_user": "tob***han***aft***",
"comment_user_url": "https://www.instagram.com/tobis_handcraft",
"comment_date": "2025-01-06T17:29:59.000Z",
"comment": "Immer geil dir zu zugucken 👌",
"likes_number": 1,
"replies_number": 1,
"replies": [
{
"likes_number": 1,
"reply": "@tobis_handcraft danke 🙏🏼",
"reply_date": "2025-01-06T20:00:03.000Z",
"reply_user": "mal***eis***and***"
}
],
"hashtag_comment": null,
"tagged_users_in_comment": null,
"post_url": "https://www.instagram.com/p/DEcw8lJNmUV",
"post_user": "mal***eis***and***",
"comment_id": "18060697252931840",
"post_id": "3538918676490511637"
}
]