Smart Browser Identity
We automatically sync fingerprints, viewport, locale, timezone, and proxies so every session looks like a real, legitimate user.
Spin up reliable browser sessions for research, testing, and automation. Connect via Playwright, REST, or MCP. Route through global proxies, control your fingerprint, and leave zero session logs behind.
import { chromium } from 'playwright';
const { endpoint, token, id } = await fetch('https://api.browser.city/v1/sessions', {
method: 'POST',
headers: { Authorization: `Bearer ${process.env.BROWSERCITY_API_KEY}`, 'Content-Type': 'application/json' },
body: JSON.stringify({ browser: 'chromium' }),
}).then((r) => r.json());
try {
const browser = await chromium.connect(endpoint, {
headers: { Authorization: `Bearer ${token}` },
});
const page = browser.contexts().at(0)!.pages().at(0)!;
await page.goto('https://google.com');
} finally {
const { summary } = await fetch(`https://api.browser.city/v1/sessions/${id}`, {
method: 'DELETE',
headers: { Authorization: `Bearer ${process.env.BROWSERCITY_API_KEY}` },
}).then((r) => r.json());
console.log('Runtime seconds:', summary?.stats?.runtimeSeconds ?? 0);
console.log('Cookies stored:', summary?.storage?.cookies?.length ?? 0);
}We handle the infrastructure so you can focus on your agents. Enjoy real browsers, smart identity controls, clear pricing, and total privacy.
We automatically sync fingerprints, viewport, locale, timezone, and proxies so every session looks like a real, legitimate user.
Skip the boot sequence. We keep a pool of warm browsers ready to go, so your agents can start interacting with the web immediately.
Pick your browser size and proxy type, and pay only for what you use. We accept credit cards and crypto (Bitcoin, ETH, USDC).
We don't record your sessions, track your URLs, or store your page content. Your automation data belongs to you, not our logs.
Connect via Playwright, REST API, or MCP. Works with every agent framework.
Full browser infrastructure — from coherent identity controls to proxy routing to content extraction.
We automatically align the browser fingerprint, OS, screen, GPU, WebGL, fonts, timezone, and locale so you look like a real user.
Control your sessions however you want using our native Model Context Protocol (MCP) server, simple REST API, or Playwright WebSockets.
Route traffic through managed datacenter, ISP, residential, or mobile proxies. Or bring your own proxies on paid plans.
Render pixel-perfect iPhone, Android, and tablet sessions complete with matching user agents, viewports, and touch events.
Keep your existing Playwright scripts. Just change your connection endpoint to browser.city and run your code unchanged.
Get past edge-case blockers with optional human-in-the-loop workflows.
Open pages, click buttons, type text, and extract content instantly using our simple, stateless HTTP actions.
Top up your account balance instantly with Bitcoin, Ethereum, or USDC. No credit card or bank account required.
Clear, dimensional pricing for compute and proxy traffic. Start for free with our managed datacenter proxies, or upgrade to unlock ISP, residential, mobile, and bring-your-own-proxy (BYOP) networks.
Constrained catalog tier for testing and small workloads.
Monthly commitment tier with credits and higher limits.
Monthly commitment tier with credits and higher limits.
Monthly commitment tier with credits and higher limits.
Monthly commitment tier with credits and higher limits.
Monthly commitment tier with credits and higher limits.
Custom concurrency, Enterprise SSO, SLA, dedicated infrastructure, network access, and volume commitments.
100% of your paid monthly tier converts into usage credits. Need more? Just top up. Paid plans unlock global ISP, residential, and mobile proxies, plus a $1/GB fee for BYOP traffic.
Browser size metered by session time.
| Size | Resources | Price |
|---|---|---|
| Compute M | 2 vCPU / 2 GB | $0.06/hr |
| Compute L | 4 vCPU / 4 GB | $0.12/hr |
Managed and BYOP traffic by customer-facing network class.
| Network | Price |
|---|---|
| Datacenter | $1/GB |
| ISP | $3/GB |
| Residential | $6/GB |
| Mobile | $8/GB |
| Premium Residential | $12/GB |
| BYOP fee | $1/GB |
A safer baseline for your agents: clear controls, strict privacy defaults, and public pricing you can review before you write a single line of code.
Start for free. No credit card required. Private sessions by default.