Skip to content

Repository files navigation

HProxy Free Proxy List

Website Tracked Live Updated Free API Proxy Checker Premium Proxies

The biggest free proxy list on the internet, continuously verified 24/7.

HTTP, HTTPS, SOCKS4 and SOCKS5 · country, anonymity, latency and uptime on every IP · updated 28.08.2026

HProxy publishes the largest continuously verified list of free public proxies. We aggregate 100+ public sources every few minutes, test every proxy through HTTP, HTTPS, SOCKS4 and SOCKS5 around the clock, and enrich each working one with country, anonymity grade, latency and uptime. Over 669,531 proxies tracked all-time, with 42,213 live and working in the pool right now. It is completely free, updated continuously, and needs no signup and no API key.

If you have been copying proxies from a dozen different repos and sites, you do not need to any more: this list is their verified superset. See Sources we aggregate.

Quick facts

  • 669,531 proxies tracked all-time, 42,213 live right now
  • 4 protocols: HTTP, HTTPS, SOCKS4, SOCKS5
  • Aggregated from 100+ public sources, deduplicated and format-validated
  • Verified around the clock, list refreshed every few minutes
  • Every live proxy carries country, city, anonymity, latency and uptime
  • Free, no signup, no API key, no rate limits on the raw files
  • Filtered lists: per protocol, per country, and by anonymity tier (elite / anonymous / fast)
  • Formats: txt, json, csv

Download

List Proxies Formats
All 42,213 txt · json · csv
HTTP 2,623 txt
HTTPS 2,422 txt
SOCKS4 2,662 txt
SOCKS5 2,691 txt
Elite (high-anonymity) 4,053 txt
Anonymous 589 txt
Fast (under 2s) 3,425 txt
United States (US) 7,930 txt · all »

Text files are one ip:port per line. all.json and all.csv add protocol, anonymity, country, city, latency and uptime for every proxy.

Free proxies by country (137 countries)
Country Proxies File
United States (US) 7,930 by-country/US.txt
Indonesia (ID) 3,492 by-country/ID.txt
China (CN) 2,788 by-country/CN.txt
India (IN) 2,645 by-country/IN.txt
Japan (JP) 2,191 by-country/JP.txt
Australia (AU) 2,063 by-country/AU.txt
Hong Kong (HK) 1,476 by-country/HK.txt
Canada (CA) 1,458 by-country/CA.txt
South Korea (KR) 1,375 by-country/KR.txt
France (FR) 1,368 by-country/FR.txt
Thailand (TH) 1,263 by-country/TH.txt
Germany (DE) 1,200 by-country/DE.txt
+125 more countries full by-country/ folder »

Every proxy is enriched

Most free proxy lists hand you a bare ip:port and nothing else. We verify each proxy and attach the data that tells you whether it is actually worth using:

Field What it tells you
protocols Which of HTTP / HTTPS / SOCKS4 / SOCKS5 it actually speaks
anonymity transparent, anonymous, or elite (does it leak your IP)
country / city Where the exit is
latency_ms Real measured response time
uptime_24h / uptime_7d How reliable it has been, not just alive once

All of it lives in all.json and all.csv.

Use it in your code

Python (requests):

import random, requests

proxies = requests.get(
    "https://raw.githubusercontent.com/hproxy-com/free-proxy-list/main/all.txt"
).text.split()

proxy = random.choice(proxies)
r = requests.get("https://api.ipify.org",
                 proxies={"http": f"http://{proxy}", "https": f"http://{proxy}"},
                 timeout=10)
print(r.text)

curl:

curl -x http://$(curl -s https://raw.githubusercontent.com/hproxy-com/free-proxy-list/main/http.txt | head -1) https://api.ipify.org

Node.js:

const list = await fetch("https://raw.githubusercontent.com/hproxy-com/free-proxy-list/main/all.txt")
  .then(r => r.text());
const proxies = list.trim().split("\n");

Use as an API

