v2.0.1

Performance fixes for profile-based scraping and stealth-disabled workflows.

by @saifyxpro

Released on January 31, 2026

Performance Improvements


Major performance optimizations for profile-based scraping with stealth mode disabled.

ModeBeforeAfter
API with profile + stealth OFF25-35s1.7s
Frontend with profile + stealth OFF25-35s2.8s

What Changed


  • Profile browser contexts stay alive between requests.
  • Existing pages are reused instead of creating new ones.
  • stealth: false now properly skips humanize delays.
  • The streaming endpoint now passes the stealth parameter correctly from frontend to backend.

Fastest Usage Pattern


  1. Create and launch a profile.
  2. Disable stealth mode in advanced config.
  3. Pass "options": { "stealth": false } for fastest scraping.

The first request after launching a profile still takes longer because the browser runtime needs to initialize. Subsequent requests are much faster.