Free Argentina HTTPS Proxy List

We are currently tracking 3 live, verified HTTPS proxies in Argentina with an average connection latency of 3595ms. Each proxy is re-checked continuously for connectivity, anonymity, and uptime, and the list below shows the most reliable HTTPS proxies for Argentinafirst.

Live Argentina HTTPS proxies

Last updated:

Proxy (IP:Port)ProtocolLocationAnonymityLatencyUptimeLast Checked
https://187.102.219.64:999HTTPS🇦🇷Argentina, Montecarloanonymous3405ms45%
https://187.102.219.42:999HTTPS🇦🇷Argentina, Eldoradoanonymous4886ms42%
https://187.102.219.34:999HTTPS🇦🇷Argentina, Puerto Eldoradoelite2495ms27%

How to use free Argentina HTTPS proxies

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

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