0.4.1 • Published 8 years ago

freeproxylists-scrapper v0.4.1

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
8 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

8 years ago

0.4.0

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago