Sunday 6 August 2017

Did somebody scrape instagram?

Hi guys, need some help. I'm trying to scrape some pics from one instagram tag page. I'm using needle module and trying to request the page which u get by clicking "load more" button. The problem is that i always get this response: { data: { hashtag: { name: 'name_of_my_tag', edge_hashtag_to_media: [Object], edge_hashtag_to_top_posts: [Object], edge_hashtag_to_content_advisory: [Object] } }, status: 'ok' }I cant figure out what I'm doing wrong. I'm already sending the same headers with csrf token and cookies(from first request) like my browser does. But still getting this, and browser gets full valid json.I hope to get some suggestions please.

Submitted August 06, 2017 at 01:40PM by sergey_yermak

No comments:

Post a Comment