Skip to content
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
130.110.103.2453128USHTTPjust now
185.125.200.801090RUSOCKS5just now
185.244.158.43129UASOCKS4just now
204.76.203.93128USHTTPjust now
95.31.16.1161081RUSOCKS5just now
95.163.153.2211080RUSOCKS4just now
219.93.101.6280MYHTTPjust now
66.163.119.5510006USSOCKS5just now
69.55.49.17738182USSOCKS4just now
181.39.25.1968118ECHTTPjust now
37.18.73.605566RUSOCKS5just now
95.211.190.269100NLSOCKS4just now
154.203.132.811080ZAHTTPjust now
118.194.228.210808CNSOCKS5just now
37.27.63.15125517IRSOCKS4just now
89.44.242.21210808HKHTTPjust now
161.35.90.931081USSOCKS5just now
216.106.179.21649242USSOCKS4just now
152.42.167.2413128USHTTPjust now
216.106.179.21649191USSOCKS5just now
192.111.135.1818301USSOCKS4just now
47.89.184.183128USHTTPjust now
45.13.186.1341080FRSOCKS5just now
159.195.61.2401080DKSOCKS4just now
82.207.117.1208080UAHTTPjust now
Tired of dead proxies? Scrappey rotates millions of residential IPs — €0.10 / 1k requests. Try free
65.21.252.6610808USSOCKS5just now
103.153.247.7412SOCKS4just now
219.65.73.8080INHTTPjust now
88.119.171.2491080LTSOCKS5just now
202.166.219.804153NPSOCKS4just now
47.91.104.883128AEHTTPjust now
182.163.96.661080BDSOCKS5just now
192.111.137.354145USSOCKS4just now
118.145.141.25145163CNHTTPjust now
213.136.92.911080DESOCKS5just now
89.237.33.12651549RUSOCKS4just now
183.110.216.1598091KRHTTPjust now
47.236.177.2361080USSOCKS5just now
67.201.59.704145USSOCKS4just now
163.172.53.14280FRHTTPjust now
199.102.106.944145USSOCKS5just now
204.168.225.359082USSOCKS4just now
138.124.118.2358080NOHTTPjust now
69.55.49.17738182USSOCKS5just now
216.106.179.21649305USSOCKS4just now
176.111.37.539811UAHTTPjust now
147.45.60.2501082RUSOCKS5just now
89.44.242.21210808HKSOCKS4just now
8.213.151.1283128SGHTTPjust now
185.72.9.559052RUSOCKS5just now
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 free. No subscription, no credit card, instant setup — your trial is waiting.