notslang / instagram-screen-scrape

scrape public instagram data w/out API access
https://npmjs.com/package/instagram-screen-scrape
GNU General Public License v3.0
162 stars 38 forks source link

Could not get any comments #28

Open stanupab opened 7 years ago

stanupab commented 7 years ago

I use this: instagram-screen-scrape comments --post _postid to retrieve comments of _postid but always get an empty list.

The provided example also returned nothing: instagram-screen-scrape comments --post 0qPcnuI4Pr

femanzo commented 7 years ago

As far as I know, IG did replace their api with graphql, at least for comments. I don't think there is an easy fix for that, the queries needs to be rewritten. I believe that, in a short period, posts will also stop working.