The maximum number of proxies you can get is 35.000
List of sites for parsing proxies:
- free-proxy-list.net/anonymous-proxy.html
- free-proxy-list.net
- proxy-daily.com
- sslproxies.org
- free-proxy-list.net/uk-proxy.html
- us-proxy.org
- api.proxyscrape.com
- checkerproxy.net
- proxy50-50.blogspot.com
- hidester.com
- awmproxy.net
- api.openproxy.space
- aliveproxy.com
- community.aliveproxy.com
- hidemy.name
- proxy11.com
- spys.me
- proxysearcher
- fatezero
- pubproxy
- proxylists
- ab57ru
- shifty-https
- shifty-http
- sunny9577
- multiproxy
- rootjazz
- proxyscan.io
- proxy-list.download
- proxylistplus.com
- proxyhub.me
- proxylist4all.com
- proxynova.com
- xiladaili.com
pip install proxy-machine
sudo apt update && sudo apt upgrade
sudo apt-get install python3 python3-pip
git clone https://github.com/batiscuff/proxy_machine
cd proxy_machine
pip3 install -r requirements.txt
python3 -m proxy_machine
or
proxy_machine --help
python3 -m proxy_machine -pc
In this case, all parsed proxies will pass through the checker(this will take 2-4 hours, prepare to wait) and only working proxies will be written to proxies.txt. However, remember that the main weakness of free proxies is that they rapidly expire.
python3 -m proxy_machine -h
[x] - Add async checking of the proxy to improve timing.
[x] - Improve cli options and args.
[ ] - Upload to pypi.
[ ] - Add proxy response time to the results by calculating execution in the checker
[ ] - Add proxy location to the results
[ ] - Add filtering and sorting options to the results
[ ] - Add early stop, if the required number of proxies are reached with given constrains
[ ] - Add more websites to retrieve proxies
This project is GNU General Public License v3.0 licensed