Every file is a raw endpoint, refreshed continuously (also mirrored on the jsDelivr CDN so there are no rate limits):

curl https://raw.githubusercontent.com/hproxy-com/free-proxy-list/main/all.txt            # every proxy, ip:port
curl https://raw.githubusercontent.com/hproxy-com/free-proxy-list/main/by-country/US.txt  # one country
curl https://cdn.jsdelivr.net/gh/hproxy-com/free-proxy-list@main/all.json           # full details via CDN

Prefer a hosted API with country and protocol filtering and no repo cloning? Run the free HProxy Free Proxy List actor on Apify (no key, no signup), or use the real-time API and full docs at hproxy.com/docs.

FAQ

How many free proxies are in this list? Over 669,531 have been tracked all-time, and 42,213 are live and verified in the working pool right now. The published files hold the proxies confirmed working within the last 48 hours.

Which protocols are supported? HTTP, HTTPS, SOCKS4 and SOCKS5. Each proxy is labelled with the protocols it actually answered on, not just the ones it was listed under.

How often is the list updated? Continuously. New candidates are pulled from 100+ sources every few minutes, verified around the clock, and the files here are regenerated as results come in.

Are the proxies anonymous? Each one is graded transparent, anonymous or elite based on whether it leaks your real IP. Filter on the anonymity field in all.json or all.csv.

How do I use a proxy in Python? See Use it in your code above. Pull all.txt, pick a line, and pass it to requests as an http/https proxy.

Do I need an API key or an account? No. The raw files and the Apify actor are free with no signup.

Are free proxies safe to use? Treat them as public and untrusted. They are great for web scraping, testing, and reaching geo-restricted content, but you should never send passwords, logins or sensitive data through a public proxy. For anything that matters, use dedicated proxies (see below).

How is this different from other free proxy lists? Two things. First, every proxy here is actually verified and enriched (country, anonymity, latency, uptime), not just scraped and dumped. Second, this list is the superset of the ecosystem: we already aggregate the sources other lists pull from, so one file replaces all of them.

Sources we aggregate

We continuously pull from 100+ public proxy sources, then dedupe, verify and enrich everything in one place, so you do not have to. Instead of scraping and cross-checking a dozen separate public repos and proxy sites yourself, this single list is their verified, de-duplicated superset, refreshed around the clock.

Found a public proxy source you think we should pull from? Open an issue and we will consider adding it to the engine.

How it works

  1. Aggregate fresh candidates from 100+ public sources, around the clock.
  2. Verify every proxy through HTTP, HTTPS, SOCKS4 and SOCKS5, 24/7.
  3. Enrich each live proxy with country, anonymity grade, latency and uptime.
  4. Publish the freshly verified list here, continuously.

Powered by HProxy

Free proxies die fast and are often already blocked. When you need proxies that stay up, HProxy does residential, ISP, mobile and datacenter, billed by the gigabyte, from $0.44/GB.

Live list  ·  Proxy checker  ·  Pricing  ·  Free API on Apify

Contributing

Raw IPs cannot be added by pull request: the list regenerates every few minutes from the verification engine, so committed entries would be overwritten on the next update. The useful way to help is to suggest a public proxy source for the engine to pull from.

Legal

These proxies are aggregated from publicly available sources. We do not scan, port-scan or collect them ourselves, and we store nothing about the devices behind them. They are provided as-is, with no warranty, for lawful use only. You are responsible for how you use them: follow the GitHub Acceptable Use Policy and your local laws, and never route passwords or sensitive data through a public proxy. If an IP address is yours and you want it removed, open an issue.

hproxy.com  ·  continuously updated  ·  2026-08-28 06:17 UTC

About

The biggest free proxy list. 780,000+ proxies collected globally and verified around the clock, thousands live & working right now. HTTP, HTTPS, SOCKS4 & SOCKS5 with country, anonymity grade & latency. Powered by HProxy.

Topics

Resources

Contributing

Stars

47 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors