How Can i find a comment from another user in a Instagram post?

Lucas Br

Junior Member
Joined
Jun 3, 2019
Messages
182
Reaction score
43
Hey, do you know some tool or method to search for a specific user comment on a IG post? I'm sure that SMM panels use a tool to do this because they usually have a service of comment likes which they just request the username of the person who gonna receive the likes and they find it automatically with some third party software i guess.
 
This is not necessarily a tool but a specific version of instagram. Not their recent version. They is an Instagram version that shows the activities of users, when you click on the love button. It's been quite a long time since i stopped seeing this feature on Instagram so I don't know how to explain it.
 
According to what I have seen,Some SMM Panels request the comment link of the specific comment.

For inputs like username,they would have some parsers to parse the comments and look up for the comment which matches with the given username given as an Input by the buyer.

This tool is not difficult actually if you know how to automate Instagram,Just get some dummy accounts and parse the comments of the photo unless you find one with a specific username.
 
According to what I have seen,Some SMM Panels request the comment link of the specific comment.

For inputs like username,they would have some parsers to parse the comments and look up for the comment which matches with the given username given as an Input by the buyer.

This tool is not difficult actually if you know how to automate Instagram,Just get some dummy accounts and parse the comments of the photo unless you find one with a specific username.
i don't have knowledge on programing... Having some dummy accounts it's ok, but i would like to know how to set up these accounts to parse the comments of the photo.
 
Hey, do you know some tool or method to search for a specific user comment on a IG post? I'm sure that SMM panels use a tool to do this because they usually have a service of comment likes which they just request the username of the person who gonna receive the likes and they find it automatically with some third party software i guess.

Either you need the commend_id or you just scrape all comments and stop when you match the username
 
Either you need the commend_id or you just scrape all comments and stop when you match the username
How can i scrape? The problem is that Instagram in web browser just display a limited number of comments and it happens also in the source code of the page... even if i could program a tool to keep clickin on the "Plus" button to display more comments Instagram on web is limited to 150 comments i think, so i have no clue how to find a way to search for a specific comment
 
How can i scrape? The problem is that Instagram in web browser just display a limited number of comments and it happens also in the source code of the page... even if i could program a tool to keep clickin on the "Plus" button to display more comments Instagram on web is limited to 150 comments i think, so i have no clue how to find a way to search for a specific comment

I don't know about the web, but use a bot / scrape for the mobile API. however, the mobile API comments list is also limited and won't give you them all, although I think is more than 150. But if you cannot get the comment you want within the shown (x) comments, there isn't anything you can do.
 
Back
Top