node-public-proxy-finder

Finds a free proxy for you

MIT License

Downloads
15
Stars
2
Committers
2

A simple library to probe the following sites for proxies (visit them to receive an explanation of field names and values):

See Runkit page for examples. All functions return Promises containing an array of proxy specs.

API

var ProxyFinder = require('public-proxy-finder');

// Refer to list above for proxy sources
ProxyFinder.ssl();
ProxyFinder.US();
ProxyFinder.UK();
ProxyFinder.socks();
ProxyFinder.anonymous();

// Convenience method to combine the above into one resultset
ProxyFinder.all();