0.0.2 • Published 8 years ago
fplnet-proxy-scraper v0.0.2
fplnet-proxy-scraper
Lightweight NodeJS library to scrape proxies from free-proxy-list.net
installation
To install simply run the npm command:
$ npm install fplnet-proxy-scraperUsage
import node module
var fplnet = require('fplnet-proxy-scraper');call the method getProxies
fplnet.getProxies(function(error,proxies){
/* Code to be executed when scraping is done */
});proxies format:
{
'202.118.236.130' : '3128',
'111.11.27.194' : '80',
'183.136.221.6' : '3128',
'183.207.228.58' : '80',
'190.106.66.178' : '3128',
'61.55.141.10' : '81',
'124.67.215.9' : '80',
...etc
}License
MIT
Feel free to fork and contribute :)