simple-proxy-scraper

0.1.2 • Public • Published

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)

/simple-proxy-scraper/

    Package Sidebar

    Install

    npm i simple-proxy-scraper

    Weekly Downloads

    5

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    7.03 kB

    Total Files

    5

    Last publish

    Collaborators

    • aiomonitors