Socket
Socket
Sign inDemoInstall

multi-residential-proxy

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    multi-residential-proxy

Multiple residential proxy providers wrapper, Residential proxy access with sticky session


Version published
Maintainers
1
Install size
55.7 kB
Created

Readme

Source

multi-residential-proxy

Residential Proxy Api

  • Easily switch residential proxies
  • Residential proxy access with sticky session

Installation

$ npm i multi-residential-proxy

Example Usage

const ProxySwitcher = new ResidentialProxy({ username: "MY_USERNAME", password: "MY_PASSWORD", provider: "geosurf", countries: ["ca"], session_time: 10 })

// ProxySwitcher.getProxyUrl(session_id, country_code, state, city)
var proxyUrl = ProxySwitcher.getProxyUrl("123456789", "US", "NY");

Supported Providers

- geosurf
- packetstream
- oxylab
- ipgrow

Parameters

- username (required)
- password (required)
- provider (required)
- session_time (optional)
- countries (optional)  Random will be taken when location not specified in getProxyUrl()

Keywords

FAQs

Last updated on 17 Dec 2020

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