Real-device fingerprints, controlled with the standard Playwright API you already write. Start free with 10 browser profiles — at the lowest price in the market.
The only browser sitting in the gap between the antidetect crowd and the agent-browser crowd — with the lowest price in the category.
Standard Playwright API, no proprietary SDK to learn. Connect your AI agent or automation script in one line and it just runs.
Every profile carries the fingerprint of a real device — not randomized noise that anti-bot systems flag. Consistent across Canvas, WebGL, fonts and the engine layer.
The lowest-priced plans in the category — and managed residential proxies come with every paid plan, so you don't have to wire up a third party.
Start with 10 full profiles at zero cost. Most competitors give you 2 to 5. We give you 10 — and never charge for them.
Cookies, sessions and local storage persist across restarts. Warm up an account once and it stays warm.
Watch headless sessions as they run, in real time, from your dashboard. No black box — know exactly what your agents and accounts are doing.
Randomized fingerprints betray themselves: a Windows user-agent paired with a font list no matching machine would have, or a GPU string no real card ever shipped. Anti-bot systems are built to catch exactly those contradictions.
We sample each profile whole, from a coherent device profile, and spoof it at the kernel level through the Engine runtime. Canvas, WebGL, audio, fonts and the protocol layer all agree — by construction, not by luck.
Pick a target OS and locale. We assign a coherent, real-device fingerprint — every signal aligned, nothing to give it away.
Open it in the desktop app, or grab a Playwright handle in code. Same fingerprint, same session, either way.
Run dozens of isolated identities side by side. Sessions persist, labels keep you oriented, agents take the wheel.
A no-code cockpit to create, label, launch and watch every profile. No terminal required — and the Playwright API is one click away when you want it.
Floating labels and a real-time thumbnail of every running window.
Duplicate a warm profile or spin up a fresh fingerprint instantly.
Bind HTTP/SOCKS5 so geo, IP and timezone always agree.
Grab a standard Playwright handle for any profile in one click.
// Launch a real-device profile, get Playwright back import { AntiDetectBrowser } from "anti-detect-browser" const ab = new AntiDetectBrowser({ key: "your-api-key" }) const { browser, page } = await ab.launch({ profile: "ads-us-east", fingerprint: { tags: ["Windows 10", "Chrome"] }, proxyId: "us-east-01", }) await page.goto("https://example.com") // → standard Playwright Browser + Page
// Drop into any MCP client — Claude included { "mcpServers": { "anti-detect-browser": { "command": "npx", "args": ["anti-detect-browser", "--mcp"], "env": { "ANTI_DETECT_BROWSER_KEY": "your-api-key" } } } } // → agent gets launch, navigate, click, screenshot tools
Hand any AI agent a fully fingerprinted browser over MCP, or wire it up with the standard Playwright API you already write — no proprietary SDK to learn.
browser and page behave exactly as you expect.10 profiles free, forever. Paid plans start lower than anyone in the category — pay for what your agents use, not per seat.
Each fingerprint is sampled as a coherent Windows device profile — actual WebGL renderers, canvas hashes, audio stacks and font lists. Nothing is randomly generated, so signals never contradict each other.
No. launch() returns standard Playwright Browser and Page instances. Existing scripts work out of the box — only the launch line changes.
Run npx anti-detect-browser --mcp and the SDK exposes launch, navigate, click, type, read and screenshot tools. Drop it into Claude or any MCP client and your agent operates a fully fingerprinted browser.
Yes. Cookies, localStorage, IndexedDB and session state are stored per profile, so logged-in accounts stay warm across restarts.
The desktop app runs on Windows. The automation SDK and MCP server also run on Windows (Node 18+).
Yes — 10 profiles with the full fingerprint engine, no credit card required. Paid plans start at $9.9/mo, lower than anyone in the category.
Real-device fingerprints, driven by the Playwright you already write.