Escape from Blocking IP using Rotating Proxy in Python Yell.com Case Study

Feri Lukmansyah
1 min readNov 18, 2021
image from Unsplash

Often what we encounter in scraping is IP blocking, which is a condition where our IP is blocked when making requests to a site, there are several ways to bypass it.

  • Using VPN
  • Using Proxy

With these two ways, we can avoid our IP being blocked by the destination website when we send a lot of requests

Using VPN

in this case, we must have a VPN, there are several ways to get a VPN such as buying or we can get it for free there are also we activate the VPN on our host computer and then using it for scraping

Using Proxy

To Implement Proxy with Python for scraping, we can use many tools for example are requests

and here if using selenium

Conclusion

Well, this way we can bypass and do scraping without having to worry about our IP being blocked, okay that's it, originally posted in: https://blog.perykun.xyz/p/escape-from-blocking-ip-using-rotating-proxy-in-python-yell.com-case-study/

--

--