public-proxy-finder

0.1.1 • Public • Published

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

NPM

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();

Package Sidebar

Install

npm i public-proxy-finder

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • alorel