DEV Community

Discussion on: Scrape data from Instagram with instascrape and Python

Collapse
 
chrisgreening profile image
Chris Greening

Hey Vagner! That's an error I'm working on literally as we speak. I think Instagram tightened their restrictions overnight or something, I woke up to this error as well. I think what's happening is every GET request is being returned a 429 HTTP status code. I'm adding more robust headers to the requests.get calls that instascrape makes and it seems to have fixed the problem so check the officical repository later today for the 1.4.0 release and then reinstall from PyPI. Thanks for the patience!