Detect proxy and VPN using IP address
IP2Proxy web service detects anonymous proxy, Tor exit nodes, VPNs, and residential proxies in real-time using an IP address.
import requests
url = "https://api.ip2proxy.com/v2/"
params = {
"ip": "8.8.8.8",
"key": "YOUR_API_KEY",
"format": "json"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)