Open SourceScraping12k
undetected-chromedriver
Patched Selenium ChromeDriver that passes common bot mitigations.
An optimized Selenium ChromeDriver patch that hides automation signals to bypass anti-bot detection services such as Cloudflare, DataDome, and Distil. It patches the chromedriver binary at runtime and adjusts browser fingerprints so automated Chrome sessions appear closer to human-driven ones. It is one of the most widely used Python tools for evading bot detection in browser automation.
Repository
ultrafunkamsterdam/undetected-chromedriverLanguage
PythonWhat you'd build with it
- Scraping data from sites protected by Cloudflare or other bot-detection layers for ingestion into an LLM or RAG pipeline
- Driving authenticated browser automation flows that would otherwise be blocked by anti-bot challenges
- Building web agents that need to interact with JavaScript-heavy pages without triggering detection
Tags
anti-detectseleniumdriver