Support
Code-level bugs or feature requests
Section titled “Code-level bugs or feature requests”Open a GitHub issue. These are tracked and resolved publicly.
Anti-detection issues
Section titled “Anti-detection issues”If you’re getting detected on a specific site or a fingerprint isn’t being applied correctly, email [email protected] with full output after enabling debug logging:
import logginglogging.basicConfig(level=logging.DEBUG)We don’t discuss anti-detection details publicly.
Sales, partnerships, or cloud access
Section titled “Sales, partnerships, or cloud access”Fill out the contact form or email [email protected].
Why Chromium and not Chrome?
Chrome is closed-source. Our testing on difficult sites, and real-world scraping at billion-page-per-month scale, shows no measurable difference in detection rate. Chromium-based browsers (Brave, Edge, Samsung, etc.) also make up a significant chunk of the browser market.
Why is it not open-source?
See licensing.
What Python version do I need?
Python 3.10+ for the SDK. Python 3.12+ if installing from the PyPI wheel.
What Node.js version do I need?
Node.js 18+.