# Scraping Browser

Source: https://docs.evomi.com/scraping-products-instructions/scraping-browser/

Evomi Scraping Browser gives you access to a managed remote Chromium environment with integrated challenge handling and proxy routing. Connect through a single WebSocket CDP URL and control the browser using your preferred automation framework.

## Quick Start

Connect using a Chrome DevTools Protocol (CDP) WebSocket URL:

```text
wss://browser.evomi.com?key=YOUR_API_KEY&os=windows&proxy_country=US
```

**Optional parameters**: `os`, `proxy_country`, `adblock=true`. To disable automatic Turnstile solving: `solve_cloudflare=false`.

## What you get
- **Managed Chromium environment**: Provides consistent browser characteristics for automated workflows
- **Automatic challenge handling**: Integrated CAPTCHA and Turnstile support; toggle as needed
- **Integrated proxies**: Route traffic with geo targeting directly from the session URL
- **Scale by default**: Stateless sessions, horizontal scaling, and efficient resource usage

Use only the provided `wss://browser.evomi.com` endpoint. Your API key authorizes browser sessions and usage.

## Next Steps
- Usage Examples (Puppeteer, Playwright, Selenium, Pyppeteer)
- WebSocket Parameters (full reference)

## Pages in this section

- [Scraping Browser Usage Examples](https://docs.evomi.com/scraping-products-instructions/scraping-browser/usage-examples/index.md): Connect to the Scraping Browser over CDP from Puppeteer, Playwright, Patchright or Rod, with the parameters each needs and the Bun incompatibility to avoid.
- [WebSocket Parameters](https://docs.evomi.com/scraping-products-instructions/scraping-browser/websocket-parameters/index.md): The query parameters on the Scraping Browser CDP URL: key, os, proxycountry, adblock and solvecloudflare, with their defaults and behaviour notes.
- [Automatic CAPTCHA Support](https://docs.evomi.com/scraping-products-instructions/scraping-browser/automatic-captcha-support/index.md): Which challenge providers the Scraping Browser solves during navigation and form submits, what each costs, and how to turn an individual solver off.
