I'm trying to scrape some pages that are on a website but to view the pages, I need to be connected to a VPN. My setup is as follows:
- I am running python on a cloud server on www.pythonanywhere.com
- I have a VPN with https://www.privateinternetaccess.com/
I want to run a script on pythonanywhere that connects through the VPN so that the traffic appears to be coming from Australia.
The closest answer I have found so far is:
I see that https://www.privateinternetaccess.com/ has option to use SOCKS5 proxy. If you are using requests module for scraping you may use SOCKS5 like that:
and in the script: