Socket
Socket
Sign inDemoInstall

proxies-generator

Package Overview
Dependencies
17
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    proxies-generator

Free Proxies Generator is a Generator/Scrapper and Helps Players to fetch Proxies from Custom Scrappers , as Per reduces extra work and credentials


Version published
Maintainers
1
Install size
2.93 MB
Created

Readme

Source


Proxies Generator

About

Free Proxies Generator is a Generator/Scrapper and Helps Players to fetch Proxies from Custom Scrappers , as Per reduces extra work and credentials.

  • Object-oriented , means Value returned in a structure format
  • Customisable Validator
  • Performant

Installation

Node.js 16 or newer is required.

npm install proxies-generator

Example usage

Fetch proxy :-

import { fetch, fetchOne } from 'proxies-generator'
                OR
const { fetch, fetchOne } = require('proxies-generator')

const Proxies = fetch() // Proxy Array with validity checks
/**
 * [
 {
  ip: String
  port: String
  code: String
  country: String
  type: String
  updated: String
  https: Boolean
  httpsurl: String
  url: String
},
]
 */

const Proxy = fetchOne() //Fetch One Proxy
const Proxy = fetchBycountry('Brazil') //Fetch Proxy from brazil if present in Cache
const Proxies = random() //Fetch Array of Random Proxy
const Proxy = randomOne() //Fetch One Random Proxy

Strucutre of Proxy

Proxy = {
  ip: String
  port: String
  code: String
  country: String
  type: String
  updated: String
  https: Boolean
  httpsurl: String
  url: String
}
  • Source Code
  • GitHub Repo Link
  • NPM Package
  • Yarn Package

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the ReadMe.md

Help

If you don't understand something in the ReadMe.md , you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official Support Server.

Keywords

FAQs

Last updated on 21 Dec 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc