freeproxylists-scrapper

0.4.1 • Public • Published

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

/freeproxylists-scrapper/

    Package Sidebar

    Install

    npm i freeproxylists-scrapper

    Weekly Downloads

    2

    Version

    0.4.1

    License

    BSD-2-Clause

    Last publish

    Collaborators

    • rodrigogs