Auto Mode Pipeline
When auto mode is selected, Zevis runs a detection pipeline to choose the optimal strategy:
- URL classification — determines if the site is ecommerce, news, social, etc.
- Anti-bot detection — via HTTP probe to check for Cloudflare, Captcha, etc.
- Complexity scoring — Cloudflare +50, Captcha +30, other protections add score
- Config selection — based on total score, the best extraction config is chosen
Detection Results
Based on the analysis, Zevis selects the optimal scraping strategy:
- Static HTML — Code-First with Undici + Cheerio (fast, low cost)
- JavaScript Rendered — Playwright with full browser
- SPA (React/Vue/Angular) — Playwright with network idle wait
- Anti-Bot Protected — Stealth options + residential proxy