-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in getting user information #10
Comments
instagram.userScraper.user(username).then(data => {
console.log(data.entry_data)
}) returns
There is no |
hi @pavi2410, I'm afraid instagram is now testing a feature where it stops showing user profiles without logging in, so the script may not see the profile at all. Try opening some user's profile on instagram.com (in anonymous browser mode). If it forces you to log in, then this script can't work anymore :( Let me know. |
Yup, I tried every possible way to scrape without authentication, but nothings seems to work. I have also found that the requests must be made in proximity to the user's current location. Not knowing that fact, I wasted a lot of time. |
Maybe someone found the way to login and use this code with it? |
We're using this https://github.com/pgrimaud/instagram-user-feed which supports fetching after login, but even then we're finding that Instagram catches up with us and blocks the IP we are accessing the info from. Until Instagram supports this natively we're going to be playing a chasing game trying to pretend we're all web browsers and real people :( |
The text was updated successfully, but these errors were encountered: