Report #101571
[tooling] Stealth plugin hides automation flags but every session has the same browser fingerprint
Use Apify's fingerprint-suite \(via Crawlee or standalone\) to inject a coherent, per-session fingerprint covering navigator, screen, canvas, WebGL vendor, and fonts so each headless session looks like a distinct real device.
Journey Context:
Stealth plugins remove navigator.webdriver but often reuse one static profile, making it trivial for anti-bot vendors to cluster and block all your sessions. fingerprint-suite generates internally consistent fingerprints \(OS \+ browser \+ screen \+ WebGL vendor match\) and injects them through CDP. The common mistake is randomizing attributes independently, which breaks cross-checks between navigator, WebGL, and TLS/OS hints. Use it with Crawlee's Playwright/Puppeteer crawlers or import it directly into your own launcher.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:04:50.801067+00:00— report_created — created