0.4.1 • Published 9 years ago

freeproxylists-scrapper v0.4.1

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
9 years ago

FreeProxyLists Scrapper

Build Status npm version npm

Page scrapper that retrieves proxy server information from FreeProxyLists website.

Make sure phantomjs is installed!

npm install freeproxylists-scrapper

var FreeProxyLists = require('freeproxylists-scrapper');

FreeProxyLists.getPages(function (err, pages) {
    if (err) {
        return console.log('Dammit!');
    }
    FreeProxyLists.crawl(pages, function (err, proxylist) {
        if (err) {
            return console.log('Dammit!');
        }
        for (proxy in proxylist) {
            // You have a proxy here
        }
    });
});

License

Licence © Rodrigo Gomes da Silva

0.4.1

9 years ago

0.4.0

9 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.3

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago