#233 · Primary category: AI Agents & Automation

camofox-browser

ai-agent anti-bot antidetect-browser automation bot-detection browser-automation cloudflare-bypass headless-browser javascript nodejs playwright puppeteer scraping stealth-browser web-scraping

Stealth headless browser for AI agents — bypass Cloudflare, bot detection, and anti-scraping. Drop-in Puppeteer/Playwright replacement.

Project last updated:08/25/26

GitHub Stars

9.0K

Forks

963

Contributors

49

License

MIT

Why we included this project

Most headless browsers get fingerprinted the moment they hit a site behind Cloudflare, which is a real problem for AI agents that need to browse the live web. This project wraps Camoufox, a Firefox fork with anti-fingerprinting patched in at the C++ level, behind a REST API designed for agent workflows. Instead of feeding raw HTML to a model, it returns accessibility snapshots about 90 percent smaller than the raw markup, along with stable element references like e1 and e2 that make clicking reliable across page loads. The lazy browser launch and idle shutdown keep memory near 40MB when nothing is running, which adds up when you are driving many agents at once. If your scraper or research agent keeps losing to bot detection, this is a practical stop before stacking another stealth shim onto Puppeteer.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category