Tested and verified HTTP, HTTPS and SOCKS5 proxies โ updated automatically every 30 minutes. Filter, sort, copy or export in TXT/JSON format. 100% free.
A free proxy list is a collection of publicly available proxy server IP addresses and ports that anyone can use to route their internet traffic through a different server. Each proxy in our list has been automatically tested for connectivity and speed before being published here.
Our proxy list is sourced from trusted open-source GitHub repositories including TheSpeedX, monosans, clarketm, and proxifly โ all of which maintain regularly updated lists of working free proxies. We test every proxy against a live endpoint and only display those that successfully respond.
HTTP proxies work with standard web traffic over port 80. They intercept HTTP requests and forward them to the destination server. Best for: basic web browsing, accessing websites, scraping HTTP pages.
HTTPS (SSL) proxies support encrypted traffic over port 443. They can handle both HTTP and HTTPS connections, making them suitable for secure websites and APIs. Best for: accessing HTTPS sites, secure connections.
SOCKS5 proxies are the most versatile โ they work at a lower level than HTTP proxies and support any protocol including TCP, UDP, and DNS. They offer better anonymity and can handle any type of traffic. Best for: torrenting, gaming, apps that aren't browser-based.
Go to your browser's network settings and enter the proxy IP and port. In Chrome: Settings โ System โ Open proxy settings. In Firefox: Settings โ Network Settings โ Manual proxy configuration.
import requests
proxies = {
"http": "http://IP:PORT",
"https": "http://IP:PORT",
}
response = requests.get("https://example.com", proxies=proxies, timeout=10)
print(response.text)
proxies = {
"http": "socks5h://IP:PORT",
"https": "socks5h://IP:PORT",
}
response = requests.get("https://example.com", proxies=proxies)
curl -x http://IP:PORT https://example.com # For SOCKS5: curl --socks5 IP:PORT https://example.com
Latency is the time (in milliseconds) it takes for a request to travel from our test server to the proxy and back. Lower is better:
Free proxies like those in this list are open and publicly shared. They work well for casual use, testing, and scraping non-sensitive sites. However, they come with limitations: they can be unreliable, slow, and may not support all protocols. For production use cases requiring reliability and anonymity, a paid dedicated proxy service is recommended.
GET /api/proxy-list?type=all&limit=100&format=json โ or format=txt for plain text. You can filter by type: type=http, type=https, or type=socks5.