instagram-scraper-node icon indicating copy to clipboard operation
instagram-scraper-node copied to clipboard

"{\"items\": [], \"more_available\": false, \"status\": \"ok\"}" but get the complete when request directly on browser

Open 4sskick opened this issue 7 years ago • 2 comments

Hi, i found your project really suite to my needs. But when I tried to request for instagram by username I got the responds JSON of my request getting this kind of json

"{\"items\": [], \"more_available\": false, \"status\": \"ok\"}"

But when I request directly on my browser I got the complete responds of items object not the empty one. Can you please help me out?

4sskick avatar Aug 05 '17 02:08 4sskick

have you ever JSON.parse?

Jehanramadhan avatar Aug 14 '17 12:08 Jehanramadhan

It was solved @Jehanramadhan . This is because the profile of instagram that I wanna crawl set to private. So when I request to crawl it, the respond I got is like that. But no with profile with public

4sskick avatar Aug 15 '17 01:08 4sskick