Free Philippines HTTP Proxy List

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

Live Philippines HTTP proxies

Last updated:

Proxy (IP:Port)ProtocolLocationAnonymityLatencyUptimeLast Checked
http://58.69.124.137:8080HTTP🇵🇭Philippines, Antipolo Cityanonymous4404ms48%
http://122.52.34.45:8082HTTP🇵🇭Philippines, Imuselite2573ms45%
http://49.145.63.105:8082HTTP🇵🇭Philippines, Cebu Cityanonymous598ms41%

How to use free Philippines HTTP proxies

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

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