Agent-ready Kernel-level antidetect browser · Windows

The antidetect browser
your AI agent can drive.

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.

Real-device fingerprints No credit card Windows
Windows 11 · Chrome 124
Undetected
Profile Ads — US East
Canvas hash a1f3·9e7c·2b
WebGL vendor Intel Iris Xe
Timezone America/New_York
Audio context 124.0438·52
Fingerprint integrity 100% consistent
0
Fingerprint categories
0
Tunable parameters
0
Real WebGL signatures
2
Stealth kernels
01 Fingerprints

Real fingerprints.
Agent-ready control.

The only browser sitting in the gap between the antidetect crowd and the agent-browser crowd — with the lowest price in the category.

Drive it with Playwright you already wrote

Standard Playwright API, no proprietary SDK to learn. Connect your AI agent or automation script in one line and it just runs.

PlaywrightMCPone-line launch

Not spoofed. Real devices.

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.

CanvasWebGLFontsEngine-level

The most you get for the least you pay

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.

Lowest priceResidential proxies

10 profiles, free forever

Start with 10 full profiles at zero cost. Most competitors give you 2 to 5. We give you 10 — and never charge for them.

$0 foreverNo card

Log in once. Stay logged in.

Cookies, sessions and local storage persist across restarts. Warm up an account once and it stays warm.

CookiesSessionslocalStorage

See every browser, live

Watch headless sessions as they run, in real time, from your dashboard. No black box — know exactly what your agents and accounts are doing.

Live ViewColor tags
Deep dive · Real-device fingerprints

Every signal lines up — because it came from one real machine.

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.

30+ categories, 500+ parameters — Canvas, WebGL, WebGPU, audio, fonts, WebRTC, battery, media devices and more.
Coherent by construction — every value drawn from the same real device, never mixed and matched.
Closed-source kernel — a battle-tested Windows engine that spoofs at the kernel level, not just via injected JS.
fingerprint · profile "ads-us-east" real device
User-Agent Win64 · Chrome 124.0
Platform Win32
WebGL renderer ANGLE · Intel Iris Xe
Canvas hash a1f3·9e7c·2b
Audio context 124.0438·52
Fonts 218 Windows fonts
Timezone / IP America/New_York
Hardware 8 cores · 16 GB
All 30+ categories consistent0 contradictions
02 How it works

From zero to undetectable
in under five minutes.

Create a profile

Pick a target OS and locale. We assign a coherent, real-device fingerprint — every signal aligned, nothing to give it away.

Launch or automate

Open it in the desktop app, or grab a Playwright handle in code. Same fingerprint, same session, either way.

Scale & persist

Run dozens of isolated identities side by side. Sessions persist, labels keep you oriented, agents take the wheel.

03 Desktop app · Windows

Run a hundred identities from one desktop app.

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.

Anti-Detect Browser 42 profiles
Search 42 profiles… Filter New
Ads — US East
Win 11 · Chrome 124
Windows US-East · SOCKS5 Running
Research — EU
Win 11 · Chrome 124
Windows DE · HTTP Running
Scraper — APAC
Win 11 · Chrome 123
Windows JP · SOCKS5 Idle
Agent — Sandbox
Win 10 · Chrome 124 · MCP
Windows US-West · SOCKS5 Running
Social — US West
Win 10 · Chrome 124
Windows US · HTTP Idle
Live View · 5 runningAuto-refresh 2s
Ads — US East
Research — EU
Agent — Sandbox
Social — US West
Free · 10 profiles included · no credit card

Colour-coded Live View

Floating labels and a real-time thumbnail of every running window.

One-click cloning

Duplicate a warm profile or spin up a fresh fingerprint instantly.

Built-in proxy per profile

Bind HTTP/SOCKS5 so geo, IP and timezone always agree.

Drop to Playwright

Grab a standard Playwright handle for any profile in one click.

playwright.ts mcp.json
// 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
04 Built for AI agents

Point your agent and go.

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.

One-line MCP setup. Run the SDK as an MCP server with browse, click, type, read and screenshot tools.
Standard Playwright handles. No bespoke API to learn — browser and page behave exactly as you expect.
Headful or headless. Same fingerprint integrity whether a human watches via Live View or an agent runs solo.
05 Pricing

Built for scale, priced for everyone.

10 profiles free, forever. Paid plans start lower than anyone in the category — pay for what your agents use, not per seat.

Free
$0 /mo
Everything you need to ship your first stealth browser.
  • 10 browser profiles
  • Full real-device fingerprints
  • Playwright + MCP server
Start free
Basic
$9.9 /mo
For individuals with multiple accounts.
  • 20 browser profiles
  • 2 residential proxies / mo
  • SLA guarantee
Choose Basic
Most popular
Pro
$19.9 /mo
For professionals running many accounts.
  • 100 browser profiles
  • 5 residential proxies / mo
  • Priority support
Choose Pro
Team
$49.9 /mo
For teams running at scale.
  • 1000 browser profiles
  • 10 residential proxies / mo
  • Dedicated support
Choose Team
See full pricing & comparison →
06 FAQ

Questions, answered.

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.

Give your agent a browser the web
can't tell apart from a human.

Real-device fingerprints, driven by the Playwright you already write.

No credit card · Windows · Kernel-level spoofing