Instagram Comments Scraper
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
33
Total users
6
Monthly active users
7 days ago
Last modified
Categories
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 Name | Description | Example |
|---|---|---|
| Comment Text | The content of the comment | "Great photo!" |
| Comment Media | URL to media attached to comment | null |
| Comment Date | ISO timestamp of the comment | "2023-10-27T10:00:00Z" |
| Comment Likes | Number of likes on the comment | 42 |
| Author Username | Username of the commenter | "user_123" |
| Author ID | Numeric ID of the author | "123456789" |
| Author URL | Link to the author profile | "https://www.instagram.com/user_123/" |
| Author Is Verified | Verification status of the author | true |
| Is Reply | Boolean indicating if it is a reply | false |
| Parent Comment ID | ID of the parent comment if applicable | "987654321" |
| Has Replies | Boolean indicating if replies exist | true |
| Reply Count | Number of replies to this comment | 5 |
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.