Skip to content

🚀 Free HTTP, SOCKS4, & SOCKS5 Proxy List * Updated every 5 minutes *

License

Notifications You must be signed in to change notification settings

proxifly/free-proxy-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55,144 Commits
 
 
 
 
 
 
 
 

Repository files navigation





Site | NPM Module | GitHub Repo

🌎 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 2751 working proxies from 81 countries in the latest update (Mar 03, 2026, 08:20 AM UTC).

🦄 Features

  • ⚡ Extremely fast
  • 📝 Validated every 5 minutes
  • 📓 Sorted into HTTP, HTTPS, SOCKS4, & SOCKS5
  • 🌎 Contains proxies from 81 countries
  • 📦 Available in .json, .txt, & .csv formats
  • 🔐 Supports HTTPS connection
  • 😊 No duplicates

📦 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. You should use these proxies responsibly, without abusing them, and without intent to commit illegal activity.

👑 Download From our Website: Free Proxy List

View Free Proxy List

💎 Download in our Free Proxy Scraper Software

Windows MacOS Linux

🔗 Direct Download Links

Click on your preferred file format to get the updated list

Type Count .json .txt .csv
All Proxies 2751 JSON File Text File CSV File
HTTP Proxies 914 JSON File Text File CSV File
HTTPS Proxies 623 JSON File Text File CSV File
SOCKS4 Proxies 764 JSON File Text File CSV File
SOCKS5 Proxies 450 JSON File Text File CSV File
U.S. Proxies (View More Countries) 444 JSON File Text File CSV File

Other Sorted Proxies

🙌 Use the Proxifly NPM Module

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

# Run this command to install the module:
npm install proxifly
// Import and initialize the Proxifly module:
const proxifly = new (require('proxifly'))({
  // Not required, but having one removes limits (get your key at https://proxifly.dev).
  apiKey: 'api_test_key'
});
// Fetch proxies with your desired options:
var options = {
  protocol: 'http', // http | socks4 | socks5
  anonymity: 'elite', // transparent | anonymous | elite
  country: 'US', // https://www.nationsonline.org/oneworld/country_code_list.htm
  https: true, // true | false
  speed: 10000, // 0 - 60000
  format: 'json', // json | text
  quantity: 1, // 1 - 20
};

proxifly.getProxy(options)
.then(proxy => {
  console.log('Proxies:', proxy);
})
.catch(e => {
  console.error(e);
})

🔑 Fetch with cURL

Fetch the latest proxy list with the following command:

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 (View More Countries)

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

✨ Star History

Star History Chart

🧸 Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.