If you are looking for a tool focused on browser automation and anti-detection mechanisms, I can recommend Scrapeless Scraping Browser. It is a cloud-based, Chromium-powered headless browser cluster that enables developers to run large-scale concurrent browser instances and handle complex interactions on protected pages. Perfectly suited for AI infrastructure, web automation, data scraping, page rendering, and automated testing.
The Scrapeless Browser provides a secure, isolated browser environment that allows you to interact with web applications while minimizing potential risks to your system.
Key Features
- Out-of-the-Box Ready: Natively compatible with Puppeteer and Playwright, supporting CDP connections. Migrate your projects with just one line of code.
- Global IP Resources: Covers residential IPs, static ISP IPs, and unlimited IPs across 195 countries. Transparent costs ($0.6–$1.8/GB) with support for custom browser proxies.
- Isolated Environment Creation: Each profile uses an exclusive browser environment, enabling persistent login and identity isolation.
- Unlimited Concurrent Scaling: A single task supports second-level launch of 50 to 1000+ browser instances. Auto-scaling is available with no server resource limits.
- Edge Node Service (ENS) – Multiple nodes worldwide, offering 2–3× faster launch speed and higher stability than other browsers.
- Flexible Fingerprint Customization: Generate random fingerprints or customize fingerprint parameters as needed.
- Visual Debugging: Perform interactive debugging and real-time monitoring of proxy traffic through Live View, and quickly pinpoint issues and optimize actions by replaying sessions page by page with Session Recordings.
- Enterprise Customization: Undertake customization of enterprise-level automation projects and AI Agent customization.
👉 Learn more: Scrapeless Scraping Browser Playground | Scrapeless Scraping Browser Docs
Evomi is your Swiss Quality, affordable Proxy Provider. I can personally recommend them for their High Quality Residential Proxies.
- 🌍 Global Presence: Available in 150+ Countries
- ⚡ Guaranteed Low Latency
- 🔒 Swiss Quality and Privacy
- 🎁 Free Trial: No Credit Card Required
- 🛡️ 99.9% Uptime
- 🤝 Special IP Pool selection: Optimize for fast, quality or quantity of ips
- 🔧 Easy Integration: Compatible with most software and programming languages
pip install botright
playwright install
It is fully plugable with your existing playwright code. You only have to change your browser initialization!
import asyncio
import botright
async def main():
botright_client = await botright.Botright()
browser = await botright_client.new_browser()
page = await browser.new_page()
# Continue by using the Page
await page.goto("https://google.com")
await botright_client.close()
if __name__ == "__main__":
asyncio.run(main())
Read the Documentation
Botright uses a vast amount of techniques to hide its functionality as a bot from websites. To enhance stealth, since Version 0.3, it uses a real Chromium-based browser from the local machine to start up a botted browser. For best stealth, you want to install Ungoogled Chromium.
Furthermore, it uses self-scraped chrome-fingerprints to build up a fake browser fingerprint and to deceive website into thinking it is legit.
Test | Status | Score |
---|---|---|
reCaptcha Score | ✔️ | 0.9 |
=> nopecha.com | ✔️ | 0.9 |
=> recaptcha-demo.appspot.com | ✔️ | 0.9 |
=> berstend.github.io | ✔️ | 0.9 |
=> antcpt.com | ❌❓ | 0.1 (Detects Legitimate Browsers as Bad) |
CreepJS | ✔️ | ~65.5% (With Canvas Manipulation 52%) |
DataDome | ✔️ | |
=> antoinevastel.com | ✔️ | |
=> datadome.co | ✔️ | |
Imperva | ✔️❓ | (Cant find approved Testing Sites) |
=> ticketmaster.es | ✔️ | |
Cloudflare | ✔️ | |
=> Turnstile | ✔️ | (Using Undetected-Playwright-Python) |
=> Interstitial | ✔️ | (Using Undetected-Playwright-Python) |
SannySoft | ✔️ | |
Incolumitas | ✔️ | 0.8-1.0 |
Fingerprint.com | ✔️ | |
IpHey | ✔️ | |
BrowserScan | ✔️ | |
PixelScan | ❓ | (Platform Test Outdated & Maybe caused by WebGL-disabling) |
Bet365 | ✔️ | Currently only using mask_fingerprint=False |
Botright is able to solve a wide viarity of Captchas. For Documentation of these functions visit BotrightDocumentation.
It uses Computer Vision/Artificial Intelligence and other Methods to solve these Captchas.
You dont need to pay for any Captcha Solving APIs and you can solve Captchas with just one simple function call.
Here all Captchas supported as of now:
Captcha Type | Supported | Solved By | Success Rate |
---|---|---|---|
hCaptcha |
✔️ ❓ | hcaptcha-challenger (outdated) | up to 90% |
reCaptcha |
✔️ | reCognizer | 50%-80% |
geeTestv3 Currently Not Available! |
|||
v3 Intelligent Mode | ✔️ | botrights stealthiness | 100% |
v3 Slider Captcha | ✔️ | cv2.matchTemplate | 100% |
v3 Nine Captcha | ✔️ | CLIP Detection | 50% |
v3 Icon Captcha | ✔️ | cv2.matchTemplate / SSIM / CLIP | 70% |
v3 Space Captcha | ❌ | Not solvable | 0% |
geeTestv4 Currently Not Available! |
|||
v4 Intelligent Mode | ✔️ | botrights stealthiness | 100% |
v4 Slider Captcha | ✔️ | cv2.matchTemplate | 100% |
v4 GoBang Captcha | ✔️ | Math Calculations | 100% |
v4 Icon Captcha | ✔️ | cv2.matchTemplate / SSIM / CLIP | 60% |
v4 IconCrush Captcha | ✔️ | Math Calculations | 100% |
Read the CONTRIBUTING.md file.
© Vinyzu
(Commercial Usage is allowed, but source, license and copyright has to made available. Botright does not provide and Liability or Warranty)
Kaliiiiiiiiii (For shared knowledge of Anti-Browser-Detection Measures)
Kaliiiiiiiiii (For Main-Authoring Undetected-Playwright (Co-Authored by me) )
QIN2DIM (For his great AI work)
MaxAndolini (For shared knowledge of hCaptcha bypassing)
CreativeProxies (For sponsoring me with Proxies)