Free Proxy Servers
Up-to-date list of 1000+ free proxy servers for anonymous surfing, data parsing
| IP address | Port | Country | Protocol | Anonymity | HTTPS | Speed | Uptime | Latency | Last check | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| 185.36.145.212 | 80 |
|
HTTP | anonymous | No |
|
|
50 ms | 21 sec ago | |
| 42.96.16.176 | 1312 |
|
HTTPS | elite proxy | Yes |
|
|
30 ms | 21 sec ago | |
| 159.203.61.169 | 3128 |
|
HTTP | anonymous | No |
|
|
80 ms | 21 sec ago | |
| 209.97.150.167 | 8080 |
|
HTTP | anonymous | No |
|
|
60 ms | 21 sec ago | |
| 38.127.172.31 | 24171 |
|
SOCKS5 | elite proxy | No |
|
|
20 ms | 21 sec ago |
Shown: 5 of 5 proxies
(Page 1 of 1)
What is a proxy server?
A proxy server is an intermediate server between your device and the internet, which allows:
- Provide online anonymity
- Cache data to speed up loading
- Protect the local network from external threats
- Restrict access to certain resources
- Collect data from websites (parsing)
- Distribute network load
- Log internet activity
Attention: limitations of free proxies
Free proxies often have low speed, are unstable and may pose a security threat. For important tasks it is recommended to use paid verified proxy services.
How to use a proxy?
To use a proxy server, you need to configure it in your browser, application or operating system:
// Example of proxy configuration in PHP using cURL
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://example.com");
curl_setopt($ch, CURLOPT_PROXY, "http://proxy-ip:proxy-port");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result = curl_exec($ch);
curl_close($ch);