Free Philippines HTTPS Proxy List

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

Live Philippines HTTPS proxies

Last updated:

Proxy (IP:Port)ProtocolLocationAnonymityLatencyUptimeLast Checked
https://122.54.160.148:8082HTTPS🇵🇭Philippines, QuezonCityanonymous5429ms50%
https://112.202.247.125:8082HTTPS🇵🇭Philippines, Quezon Cityanonymous935ms45%

How to use free Philippines HTTPS proxies

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

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