Glowing Web Network
Glowing Web Network

Free United States Proxies

Live free proxies from United States, aggregated from public sources and refreshed every 15 minutes. Filter by protocol or anonymity below.

88 live proxies Updated just nowSources: 5 of 6
Protocol:
Showing 88 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
134.122.64.1741080USSOCKS5just now
52.229.30.380USHTTPjust now
68.71.249.1584145USSOCKS5just now
47.82.145.2471080USSOCKS4just now
184.170.251.3011288USSOCKS4just now
129.213.139.1798080USHTTPjust now
72.56.246.2501080USHTTPjust now
199.102.104.704145USSOCKS4just now
98.190.239.34145USSOCKS4just now
192.111.137.3418765USSOCKS4just now
72.56.246.2501080USSOCKS4just now
144.31.233.1551080USSOCKS4just now
72.205.0.934145USSOCKS5just now
96.36.50.9939593USSOCKS4just now
34.44.49.21580USHTTPjust now
162.253.68.974145USSOCKS5just now
206.166.251.1369100USSOCKS4just now
152.70.237.2383128USSOCKS4just now
72.49.49.1131034USSOCKS4just now
104.194.144.24980USHTTPjust now
72.205.0.674145USSOCKS4just now
209.182.199.2063128USHTTPjust now
144.31.226.715555USSOCKS4just now
98.178.72.2110919USSOCKS4just now
47.82.154.2471080USSOCKS4just now
170.106.111.2211080USSOCKS4just now
142.54.236.974145USSOCKS5just now
158.247.240.611080USSOCKS4just now
130.49.218.1081080USSOCKS5just now
174.137.134.1822999USHTTPjust now
184.178.172.144145USSOCKS4just now
72.36.32.2229050USSOCKS4just now
4.213.167.17880USHTTPjust now
12.50.107.22180USHTTPjust now
68.183.52.1289081USSOCKS4just now
157.245.143.657890USSOCKS4just now
47.245.117.4380USHTTPjust now
47.237.169.1831080USSOCKS4just now
165.245.250.1708080USHTTPjust now
155.212.133.1361080USSOCKS4just now
Tired of dead proxies? Scrappey rotates millions of residential IPs — €0.20 / 1k requests. Try free
74.119.147.2094145USSOCKS4just now
130.49.218.1081080USHTTPjust now
152.70.91.19340000USSOCKS4just now
206.220.175.24145USSOCKS4just now
158.247.206.1911080USSOCKS4just now
38.183.146.1438090USHTTPjust now
109.199.96.1169050USSOCKS4just now
168.138.9.1471080USSOCKS4just now
85.208.87.1113128USHTTPjust now
199.66.157.418080USHTTPjust now
Page 1 of 2

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!