MCP + REST + Playwright — All-in-one browser infrastructure

Bulletproof stealth.
Zero logs. Lowest price.

Stealth that really works. Custom fingerprints. Mobile emulation. Transparent billing. Crypto payments accepted. Built for AI agents, scraping, SEO and automation.

import { chromium } from 'playwright'

const apiKey = process.env.BROWSERCITY_API_KEY!
const opts = { method: 'POST', headers: { Authorization: `Bearer ${apiKey}` } }

const { endpoint, token } = await fetch(`https://api.browser.city/v1/sessions`, {
  ...opts,
  body: JSON.stringify({ browser: 'chromium' })
}).then(r => r.json())

const browser = await chromium.connect(endpoint, {
  headers: { Authorization: `Bearer ${token}` }
})
const [page] = browser.contexts()[0].pages()
await page.goto('https://google.com')
<100ms Cold Start
99.9% Uptime
195+ Countries
$0.01 Per Minute
[ 01 / 06 ] — Why browser.city

Built different from the ground up

Every feature that competitors gate behind paid tiers, we enable by default.

Bulletproof Stealth

Advanced anti-detection enabled on every session, every tier. Custom fingerprints, realistic TLS, and human-like behavior — not a paid add-on.

Sub-100ms Cold Start

Purpose-built infrastructure for instant browser sessions. No waiting, no queuing. Your agent gets a live browser before the next API call fires.

Transparent Pricing

No credits. No units. No multipliers. Simple per-minute billing you can calculate in your head. Pay with card or crypto — Bitcoin, ETH, USDC.

Zero-Logs Privacy

Architectural guarantee, not just a policy. No session recording, no URL logging, no content storage. Your data never touches our disks.

[ 02 / 06 ] — Integration

Five lines to a live browser

Connect via Playwright, REST API, or MCP. Works with every agent framework.

quickstart.ts
import { chromium } from 'playwright'

const apiKey = process.env.BROWSERCITY_API_KEY!
const opts = { method: 'POST', headers: { Authorization: `Bearer ${apiKey}` } }

const { endpoint, token } = await fetch(`https://api.browser.city/v1/sessions`, {
  ...opts,
  body: JSON.stringify({ browser: 'chromium' })
}).then(r => r.json())

const browser = await chromium.connect(endpoint, {
  headers: { Authorization: `Bearer ${token}` }
})
const [context] = browser.contexts()
const [page] = context.pages()
await page.goto('https://google.com')
console.log(await page.title())
[ 03 / 06 ] — Features

Everything your agent needs

Full browser infrastructure — from stealth fingerprinting to proxy routing to content extraction.

Custom Fingerprints

Full control over browser fingerprint — OS, screen, GPU, WebGL, fonts, timezone, locale. Match any real device profile.

MCP + A2A + REST

Native Model Context Protocol server. REST API with humanized tools. Connect from Claude, GPT, LangChain, or any agent framework.

195+ Country Proxies

Residential, mobile, datacenter, and VPN proxies across 195+ countries. Bring your own proxy (BYOP) supported.

Mobile Emulation

Pixel-perfect iPhone, Android, and tablet emulation with matching user agents, viewport, and touch events.

Playwright Connect

Native Playwright integration via BrowserType.connect(). Use your existing Playwright scripts — just point them at browser.city.

CAPTCHA Solving

Built-in CAPTCHA solving for reCAPTCHA, hCaptcha, and Cloudflare Turnstile. No third-party integrations needed.

Humanized API

Navigate by text, verify elements, fill forms — our AI-friendly API lets agents describe actions in natural terms.

Crypto Payments

Pay with Bitcoin, Ethereum, or USDC. No bank account required. Top up your balance instantly with any supported crypto.

[ 04 / 06 ] — Pricing

Simple, transparent pricing

No credits. No units. No multipliers. Just per-minute billing you can calculate in your head.

Free

$0 forever

For testing and prototyping

  • 10 browser hours / month
  • 3 concurrent sessions
  • 30-min max session
  • Stealth enabled by default
  • Community support
Start Free

Pro

$29 /month

For production workloads

  • 100 browser hours included
  • 10 concurrent sessions
  • 2-hr max session
  • All proxy tiers
  • Custom fingerprints
  • Priority support
Start Pro

Scale

$149 /month

For high-volume operations

  • 600 browser hours included
  • 50 concurrent sessions
  • 4-hr max session
  • Residential & mobile proxies
  • CAPTCHA solving included
  • Dedicated support
Start Scale

Enterprise

Custom concurrency, SLA, dedicated infrastructure, and volume discounts.

Contact Sales

Overage billed at $0.01/min across all plans. No surprise bills — set spending limits in your dashboard.

Accepted: Visa / MC Bitcoin Ethereum USDC
[ 05 / 06 ] — Performance

Numbers, not promises

Real benchmarks from production traffic. Updated monthly.

<2% Stealth Detection Rate vs 15-40% industry avg
68ms Avg Cold Start p95 under 150ms
99.97% Monthly Uptime Last 90 days
99.4% Success Rate Across all requests

Works with your stack

Claude MCPOpenAILangChainBrowser UseCrewAIPlaywrightPuppeteerSelenium
[ 06 / 06 ] — Get Started

Start building in under a minute

Free tier. No credit card. Full stealth from day one.