Git Product home page Git Product logo

free-proxy-list's Introduction





Site | NPM Module | GitHub Repo

🌎 Proxifly's Free Proxy List

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

Proxifly found 224 working proxies from 11 countries in the latest update.

πŸ¦„ Features

  • ⚑ Extremely fast
  • πŸ“ Validated every 5 minutes
  • πŸ““ Sorted into HTTP, SOCKS4, & SOCKS5
  • 🌎 Contains 11 countries
  • πŸ“¦ Available in .json, .txt, & .csv formats
  • πŸ” Supports HTTPS connection
  • 😊 No duplicates

πŸ›‘ 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.

πŸ“¦ Usage

There are so many ways to get our free proxies.

You can just download the whole list as a .txt file, or you can even use the Proxifly NPM module to fetch proxies into your application programatically.

Proxifly sorts the proxies by protocol and country, but you can also just get the whole unsorted list too.

πŸ”— Direct Download Links

Click on your preferred file format to get the updated list

Type Count .json .txt .csv
All Proxies 224 JSON File Text File CSV File
HTTP Proxies 58 JSON File Text File CSV File
SOCKS4 Proxies 119 JSON File Text File CSV File
SOCKS5 Proxies 47 JSON File Text File CSV File

Other Sorted Proxies

πŸ‘‘ Download From Our Website

Scrape directly from our website's free proxy list.

πŸ’Ž Download in our Scraping Software

Get proxies with our free proxy scraper software.

Windows MacOS Unix All versions

πŸ™Œ Use the Proxifly NPM Module

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

npm install proxifly
const proxifly = new (require('proxifly'))({
  // Not required, but having one removes limits (get your key at https://proxifly.dev).
  apiKey: 'api_test_key'
});
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://raw.githubusercontent.com/proxifly/free-proxy-list/main/proxies/all/data.txt -o all.txt

HTTP Proxies

curl -sL https://raw.githubusercontent.com/proxifly/free-proxy-list/main/proxies/protocols/http/data.txt -o http.txt

SOCKS4 Proxies

curl -sL https://raw.githubusercontent.com/proxifly/free-proxy-list/main/proxies/protocols/http/socks4.txt -o socks4.txt

SOCKS5 Proxies

curl -sL https://raw.githubusercontent.com/proxifly/free-proxy-list/main/proxies/protocols/http/socks5.txt -o socks5.txt

🧸 Contributing

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.