Appearance
CloudBrowser AI
Category: Infra (Cloud Browser)
CloudBrowser AI is a cloud-based browser automation platform that provides remote, stealth-capable browser instances via a REST API. You connect a Puppeteer (Node.js) or PuppeteerSharp (.NET) client to a live cloud browser over a WebSocket DevTools endpoint. The platform handles anti-detection, proxy routing, and CAPTCHA bypass at the infrastructure layer so you do not manage headless Chrome locally.
Key capabilities
- Remote Puppeteer-compatible browsers over
browserWSEndpoint - Built-in stealth and anti-bot evasion (SOC 2 certified)
- Real-time remote desktop debugging via the dashboard
- n8n integration (400+ services), Claude Desktop MCP server
- Concurrent session management with per-plan limits
Pricing
| Plan | Price | Browser hours | Concurrent instances |
|---|---|---|---|
| Free trial | 7 days free | limited | limited |
| Basic | $25/month | 100 hours | 10 |
| Premium | $90/month | 500 hours | 25 |
| Custom | Contact sales | unlimited | unlimited |
All paid plans include a 14-day money-back guarantee. A paid subscription is required before the API returns live browser addresses (HTTP 402 otherwise).
Official links
- Site: https://cloudbrowser.ai/
- Docs: https://cloudbrowser.gitbook.io/docs
- Node.js samples: https://github.com/CloudBrowser-AI/CloudBrowserAiNodeJS/tree/main/samples
- .NET samples: https://github.com/CloudBrowser-AI/CloudBrowserAiSharp/tree/main/samples
- Dashboard: https://app.cloudbrowser.ai
Safety and ToS notes
- API returns HTTP 402 when no active subscription is present.
- HTTP 403 means unit quota is exhausted for the billing period.
- HTTP 404 means the plan's concurrent browser limit has been reached.
- Sessions auto-close after the
keepOpenseconds (default 300 s). Design workflows to stay within that window or extend via the parameter. - Do not store API tokens in source code. Use environment variables.