NEW · Continuously Updated Chromium

The Only Cloud Browser with Free CAPTCHA Solving

3 concurrent sessions on the free plan — more than Browserless, Steel.dev, or Hyperbrowser free tiers. Continuously updated patched Chromium with 35+ anti-detection patches, rebuilt on every Chromium release. Full Playwright & Puppeteer compatibility. No credit card, no waitlist, no hidden fees.

Start Free →View Documentation

No credit card required · 300 mins free · 3 concurrent sessions on free plan

session.js
// 1. Create a browser session
const session = await fetch(
'https://browserforest.com/api/v1/sessions',
{
headers: { 'X-API-Key': 'bf_live_xxx' },
body: JSON.stringify({ timeout: 300 }),
}
).then(r => r.json());
 
// 2. Connect via CDP (Playwright)
const browser = await chromium
.connectOverCDP(session.cdpUrl);
const page = await browser.newPage();
await page.goto('https://example.com');
5
Free Concurrent Sessions
Highest in the industry
35+
Chromium Patches
31 Chromium + 4 V8
105+
Detection Points Covered
Anti-bot fingerprinting
20/20
CDP Commands Compatible
Full puppeteer/playwright compatibility

Free Plan Comparison

Feature
Browser Forest
Browserless
Steel.dev
Hyperbrowser
Free CAPTCHA Solving
Free Concurrent Sessions
5
unlimited
1
1
Anti-Detection Engine
CDP Commands (of 20)
20
17
17
17
Free Session Duration
5 min
unlimited
5 min
session timeout

Data based on public free/hobby plans as of June 2026. Browserbase excluded due to free quota exhaustion.

What Developers Build on Browser Forest

From large-scale scrape jobs to fully autonomous web agents, Browser Forest makes it easy to run browser automations in the cloud.

AI Agent Browsing
Give your LLM agents real browser access. Compatible with LangChain, CrewAI, and any MCP client.
Web Scraping at Scale
Scrape even the most protected websites. Anti-detection engine + auto CAPTCHA solving + built-in proxy routing.
Automated E2E Testing
Run Playwright/Puppeteer tests in isolated cloud browsers. Record sessions, debug with live view, scale to hundreds.
Anti-Detection Browsing
35+ patches to Chromium & V8. 105 detection points neutralized. Navigate without triggering bot protection.
Persistent Identities
Context-based cookie & storage persistence. Login once, reuse across sessions. Maintain authenticated states.
Observability & Monitoring
Session recordings, live view, usage dashboards, and detailed logs. Know exactly what your browsers are doing.

Why Browser Forest?

What sets us apart in the cloud browser landscape

The only platform with free captcha solving

Free CAPTCHA Solving

Competitors: all locked behind paid plans

Built-in CapSolver integration solves reCAPTCHA v2 in ~10 seconds — included even on the Free plan. Steel.dev, Hyperbrowser, and Browserless all require paid subscriptions to access captcha solving. We are the only cloud browser that gives you this for free.

Higher free-tier concurrency

3 Concurrent Sessions

Competitors: 1 concurrent session on free plans

Run up to 3 browser sessions simultaneously on the free plan. Steel.dev (Hobby), Hyperbrowser, and Browserbase often cap free users at 1 concurrent session. No waiting in queue, no forced upgrades — just scale.

Continuously updated. Not just launch flags.

Deeply Patched Chromium

Competitors: standard headless Chrome or basic stealth flags

Source-level Chromium & V8 patches compiled into the browser binary, covering 105+ detection points, and rebuilt with every Chromium release. While others rely on launch flags or proxy-based stealth, our patches sit at the deepest layer — the most continuously maintained anti-detection Chromium fork in the industry.

20/20 CDP commands — full compatibility

Full CDP Compatibility

Drop-in replacement for puppeteer.launch()

Works with Playwright, Puppeteer, Selenium, and any CDP-compatible client. Our CDP command coverage is 20/20 — fully on par with Browserless, Steel.dev, and Hyperbrowser. One line change: swap `.launch()` for `.connectOverCDP()`. Zero vendor lock-in.

Mature three-layer session model

Context / Fingerprint / Session

Competitors: basic session-only models

Persist cookies & storage across sessions with Contexts. Auto-generated fingerprints. Isolated sessions. Login once, reuse infinitely. Where competitors offer flat session pools, our Context→Fingerprint→Session architecture gives you persistent, portable browser identities.

Get Started in 30 Seconds

Create a session, connect via CDP — works with any Playwright, Puppeteer, or Selenium setup.

// Create a browser session
const session = await fetch(
  'https://browserforest.com/api/v1/sessions',
  {
    method: 'POST',
    headers: {
      'X-API-Key': 'bf_live_xxx',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({ timeout: 300 }),
  }
).then(r => r.json());

// Connect with Playwright
const browser = await chromium
  .connectOverCDP(session.cdpUrl);
const page = await browser.newPage();
await page.goto('https://example.com');
console.log(await page.title());

Works with any CDP-compatible client. Zero vendor lock-in.

Integrate with Your Favorite Stack

Drive sessions over standard CDP — bring your own Playwright, Puppeteer, or Selenium setup, call the REST API from any language, or hand the browser to an AI agent over MCP.

MCP Server
npx skills add https://browserforest.com
9 tools · live
Playwright
chromium.connectOverCDP()
Native support
Puppeteer
puppeteer.connect()
Native support
Selenium
debuggerAddress
Native support
REST API
https://browserforest.com/docs
Any language

Simple, Transparent Pricing

Start free, scale as you grow. No hidden fees.
Our Free plan: 3 concurrent sessions + CAPTCHA solving — competitors give you 1 session, no captcha.

Best Free Plan
Free
$0/mo
300 min (5h)
  • 3 concurrent sessions
  • 15 min max session
  • CAPTCHA solving included
  • Anti-detection Chromium
  • Standard CDP access
  • Community support
Start Free
Starter
$19/mo
3,000 min (50h)
  • 10 concurrent sessions
  • CAPTCHA solving included
  • Anti-detection Chromium
  • Session recordings
  • Proxy support
  • Email support
Get Started
Most Popular
Pro
$79/mo
15,000 min (250h)
  • 25 concurrent sessions
  • 6h max session duration
  • CAPTCHA solving included
  • Advanced fingerprint config
  • Session recordings & live view
  • Proxy support
  • Priority support
Get Started
Business
$249/mo
60,000 min (1,000h)
  • 50 concurrent sessions
  • 12h max session duration
  • CAPTCHA solving included
  • Advanced fingerprint config
  • Session recordings & live view
  • Proxy support
  • Dedicated support
Get Started
View Full Pricing & Feature Comparison →

Ready to Build the Next Generation
of Web Automation?

Start building with 300 free minutes — no credit card required.

Start Free →Talk to Sales