Some links are affiliate links. We only recommend networks we've tested. Read our methodology →
Anti-bot bypass

Headless Browser

A real browser (Chrome, Firefox) running without a visible UI, controlled by a script (Playwright, Puppeteer, Selenium). Used when JavaScript rendering or full DOM is required.

Full definition

A headless browser is exactly what it sounds like: Chrome or Firefox launched in a mode where there's no visible window, but everything else — the JavaScript engine, the DOM, the network stack, even WebGL — runs identically to a real browser. You control it via a scripting library: Playwright (modern, cross-browser), Puppeteer (Chrome-focused), or Selenium (legacy, broad support).

Use a headless browser when: the site renders content via JavaScript after page load (most modern sites), you need to interact with the page (click buttons, fill forms, wait for elements), or you need true browser fingerprint authenticity that's impossible to fake from raw HTTP.

The cost: headless browsers are 10–50× slower and 100× more memory-hungry than raw HTTP. They also have detectable artifacts (`navigator.webdriver === true`, missing `chrome.runtime`, console traces) that anti-bot systems target. Stealth plugins (`puppeteer-extra-plugin-stealth`, `playwright-stealth`) patch these but they're a moving target.

Several providers ship hosted headless browsers as a service: Bright Data Scraping Browser, Browserless.io, ScrapingBee. You pay per session-second and skip the infrastructure headache.

Related terms

CAPTCHA Solving
Automated bypass of CAPTCHA challenges (reCAPTCHA, hCaptcha, FunCaptcha, Cloudflare Turnstile) using…
Cloudflare
A CDN and security service that fronts a large share of the internet. Its anti-bot system (including…
JA3 / TLS Fingerprint
A hash of the TLS handshake fields a client sends, which identifies the underlying HTTP library or b…

What's next

Use this knowledge in context: browse our directory of tested providers, or take the 60-second wizard for a tailored recommendation.

Browse providers Take the wizard Back to glossary