wesrocks360
Registered Member
- May 25, 2015
- 70
- 2
Any simple scraping tool to get the users who have liked or commented on a certain picture? Looking for free.
I figured out likes on mass planner but it cant do comments ;(It usually helps if you know a little bit about programming. I'm currently doing what you're talking about in python. Pass to my script a given photo url and get all the 'likers'. There is a limitation imposed by Instagram which is to not be able to get more than 1000 'likers'.
Any simple scraping tool to get the users who have liked or commented on a certain picture? Looking for free.
Check out my custom built Instagram Scraper. You can scrape both likers and commenters. Instagram limits DO apply (as mentioned above).I figured out likes on mass planner but it cant do comments ;(