postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.
https://packagist.org/packages/raiym/instagram-php-scraper
MIT License
3.1k stars 800 forks source link

429 error #371

Closed kamranfarshchi closed 5 years ago

kamranfarshchi commented 6 years ago

I'm using the java code and i edited lots of its parts to work properly with new changes from instagram, but pushing lots of requests like getting all followers (as i ask for 24 follower in each request just like instagram does) gives me 429 after 3 or 4 requests, can you help me to solve this problem. ps: i know this is the php scraper but it seems people are more up to date here :D

lk77 commented 6 years ago

I have this error too, i have added sleep(1) at the beginning of my functions, it's a lot slower but it works, i don't know if there is a better solution, like a random proxy or something like that.

SeanStayn commented 6 years ago

Instagram has changed their rate limits to 200 requests per user per hour: Click here