Use Case

Automate
any workflow

Run robotic process automation (RPA) inside stealth cloud browsers. Handle form filling, data entry, monitoring, and complex multi-step web workflows at scale.

Session Persistence

Browser state persists across steps. Cookies, localStorage, and auth sessions carry through your entire workflow.

CAPTCHA Avoidance

Proprietary fingerprinting ensures you bypass anti-bot protections entirely, rather than paying to solve puzzles.

Stealth by Default

Every session gets anti-detection. Run automations on sites with bot protection without getting blocked.

Long Sessions

Sessions up to 4 hours on Scale tier. Handle complex multi-step workflows without timeouts.

Proxy Rotation

Rotate through residential, mobile, and datacenter proxies. Different IP per session or per request.

Webhook Notifications

Get notified when sessions complete, fail, or hit milestones. Integrate with your existing orchestration.

Automate any site with Playwright

Connect your existing Playwright scripts to stealth cloud browsers in one line.

rpa.ts
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://app.example.com/login');  await page.fill('#email', 'user@example.com');  await page.click('button[type=submit]');} finally {  await fetch(`https://api.browser.city/v1/sessions/${id}`, {    method: 'DELETE',    headers: { Authorization: `Bearer ${process.env.BROWSERCITY_API_KEY}` },  });}

Automate across industries

Finance
Healthcare
E-commerce
Insurance
Real Estate
Legal
HR
Supply Chain
[ 06 / 06 ] — Get Started

Give your AI agents the web.

Start for free. No credit card required. Private sessions by default.