Live proxy list

Free Proxy List

Live free proxies aggregated from public sources, refreshed every 15 minutes. HTTP, SOCKS4, SOCKS5 — filter by country, copy, or download as CSV.

500 live proxies Updated just nowSources: 5 of 6
Protocol:
Showing 500 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
36.95.27.918080IDHTTPjust now Likely dead
91.107.182.12482IRSOCKS5just now Likely dead
199.58.184.974145USSOCKS4just now Likely dead
47.245.117.4380USHTTPjust now Likely dead
206.123.156.2125233MGSOCKS5just now Likely dead
91.107.182.12482IRSOCKS4just now Likely dead
176.88.166.1718080TRHTTPjust now Likely dead
91.98.161.171080IRSOCKS5just now Likely dead
64.188.77.261080USSOCKS4just now Likely dead
45.179.200.38999COHTTPjust now Likely dead
206.123.156.2334236MGSOCKS5just now Likely dead
190.144.224.18244550COSOCKS4just now Likely dead
45.157.140.121080HTTPjust now Likely dead
206.123.156.2098232MGSOCKS5just now Likely dead
202.179.83.16951951INSOCKS4just now Likely dead
202.73.27.1068080IDHTTPjust now Likely dead
206.123.156.2334976MGSOCKS5just now Likely dead
199.66.183.2264145USSOCKS4just now Likely dead
103.193.144.418080CNHTTPjust now Likely dead
206.123.156.2309389MGSOCKS5just now Likely dead
84.21.173.1701080DESOCKS4just now Likely dead
103.39.51.1561080IDHTTPjust now Likely dead
77.110.126.901080SASOCKS5just now Likely dead
8.215.25.32080SGSOCKS4just now Likely dead
43.133.1.1983128JPHTTPjust now Likely dead
Tired of dead proxies? Scrappey rotates millions of residential IPs — €0.10 / 1k requests. Try free
206.123.156.2334771MGSOCKS5just now Likely dead
81.168.119.85443GBSOCKS4just now Likely dead
183.110.216.1598091KRHTTPjust now Likely dead
206.123.156.2124864MGSOCKS5just now Likely dead
200.43.231.174145ARSOCKS4just now Likely dead
180.191.52.428081PHHTTPjust now Likely dead
206.123.156.2336107MGSOCKS5just now Likely dead
38.191.204.3743496USSOCKS4just now Likely dead
157.20.252.2038080HTTPjust now Likely dead
185.21.141.2381080RUSOCKS5just now Likely dead
101.6.140.2486382CNSOCKS4just now Likely dead
103.43.191.718888SGHTTPjust now Likely dead
206.123.156.23310428MGSOCKS5just now Likely dead
183.173.254.616382CNSOCKS4just now Likely dead
206.189.144.16410808SGHTTPjust now Likely dead
206.123.156.2305034MGSOCKS5just now Likely dead
103.194.88.2261080INSOCKS4just now Likely dead
181.225.77.1019992COHTTPjust now Likely dead
125.24.156.1137080THSOCKS5just now Likely dead
47.251.127.1541080USSOCKS4just now Likely dead
47.243.92.1993128USHTTPjust now Likely dead
185.133.239.24416299DESOCKS5just now Likely dead
181.204.4.745678COSOCKS4just now Likely dead
185.196.182.228080ALHTTPjust now Likely dead
176.124.192.1701081RUSOCKS5just now Likely dead
Tired of dead proxies? Scrappey rotates millions of residential IPs — €0.10 / 1k requests. Try free
Page 1 of 10

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!