🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More

free-proxy-nodejs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
f

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
70

Supply Chain Security

100

Vulnerability

80

Quality

76

Maintenance

100

License

Version published
Weekly downloads
9
50%
Maintainers
1
Weekly downloads
 
Created
Issues
0

🧰 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'
//   },
//   ...
// ]

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