I wrote a Selenium Script to refresh an instagram user's profile every 30 seconds. After sometime Instagram started throwing me "Page Not Found"
errors and said "Please wait a few minutes before you try again"
. I guess this is because of the frequency at which I'm making the bot refresh the page. Does anyone know the allowed request limit per hour or something like that so that I can tune that in?
I am not using the Instagram API. I am just refreshing the page every 30 seconds. SO it doesn't exceed the 200 requests an hour limit.
Asked
Active
Viewed 1,500 times
3

AnonRaider
- 31
- 3
-
1200 requests per hour. – Ṃųỻịgǻňạcểơửṩ Jan 03 '20 at 03:38
-
I'm pretty sure I'm not making 200 requests an hour. 200 was the limit for the API calls. – AnonRaider Jan 03 '20 at 06:22
-
this is based on a number of things viz. pattern, action etc. you can refer this repo for Instagram related operations https://github.com/Aqua-4/auto-insta – Aqua 4 Jan 03 '20 at 07:07