Skip to content

aiomonitors/Proxy-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Proxy Scraper

A simple proxy scraper package that scrapes proxies from multiple places on the internet

Current Sites Supported: Proxyscrape.com

Usage

Initialization

const ProxyScraper = require('simple-proxy-scraper');

Get All Proxies

ProxyScraper.getAllProxies()

Proxyscrape.com

Get All Proxies

let options = {
    timeout: 1000, //Timeout of proxies in MS
    proxytype: 'all', //Type of proxy - Must be an element of the array ['http', 'socks4', 'socks5', 'all']
    anonimity: 'elite', //Must be an element of the array ['elite', 'anonymous', 'transparent', 'all']
    country: 'us', //Must be a country code
    ssl: 'yes', //Whether proxy has SSL or not - Must be type ['yes', 'no', 'all']
    limit: 1000 //Must be an integer - Amount of proxies it limits response to
}

Usage:

ProxyScraper.ProxyScrape.getProxies(options)

About

A Node.JS package that scrapes proxies from numerous sites on the internet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published