jlobos / instagram-web-api

🤳 Instagram Private Web API client for Node
https://npmjs.com/instagram-web-api
MIT License
1.12k stars 185 forks source link

getFollowers do not work! #109

Open serzz1990 opened 4 years ago

serzz1990 commented 4 years ago

I get this result. Object data is empty { "count": 4, "page_info": { "has_next_page": false, "end_cursor": null }, "data": [] }

aymandaher commented 4 years ago

web api has limit 150 requests per hour count*150 requests= max scraped users, another thing to consider is that your account will get web api block eventually if used just for scraping.

itxtoledo commented 4 years ago

getFollowers and getFollowings is broken

zanotta commented 4 years ago

Yes, having the same problem with both getFollowers and getFollowings. It's not API limit problem, because all other requests works.

gabrielbarretoo commented 4 years ago

Some idea to solve the problem?

zanotta commented 4 years ago

There were some changes on the Instagram API, I guess we have to wait.

miguelopes98 commented 4 years ago

Im trying to create a function to get followers given a userInformation (which is the information we get from getUserbyUsername) and i have this exact problem. but if I run api.getFollowers outside that function, I have no problems with that. any idea of why?