Free Colombia HTTP Proxy List

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

Live Colombia HTTP proxies

Last updated:

Proxy (IP:Port)ProtocolLocationAnonymityLatencyUptimeLast Checked
http://181.78.74.252:999HTTP🇨🇴Colombia, Cartagenaelite2036ms100%
http://181.78.23.187:999HTTP🇨🇴Colombia, Cartagenaelite2379ms100%
http://181.78.74.253:999HTTP🇨🇴Colombia, Ciénaga de Oroelite2431ms100%
http://190.0.246.213:4040HTTP🇨🇴Colombia, La Cejaelite2045ms86%
http://190.0.246.211:4040HTTP🇨🇴Colombia, Yopalelite1576ms74%
http://190.0.246.210:4040HTTP🇨🇴Colombia, Villavicencioanonymous2952ms59%
http://181.129.183.19:53281HTTP🇨🇴Colombia, Bucaramangaanonymous2956ms45%

How to use free Colombia HTTP proxies

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

cURL Example:
# Test Colombia 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)