Everything you need for browser fingerprinting
Enterprise-grade CDP injection with real device fingerprints, seamless Playwright integration, and AI agent support.
30+ Fingerprint Categories
Canvas, WebGL, Audio, Fonts, WebRTC, WebGPU, Battery, Keyboard, Speech, CSS Media, and 20+ more categories with 500+ individual parameters.
Playwright Integration
Get standard Playwright Browser and Page instances after launch. Zero learning curve -- all your existing Playwright scripts work out of the box.
Real Device Fingerprints
Collected from real Windows, Mac, and Linux devices. Each fingerprint includes 150+ WebGL parameters, canvas data, audio context, fonts, and more.
Profile Persistence
Cookies, localStorage, and session data survive browser restarts. Each profile maintains its own user data directory for long-running automation tasks.
MCP Server Mode
Run as an MCP server for AI agent integration. Launch browsers, navigate, fill forms, and take screenshots through standardized tool calls.
Visual Identity
Floating labels, window titles, and custom theme colors per account. Instantly identify which profile is running in which browser window.
Standard Playwright API
Configure your fingerprint with our custom API, then use standard Playwright from there. Zero learning curve if you already know Playwright.
npm install anti-detect-browser applyFingerprint() import { AntiDetectBrowser } from 'anti-detect-browser'
// Create instance with your API key
const ab = new AntiDetectBrowser({
key: 'your-api-key',
})
// Launch with a profile — fingerprint is auto-assigned
const { context, page } = await ab.launch({
profile: 'reddit-account-01',
proxy: 'http://user:pass@host:port',
label: 'billr@outlook.com',
color: '#e74c3c',
})
// Standard Playwright API from here
await page.goto('https://www.reddit.com')
await page.fill('#login-username', 'xxx')
await browser.close() Simple, transparent pricing
Start free, scale as you grow. No hidden fees.
Ready to go undetectable?
Start with 100 free fingerprints per month. Launch your first anti-detect browser in under 5 minutes.