NodeJS Public Proxy Grabber

typescript

import proxyGrabber from 'proxies-grabber';
const grabber = new proxyGrabber();
grabber.get().then(function(proxies){
  console.log(proxies);
})

javascript

const proxyGrabber = require('proxies-grabber').default;
const grabber = new proxyGrabber();
grabber.get().then(function (proxies) {
  console.log(proxies);
});

Read More: Gulpfile

Github: https://github.com/dimaslanjaka/proxies-grabber