Detects Proxy, VPN and Remote Desktop traffic with 99% accuracy.
For website and app owners
Add one script tag to your site. We POST a JSON verdict for every visitor to your server. Nothing to host.
Your API key is ready on the dashboard. It is public by design and only identifies your site.
Drop the snippet before </body>.
Works with any HTML, CMS or tag manager.
Set a callback URL. Your server gets a JSON POST per visitor and decides: allow, CAPTCHA or block.
<script src="https://engine.proxydetect.live/pd-lib.js?pdKey=YOUR_API_KEY&pdVal=SESSION_ID" async></script>
SESSION_ID is any id you choose. It comes back unchanged
in the result.
{
"type": "active",
"uuid": "59d68ddfa135f3f0",
"pdVal": "SESSION_ID",
"ip": "185.220.101.34",
"is_proxy": true,
"is_vpn": false
}
IP blocklists are outdated the moment they are published. Our engine classifies live traffic instead.
New proxy clusters and residential pools come online every hour.
Attackers rotate to clean mobile and residential IPs that no blocklist has seen yet.
TCP/IP fingerprints, latency and network flows expose tunnelled traffic as it happens.