--- name: stealth-browser description: Browser automation مع anti-bot detection — بديل مجاني لـ Browserbase ($39/شهر). يستخدم Playwright + playwright-stealth + Oxylabs (لدينا). يتجاوز Cloudflare/DataDome/Akamai/PerimeterX. مفيد لـ: scraping مواقع محمية، تسجيل دخول مواقع تركيا (sahibinden)، تحقق من tracking للمشاريع. license: MIT ---
Stealth Browser
تجاوز anti-bot protection مجاناً.
مقارنة
| Provider | Cost | Effectiveness | |---|---|---| | Browserbase | $39/شهر | ⭐⭐⭐⭐⭐ | | Playwright Stealth (لدينا) | 🆓 | ⭐⭐⭐⭐ | | + Oxylabs (لدينا) | حسب الـ usage | ⭐⭐⭐⭐⭐ |
Features
- 🥷 Stealth mode (يخفي webdriver, plugins, fonts)
- 🌐 Proxy rotation (مع Oxylabs)
- 🍪 Cookie management
- 📸 Screenshot capture
- 📥 Download files
- ⌨️ Form filling
- 🔄 Retry with different fingerprints
Commands
bash
Test stealth on bot detection page
python3 stealth.py testScrape a protected page
python3 stealth.py scrape https://sahibinden.com/... --output html.txtTake screenshot
python3 stealth.py screenshot https://example.com out.pngRun with proxy (via Oxylabs)
python3 stealth.py scrape <url> --proxy oxylabs
Bypass techniques used
- ✓ navigator.webdriver = false
- ✓ chrome.runtime hidden
- ✓ Permissions API masked
- ✓ Plugins/Languages randomized
- ✓ User-Agent rotation
- ✓ Mouse movement simulation
- ✓ Random delays