← Back to Documentation

Website Type Detection

Auto Mode Pipeline

When auto mode is selected, Zevis runs a detection pipeline to choose the optimal strategy:

  1. URL classification — determines if the site is ecommerce, news, social, etc.
  2. Anti-bot detection — via HTTP probe to check for Cloudflare, Captcha, etc.
  3. Complexity scoring — Cloudflare +50, Captcha +30, other protections add score
  4. 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