Live proxy list

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.

57 live proxies Updated just nowSources: 1 of 6
Protocol:
Showing 57 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
104.200.152.304145USSOCKS5just now Likely dead
104.168.153.193128USHTTPjust now Likely dead
132.148.244.3045157USSOCKS4just now Likely dead
142.54.231.384145USSOCKS4just now Likely dead
139.28.49.2268080USHTTPjust now Likely dead
Tired of dead proxies? Scrappey rotates millions of residential IPs — €0.20 / 1k requests. Try free
142.54.237.384145USSOCKS4just now Likely dead
152.70.57.1431080USSOCKS4just now Likely dead
152.70.91.19340000USSOCKS4just now Likely dead
155.212.229.763128USHTTPjust now Likely dead
161.97.129.2029060USSOCKS4just now Likely dead
157.90.10.151030USHTTPjust now Likely dead
157.90.10.1510411USHTTPjust now Likely dead
184.178.172.2515291USSOCKS4just now Likely dead
157.90.10.151055USHTTPjust now Likely dead
184.182.240.124145USSOCKS4just now Likely dead
157.90.10.152030USHTTPjust now Likely dead
184.182.240.2114145USSOCKS4just now Likely dead
157.90.10.1530701USHTTPjust now Likely dead
157.90.10.1530702USHTTPjust now Likely dead
157.90.10.1531299USHTTPjust now Likely dead
192.111.129.1504145USSOCKS4just now Likely dead
157.90.10.1535053USHTTPjust now Likely dead
192.111.137.3418765USSOCKS4just now Likely dead
157.90.10.1535204USHTTPjust now Likely dead
192.111.139.16319404USSOCKS4just now Likely dead
157.90.10.1535253USHTTPjust now Likely dead
157.90.10.154520USHTTPjust now Likely dead
157.90.10.1550045USHTTPjust now Likely dead
206.220.175.24145USSOCKS4just now Likely dead
157.90.10.155030USHTTPjust now Likely dead
157.90.10.1550504USHTTPjust now Likely dead
157.90.10.1550555USHTTPjust now Likely dead
157.90.10.155070USHTTPjust now Likely dead
216.68.128.1214145USSOCKS4just now Likely dead
157.90.10.1555570USHTTPjust now Likely dead
157.90.10.1556050USHTTPjust now Likely dead
23.175.248.211080USSOCKS4just now Likely dead
157.90.10.1556985USHTTPjust now Likely dead
24.249.199.44145USSOCKS4just now Likely dead
170.64.170.2048080USHTTPjust now Likely dead
47.237.116.2151080USSOCKS4just now Likely dead
64.188.77.261080USSOCKS4just now Likely dead
66.42.224.22941679USSOCKS4just now Likely dead
68.183.52.1289174USSOCKS4just now Likely dead
69.61.200.10436181USSOCKS4just now Likely dead
70.166.167.5557745USSOCKS4just now Likely dead
72.207.113.974145USSOCKS4just now Likely dead
72.207.33.644145USSOCKS4just now Likely dead
74.119.147.2094145USSOCKS4just now Likely dead
38.60.196.21480USHTTPjust now Likely dead
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. Your Free Trial Is Waiting For You!