Instagram Comments Scraper
1 day trial then $19.99/month - No credit card required now
Instagram Comments Scraper
1 day trial then $19.99/month - No credit card required now
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.
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.
1{ 2 "postUrls": [ 3 "https://www.instagram.com/p/DA9cFJ7RaaB/" 4 ], 5 "maxItems": 20 6}
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.
1[ 2 { 3 "postUrl": "https://www.instagram.com/p/DA9cFJ7RaaB/", 4 "comment_id": "17989938422711285", 5 "user_id": "459545336", 6 "username": "joonaylton", 7 "text": "Fenomenal", 8 "created_at": "2024-10-11T19:55:08.000Z", 9 "comment_like_count": 1, 10 "parent_comment_id": null, 11 "is_covered": false, 12 "has_translation": null, 13 "has_liked_comment": false, 14 "giphy_media_info": null, 15 "child_comment_count": 0, 16 "restricted_status": null, 17 "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", 18 "fbid_v2": "17841400760087180", 19 "is_verified": false, 20 "is_unpublished": null 21 }, 22 { 23 "postUrl": "https://www.instagram.com/p/DA9cFJ7RaaB/", 24 "comment_id": "18054124177853343", 25 "user_id": "6982100797", 26 "username": "andyespasandin", 27 "text": "Que cantidad absurda de talento ❤️❤️", 28 "created_at": "2024-10-10T22:18:50.000Z", 29 "comment_like_count": 6, 30 "parent_comment_id": null, 31 "is_covered": false, 32 "has_translation": true, 33 "has_liked_comment": false, 34 "giphy_media_info": null, 35 "child_comment_count": 0, 36 "restricted_status": null, 37 "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", 38 "fbid_v2": "17841407103912762", 39 "is_verified": false, 40 "is_unpublished": null 41 }, 42 ... 43]
- 36 monthly users
- 1 star
- 100.0% runs succeeded
- 10 days response time
- Created in Oct 2024
- Modified 3 days ago