Camofox Browser

Active
GitHub JavaScript MIT

Description

Camofox Browser is a headless browser automation server powered by Camoufox, a Firefox fork with C++-level fingerprint spoofing. It bypasses Google, Cloudflare, and most bot detection, providing token-efficient accessibility snapshots and stable element references for AI agents.

Key Features

  • C++ level fingerprint spoofing bypassing bot detection
  • Stable element references (e1, e2, e3) for reliable interaction
  • Token-efficient accessibility snapshots (~90% smaller than HTML)
  • Search macros for Google, YouTube, Amazon, and Reddit
  • Session isolation with separate cookies and storage
  • Proxy and GeoIP support with automatic locale/timezone

Use Cases

💡 AI agent web browsing without detection
💡 Web scraping with anti-bot protection bypass
💡 Automated testing on sites with fingerprint protection
💡 Content extraction from protected websites
💡 Social media monitoring and data collection

Quick Start

Run npx @askjo/camofox-browser or clone and npm install && npm start. Server starts at http://localhost:9377. Use REST API with accessibility snapshots for agent interaction. Supports Docker deployment via Makefile.

Related Projects