Instagram Comments Scraper avatar
Instagram Comments Scraper

Pricing

$19.99/month + usage

Go to Store
Instagram Comments Scraper

Instagram Comments Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

Effortlessly extract comments from Instagram posts. Capture user details, engagement metrics, and nested replies. Perfect for social media analysis, influencer research, and brand monitoring. Stealth-enabled for reliable data collection.

2.7 (4)

Pricing

$19.99/month + usage

5

Total users

315

Monthly users

26

Runs succeeded

>99%

Issues response

1 days

Last modified

3 months ago

Instagram Comments Scraper πŸ“ΈπŸ’¬

Effortlessly extract comments from Instagram posts with this powerful Actor! πŸš€

🌟 Features

  • πŸ” Scrape comments from multiple Instagram posts
  • πŸ•’ Retrieve historical comments, not just recent ones
  • πŸ‘€ Capture user details like username, profile picture, and verification status
  • πŸ“Š Collect engagement metrics such as like counts and reply counts
  • 🌐 Support for internationalization with multi-language comments

πŸ“Š Output Data

For each comment, the Actor collects:

  • Comment ID and text
  • User information (ID, username, profile picture URL)
  • Timestamp
  • Like count
  • Reply count
  • Parent comment ID (for nested comments)
  • Verification status of the commenter
  • And more!

πŸš€ Use Cases

  • πŸ“ˆ Social media analytics and sentiment analysis
  • 🎯 Influencer marketing research
  • πŸ”¬ Academic studies on social media behavior
  • πŸ“£ Brand monitoring and reputation management

πŸ’‘ Tips

  • Use the maxItems parameter to limit the number of comments scraped
  • Provide multiple post URLs to scrape comments from several posts in one run

Get valuable insights from Instagram comments today with this efficient and reliable scraper! πŸŽ‰

Input Example

A full explanation of an input example in JSON.

{
"postUrls": [
"https://www.instagram.com/p/DA9cFJ7RaaB/"
],
"maxItems": 20
}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"postUrl": "https://www.instagram.com/p/DA9cFJ7RaaB/",
"comment_id": "17989938422711285",
"user_id": "459545336",
"username": "joonaylton",
"text": "Fenomenal",
"created_at": "2024-10-11T19:55:08.000Z",
"comment_like_count": 1,
"parent_comment_id": null,
"is_covered": false,
"has_translation": null,
"has_liked_comment": false,
"giphy_media_info": null,
"child_comment_count": 0,
"restricted_status": null,
"profile_pic_url": "https://scontent.cdninstagram.com/v/t51.2885-19/385177351_1370672637173531_438077278342037508_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent.cdninstagram.com&_nc_cat=111&_nc_ohc=wTYox7OW6PAQ7kNvgHP9X53&_nc_gid=2427c96378094f6d8530393eff1e2bc7&edm=APs17CUBAAAA&ccb=7-5&oh=00_AYB_HDxNct-Q7gMXUvo4UAvgHl2ycc1noQU9HtaBQs_ldg&oe=67196630&_nc_sid=10d13b",
"fbid_v2": "17841400760087180",
"is_verified": false,
"is_unpublished": null
},
{
"postUrl": "https://www.instagram.com/p/DA9cFJ7RaaB/",
"comment_id": "18054124177853343",
"user_id": "6982100797",
"username": "andyespasandin",
"text": "Que cantidad absurda de talento ❀️❀️",
"created_at": "2024-10-10T22:18:50.000Z",
"comment_like_count": 6,
"parent_comment_id": null,
"is_covered": false,
"has_translation": true,
"has_liked_comment": false,
"giphy_media_info": null,
"child_comment_count": 0,
"restricted_status": null,
"profile_pic_url": "https://scontent.cdninstagram.com/v/t51.2885-19/300651854_754917709122353_8491108705959008502_n.jpg?stp=dst-jpg_s150x150&_nc_ht=scontent.cdninstagram.com&_nc_cat=105&_nc_ohc=93zEjfYJ71sQ7kNvgFDw724&_nc_gid=2427c96378094f6d8530393eff1e2bc7&edm=APs17CUBAAAA&ccb=7-5&oh=00_AYAXyrbQmkKKo7C3ClvzBc8B-RVRj9ZAm-GNkoiH9Ox85w&oe=67195107&_nc_sid=10d13b",
"fbid_v2": "17841407103912762",
"is_verified": false,
"is_unpublished": null
},
...
]