Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 814 Bytes

readme.md

File metadata and controls

32 lines (25 loc) · 814 Bytes

NodeJS Public Proxy Grabber

types version

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;
// or
// const { proxyGrabber } = require('proxies-grabber');
const grabber = new proxyGrabber();
grabber.get().then(function (proxies) {
  console.log(proxies);
});

Read More: Gulpfile

See also: PHP Proxy Hunter

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

NPM: https://www.npmjs.com/package/proxies-grabber