this isn a simple script for testing purpose that getting list proxy list from https://free-proxy-list.net/
and then use http://www.proxy-checker.org/
trying to get you a list of working 8080 proxies
- make sure that you are already installed
nodejs
if you are not installed you can download lastest version from this link - download the files
- open cmd and navigate to script folder
cd /path/to/script-folder
- run
npm install
to install requirements - run
node proxyList
to run the script
- after running the script it's will show you some status while walking through proxies and after finished you will find a new file created in the same script diectory called
proxy-list (Number).json
about(Number)
it's a number generated something likeproxy-list 0.json
,proxy-list 1.json
to avoid overriding theproxy-list
which means in every time you run the script it's will generate a new file with the proxy list and status
- if you get error like
Unexpected token ...
that's maybe because ofjsdom
version isn't compitable with your node version you can find jsdom reslises here - Pick one that can be work good enough in you node version. The current jsdom version in
package.json
is15.1.0
that's compitable withNode v12
- if you have any problems in running the script you can open an issues