anti-detect-browser
Installation
Summary
Launch Chromium with real-device fingerprints for multi-account operations, web scraping, and AI agent automation.
- Provides persistent browser profiles with isolated cookies, localStorage, and session data that survive restarts, plus real fingerprints across 30+ categories (Canvas, WebGL, Audio, Fonts, WebRTC, WebGPU) to evade anti-bot detection
- Supports standard Playwright APIs with zero learning curve; inject fingerprints into existing scripts via
applyFingerprint()or use the full SDK for profile management and proxy routing - Includes MCP server mode for AI agents (Claude, GPT) to launch browsers, navigate, interact with elements, capture screenshots, and stream live views via tool calls
- Offers visual identification with floating labels, window colors, and live monitoring dashboard at antibrow.com for debugging and team observation
- Filters fingerprints by OS, browser, device type, and version; supports proxy integration for geo-targeting and IP rotation across simultaneous sessions
SKILL.md
Anti-Detect Browser SDK
Launch Chromium instances with real-device fingerprints via standard Playwright APIs. Each browser gets a unique, consistent digital identity - undetectable by anti-bot systems.
- npm package:
anti-detect-browser - Dashboard:
https://antibrow.com - REST API base:
https://antibrow.com/api/v1/ - Documentation:
https://antibrow.com/docs
When to use
- Multi-account management - Run dozens of social media, e-commerce, or ad accounts on the same machine without linking. Each browser profile has its own fingerprint, cookies, and storage.
- Web scraping & data collection - Rotate fingerprints across scraping sessions to avoid detection and fingerprint-IP correlation bans.
- Ad verification & competitive intelligence - View ads and content as different user profiles across regions and device types.
- Social media automation - Manage multiple accounts with persistent profiles that survive browser restarts.
- E-commerce operations - Operate multiple seller/buyer accounts with fully isolated browser environments.
- AI agent browser control - Run as an MCP server so AI agents (Claude, GPT, etc.) can launch, navigate, and interact with anti-detect browsers through tool calls.
- QA & cross-environment testing - Test how your site behaves under different browser fingerprints, screen sizes, and device configurations.