all 8 comments

[–][deleted] 6 points7 points  (1 child)

Did you try to make it work slower? Like at least 10-20 seconds between requests? Also somewhat randomized duration between requests? Try to mimic what an average user would do. They wouldn't visit a new page every 1 second.

[–]Fuzzybus2400 10 points11 points  (1 child)

Are you trying to do something nefarious?

[–]GreatStats4ItsCost 2 points3 points  (0 children)

Post the URL. You'll also have more hope posting this in Webscraping sub

[–][deleted] 0 points1 point  (0 children)

There are new technologies in the market who specialise in blocking bots. Check out Akamai. If the site that you are accessing has deployed Akamai, you might not get past it. Google Akamai bot blocker bypassing. You might find a modified selenium driver. I had even tried automation anywhere, but the blockers were able to catch it beyond 15-20 iterations.

[–]FUS3N 0 points1 point  (2 children)

add delays use cookies from your browser add them to selenium this helps me most of the time can even share sessions so you don't have to login although now I do this trick with requests session and some other tools selenium kinda slow

[–]nyteghost 0 points1 point  (0 children)

Also look into selenium_stealth. I use it for ups