I have a scraper bot that just opens profiles on the browser and parse the webpage’s json to get the user information (no action). I used to be able to go through profiles 10-20 seconds per without any problem. But since last week, it would show “Error try again in a few minutes” page within 50 profiles at that rate if I am logged in or redirects me to login page if I’m not logged in. That error would go away after a few hours. So now I slowed down my scraper to about 60 seconds per profile and I have been about to go through maybe 200-500 profiles without hitting their rate limit. I also added backup logins my scraper would switch to when one login hits that limit.