Proxifly's free proxy list

🌎 Proxifly's Free Proxy List

Every 5 minutes, Proxifly fetches fresh proxies including HTTP, HTTPS, SOCKS4, and SOCKS5 proxies from around the web.

Proxifly found 2495 working proxies from 114 countries in the latest update (Jul 05, 2026, 12:13 AM UTC).

Site | NPM Module | GitHub Repo

🦄 Features

📦 How do I use the proxies?

You have a few different options for getting the proxies.

Please follow the GitHub Acceptable Use Policy when using this project. Use these proxies responsibly, without abuse, and without illegal activity.

GitHub Acceptable Use Policy

👑 Download from the website

Free proxy list

💎 Download in the free proxy scraper software

🔗 Direct download links

Click on your preferred file format to get the updated list.

Type Count .json .txt .csv
All Proxies 2495 JSON File Text File CSV File
HTTP Proxies 671 JSON File Text File CSV File
HTTPS Proxies 1122 JSON File Text File CSV File
SOCKS4 Proxies 373 JSON File Text File CSV File
SOCKS5 Proxies 329 JSON File Text File CSV File
U.S. Proxies 696 JSON File Text File CSV File

🌎 Get proxies by country

🙌 Use the Proxifly NPM module

Easily fetch updated proxies in your application with the official Proxifly NPM module.

npm install proxifly
// ESM
import Proxifly from 'proxifly';

// CommonJS
const Proxifly = require('proxifly');
const proxifly = new Proxifly({
  // Optional, but having one removes limits
  apiKey: 'your-api-key'
});
proxifly.getProxy({
  protocol: 'http',      // http | socks4 | socks5
  anonymity: 'elite',    // transparent | anonymous | elite
  country: 'US',         // ISO country code
  https: true,           // true | false
  format: 'json',        // json | text
  quantity: 1            // 1 - 20
})
.then(proxy => {
  console.log('Proxies:', proxy);
})
.catch(e => {
  console.error(e);
});

🔑 Fetch with cURL

Fetch the latest proxy list with the following commands:

All proxies

curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/all/data.txt -o all.txt

HTTP proxies

curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/protocols/http/data.txt -o http.txt

SOCKS4 proxies

curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/protocols/socks4/data.txt -o socks4.txt

SOCKS5 proxies

curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/protocols/socks5/data.txt -o socks5.txt

U.S. proxies

curl -sL https://cdn.jsdelivr.net/gh/proxifly/free-proxy-list@main/proxies/countries/US/data.txt -o us.txt

 


Revision #1
Created 2026-07-05 03:59:42 EEST by Green
Updated 2026-07-05 04:05:54 EEST by Green