šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

free-proxy-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

free-proxy-nodejs

> Free proxy nodejs is a lightweight Node.js NPM package designed to simplify the process of obtaining a list of proxies from https://spys.one. This package offers a convenient and customizable way to retrieve proxy data for your web scraping, security, o

1.0.7
latest
Source
npm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
Ā 
Created
Source

🧰 Free proxy nodejs

Free proxy nodejs is a lightweight Node.js NPM package designed to simplify the process of obtaining a list of proxies from https://spys.one. This package offers a convenient and customizable way to retrieve proxy data for your web scraping, security, or network-related projects. Whether you're working on web scraping tasks or require proxies for enhanced anonymity.

Features

  • Residential proxies
  • Ease of Use: Easily fetch proxy data from https://spys.one with just a few lines of code.
  • Customization: Configure the package to filter proxies based on your specific requirements, including country, anonymity level, and more.
  • Reliability: Free proxy is built to handle changes in the website's structure, ensuring consistent proxy data retrieval.
  • Proxy Validation: Validate the proxies to ensure they are working and responsive before use.

Getting Started

Installation

npm i free-proxy-nodejs -S

Usage

Example

import freeProxy from 'free-proxy-nodejs';

// Get list proxies
const proxies = await freeProxy.getProxies()
// [
//   {
//     host: '8.218.201.148',
//     port: 15673,
//     type: 'SOCKS5',
//     country: 'Hong Kong'
//   },
//   {
//     host: '192.210.197.134',
//     port: 3128,
//     type: 'HTTPS',
//     country: 'United States'
//   },
//   ...
// ]

Keywords

proxy

FAQs

Package last updated on 06 Nov 2023

Did you know?

Socket

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