Free Russia HTTP Proxy List

We are currently tracking 5 live, verified HTTP proxies in Russia with an average connection latency of 3064ms. Each proxy is re-checked continuously for connectivity, anonymity, and uptime, and the list below shows the most reliable HTTP proxies for Russiafirst.

Live Russia HTTP proxies

Last updated:

Proxy (IP:Port)ProtocolLocationAnonymityLatencyUptimeLast Checked
http://185.200.188.234:10001HTTP🇷🇺Russia, Moscowelite3604ms100%
http://185.186.143.190:9001HTTP🇷🇺Russia, Moscowanonymous3316ms90%
http://153.80.240.2:1080HTTP🇷🇺Russia, Rotterdamelite876ms60%
http://2.56.178.63:3128HTTP🇷🇺Russia, Moscowelite2768ms43%
http://62.217.180.23:8080HTTP🇷🇺Russia, St Petersburgelite4757ms39%

How to use free Russia HTTP proxies

You can route your web scrapers, automated testing suites, or CLI tools through any verified Russia HTTP proxy listed above. Below is a quick example in cURL and Python:

cURL Example:
# Test Russia HTTP proxy curl -x http://IP:PORT -L https://api.ipify.org?format=json
Python Requests:
import requests proxies = {'http': 'http://IP:PORT', 'https': 'http://IP:PORT'} res = requests.get('https://api.ipify.org?format=json', proxies=proxies, timeout=5)