Glowing Web Network
Glowing Web Network

Free HTTP Proxy List

Live HTTP proxies aggregated from public sources, refreshed every 15 minutes. Copy, download, or filter by country.

167 live proxies Updated just nowSources: 5 of 6
Protocol:
Showing 167 proxies

Disclaimer: Public proxies are operated by third parties. Scrappey doesn't control them and cannot guarantee security. For production use, see our residential proxy product.

IPPortCountryProtocolAnonymityLast checkedUptimeCopy
94.158.49.823128UZHTTPjust now
95.81.126.7380IRHTTPjust now
183.215.23.2429091CNHTTPjust now
89.43.135.98080TRHTTPjust now
160.238.65.63128CNHTTPjust now
197.221.240.17680ZWHTTPjust now
47.91.65.233128DEHTTPjust now
197.221.240.24680ZWHTTPjust now
141.98.153.8680LTHTTPjust now
Tired of dead proxies? Scrappey rotates millions of residential IPs — €0.20 / 1k requests. Try free
109.236.88.8280NLHTTPjust now
74.176.195.13580USHTTPjust now
172.237.73.2480USHTTPjust now
38.253.69.195999USHTTPjust now
109.135.16.1458789BEHTTPjust now
200.110.173.240999COHTTPjust now
111.79.111.1263128CNHTTPjust now
186.225.61.703131BRHTTPjust now
8.217.214.6650001SGHTTPjust now
2.26.87.2161080GBHTTPjust now
202.180.21.21380IDHTTPjust now
197.221.240.17880ZWHTTPjust now
195.62.50.228080FRHTTPjust now
186.148.160.8999COHTTPjust now
103.231.236.2028182HTTPjust now
212.34.146.1183128ESHTTPjust now
104.168.153.193128USHTTPjust now
103.167.170.838097HTTPjust now
203.8.223.2543000HTTPjust now
185.191.239.2483128CHHTTPjust now
178.253.23.2448080IRHTTPjust now
12.50.107.22080USHTTPjust now
103.146.185.1401111HTTPjust now
119.93.139.1968082PHHTTPjust now
116.80.48.1483172JPHTTPjust now
Tired of dead proxies? Scrappey rotates millions of residential IPs — €0.20 / 1k requests. Try free
135.181.154.22580CAHTTPjust now
12.50.107.21780USHTTPjust now
160.238.65.93128CNHTTPjust now
39.172.97.1928060CNHTTPjust now
220.197.44.363128CNHTTPjust now
177.234.211.175999ECHTTPjust now
120.28.213.2475050PHHTTPjust now
173.212.246.1573128DEHTTPjust now
47.242.243.1982233USHTTPjust now
190.60.57.77999COHTTPjust now
139.162.153.2013128DEHTTPjust now
47.84.104.423128USHTTPjust now
165.16.92.1938102LYHTTPjust now
192.99.8.158850CAHTTPjust now
157.66.4.5133892RWHTTPjust now
2.78.60.103129KZHTTPjust now
Page 1 of 4

What is a free proxy?

A free proxy is a publicly listed server that forwards your web requests through a different IP address. They're useful for learning, testing scraping logic, and small projects where reliability isn't critical.

Unlike paid residential proxies, free proxies typically have 15-30% success rates, 12-48 hour lifespans, and unknown operators. The list above aggregates 3+ public sources every 15 minutes — but we don't fabricate uptime numbers when sources don't publish them.

How to use these proxies

Python (requests)

import requests
proxies = {
  "http":  "http://1.2.3.4:8080",
  "https": "http://1.2.3.4:8080",
}
r = requests.get(
  "https://httpbin.org/ip",
  proxies=proxies, timeout=10)
print(r.text)

cURL

curl -x http://1.2.3.4:8080 \
  --max-time 10 \
  https://httpbin.org/ip

# SOCKS5
curl --socks5 1.2.3.4:1080 \
  https://httpbin.org/ip

Node.js (axios)

import axios from 'axios'
const r = await axios.get(
  'https://httpbin.org/ip',
  {
    proxy: {
      host: '1.2.3.4',
      port: 8080,
      protocol: 'http'
    },
    timeout: 10000
  })
console.log(r.data)

Risks of using free proxies

Free proxies are operated by anonymous third parties. That introduces real risks:

  • Man-in-the-middle attacks: Operators can inspect or modify HTTP traffic, and some inject ads or strip TLS.
  • Short lifespans: Most nodes die within 12-48 hours. By the time you build retry logic, half the list is dead.
  • Shared IPs: The IP is also being abused by hundreds of others — many targets already block them.
  • Terms of service: Using proxies against a site's ToS can result in account bans or legal exposure.

For anything beyond learning, use audited residential proxies with known operators — Scrappey rotates clean IPs with proper authentication and SLAs.

FAQ

What is a free proxy?

A free proxy is a publicly available server that routes your HTTP or SOCKS traffic through a different IP address. They are operated by third parties (often anonymously), free to use, but slow and unreliable compared to paid residential proxies.

How often is this list updated?

We refresh from public sources every 15 minutes. Each request to this page may serve a cached snapshot up to 15 minutes old, with a background refresh on expiry.

Are these proxies safe to use?

No, not for sensitive traffic. Free proxy operators can read, log, or modify any HTTP request that passes through them. Never send credentials, payment data, or personal information through a free proxy. HTTPS protects content from MITM but not metadata.

Why are some proxies marked "likely dead"?

A proxy is flagged "likely dead" when its last-checked timestamp is over an hour old, or when a source reports its uptime below 50%. They're kept in the list for transparency but you should expect connection failures.

Do you have residential proxies?

Yes — Scrappey rotates millions of clean residential IPs across 195+ countries with authenticated endpoints and an SLA. Free credits available with no credit card. See /features/residential-proxies.

footer-frame

Start building with Scrappey

Try It For Free. No Subscription Required. No Credit Card Required. Instant Set-Up. 150 Free Requests Are Waiting For You!