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.
Supply your own custom Apify-compatible fingerprints, or let us automatically generate a perfectly aligned identity for you.
Our proprietary stealth technology bypasses the most advanced bot detectors—including DataDome—keeping your agents unblocked.
Sub-250ms startup for generic device fingerprints, and under a second when injecting custom fingerprints or localStorage state.
First-class mobile support. Render pixel-perfect Android and tablet sessions complete with matching viewports and touch events.
Whether you use our native Model Context Protocol (MCP) server or simple REST API, every automated action behaves exactly like a real human.
Keep your existing Playwright scripts. Just change your connection endpoint to browser.city and run your code unchanged.
Route traffic through managed datacenter, ISP, residential, or mobile proxies. Or bring your own proxies on paid plans.
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.