Best way to Scrape comments from a post using PHP?

andynrx

Newbie
Joined
Apr 15, 2011
Messages
20
Reaction score
1
Hi,

This feature isn't important for most people, but I need a way to get a list of instagram usernames who commented each target users post whenever a new post is made.

So it will detect new post, and then after X time scrape all the comments from that post. I know there is this script:
https://www.npmjs.com/package/instagram-screen-scrape

But I was wondering if anyone knows of other scripts? This needs to be in PHP as I will store the data in a database.

Thanks
 
Back
Top