Free Estonia SOCKS4 Proxy List

We are currently tracking 1 live, verified SOCKS4 proxies in Estonia with an average connection latency of 2135ms. Each proxy is re-checked continuously for connectivity, anonymity, and uptime, and the list below shows the most reliable SOCKS4 proxies for Estoniafirst.

Live Estonia SOCKS4 proxies

Last updated:

Proxy (IP:Port)ProtocolLocationAnonymityLatencyUptimeLast Checked
socks4://185.157.111.3:5678SOCKS4🇪🇪Estonia, Põlvaelite2135ms21%

How to use free Estonia SOCKS4 proxies

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

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