Eyes identifies bots, VPNs, and fraudulent visitors using browser fingerprinting and IP intelligence. Add 2 lines of code. Get a risk score in milliseconds.
Free plan includes 1,000 requests/month. No credit card required.
Six layers of detection combined into a single risk score.
Canvas, WebGL, audio, and navigator signals create a stable visitor identity — even in incognito mode.
Real-time lookup against 100k+ VPN and proxy CIDR ranges. Catch IP masking before it causes damage.
Hourly-updated Tor exit node list catches anonymous traffic with blazing O(1) lookup performance.
Detects Selenium, Puppeteer, PhantomJS, and other automation frameworks via browser artifacts.
Every visitor gets a 0–100 risk score in milliseconds. Act on low, medium, high, and critical thresholds.
Compare browser timezone against IP geolocation to catch VPN users who forget to change their clock.
One script tag. One API call. Full fraud protection. Eyes runs entirely in the browser and sends a fingerprint to our API — no PII, no cookies, GDPR-friendly.
<!-- Add to your <head> -->
<script src="https://cdn.theallseeingeyes.org/sdk/v1/eyes.min.js"></script>
<script>
const eyes = new Eyes({
apiKey: 'eye_live_your_key_here'
});
// Analyze visitor on critical actions
document.getElementById('checkout').addEventListener('click', async () => {
const result = await eyes.analyze();
if (result.risk.level === 'critical') {
showCaptcha(); // Challenge high-risk visitors
} else {
proceedToCheckout(result.visitorId);
}
});
</script>ZAR pricing. Cancel anytime. No hidden fees.
1,000 requests
10,000 requests
100,000 requests
1,000,000 requests
Need more than 1M requests/month? Contact us for Enterprise pricing
Join developers protecting their apps with Eyes. Free plan available — no credit card required.