Skip to content

A curated, regularly updated list of HTTP, HTTPS, SOCKS4, and SOCKS5 proxies for web scraping, security testing, and anonymous browsing. Verified proxies include IP, port, location, and anonymity level (transparent, anonymous, elite). Easily integrate with Python, Node.js, and other applications for smooth proxy management and reliable connections.

License

Notifications You must be signed in to change notification settings

AmaniToamaWebDevelp1/proxyList-Top-Speed

Repository files navigation

ProxyList-Top-Speed

How Proxy Servers Work

Overview

Welcome to ProxyList-Top-Speed! This repository provides a comprehensive list of proxy servers. The proxies are categorized into four types:

  1. HTTP
  2. HTTPS
  3. SOCKS4
  4. SOCKS5

Files

The repository contains the following files:

  • proxy_http.txt : Contains a list of HTTP proxies.
  • proxy_https.txt : Contains a list of HTTPS proxies.
  • proxy_socks4.txt : Contains a list of SOCKS4 proxies.
  • proxy_socks5.txt : Contains a list of SOCKS5 proxies.

Each file is formatted as a plain text file, listing proxies in the format [IP]:[Port].

Usage

To use the proxies, you can download the respective file and integrate the proxies into your application or script. Below are the commands to download the files for different operating systems and using Python.

Downloading using Command Line

Windows

curl -o proxy_http.txt https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_http.txt
curl -o proxy_https.txt https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_https.txt
curl -o proxy_socks4.txt https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_socks4.txt
curl -o proxy_socks5.txt https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_socks5.txt

macOS/Linux

wget -O proxy_http.txt https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_http.txt
wget -O proxy_https.txt https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_https.txt
wget -O proxy_socks4.txt https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_socks4.txt
wget -O proxy_socks5.txt https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_socks5.txt

Downloading using Python

import requests

files = {
    "proxy_http.txt": "https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_http.txt",
    "proxy_https.txt": "https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_https.txt",
    "proxy_socks4.txt": "https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_socks4.txt",
    "proxy_socks5.txt": "https://raw.githubusercontent.com/AmaniToamaWebDevelp1/proxyList-Top-Speed/master/proxy_socks5.txt"
}

for filename, url in files.items():
    response = requests.get(url)
    with open(filename, "w") as file:
        file.write(response.text)

Checking Proxies

You can check the proxies using the Python tool proxychecker. Follow the instructions in the tool's repository to verify the proxies provided in this project.

ProxyChecker Tool

Contribution

Contributions are welcome! If you have proxies to add or updates to existing proxies, please fork the repository and submit a pull request.

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Contact

For more information, feel free to contact the maintainer at amanitoama570@gmail.com.


Happy Proxying!

About

A curated, regularly updated list of HTTP, HTTPS, SOCKS4, and SOCKS5 proxies for web scraping, security testing, and anonymous browsing. Verified proxies include IP, port, location, and anonymity level (transparent, anonymous, elite). Easily integrate with Python, Node.js, and other applications for smooth proxy management and reliable connections.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published