[Python] Is it possible to dynamically change proxy while scraping? #1267
Replies: 3 comments 2 replies
-
You've to do that on your network, that's the best way of doing it. Also you can do using extension. |
Beta Was this translation helpful? Give feedback.
-
Yes, you can switch proxies dynamically. Try using libraries like |
Beta Was this translation helpful? Give feedback.
-
Free proxies will be banned everywhere. You can use static/rotating residential proxies from many different providers for about 1USD/GB. |
Beta Was this translation helpful? Give feedback.
-
Hello guys!
I have a few codes that scrapes some websites running and working, but neither of that codes have a proxy setup. I tried some approaches over the internet to use public proxy to access websites, but my IP still being detected.
Is that possible to use a free proxy list without username and password authentication to make the requests? I'm currently using the undetected-chromedriver to do the tasks.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions