Provides a stealth headless browser for AI agents to bypass Cloudflare, bot detection, and anti-scraping.
Camofox-browser is a headless browser server built on a C++ level Firefox fork called Camoufox, specifically designed to evade bot detection by spoofing browser fingerprints. It exposes a REST API for AI agents, offering token-efficient accessibility snapshots and stable element references like `e1` for interaction, serving as a drop-in Puppeteer/Playwright replacement. You can run it locally by cloning the `camofox-browser` repository, installing dependencies with `npm install`, and starting the server with `npm start` to access it at `http://localhost:9377`.
Provides a stealth headless browser for AI agents to bypass Cloudflare, bot detection, and anti-scraping.
This tool is for AI agent developers or anyone needing to automate web browsing tasks while avoiding bot detection systems.