Available regions
Choose fromus-east, eu-west, and ap-southeast.
Region selection is available on Start-Up and Enterprise plans, at the same usage rates as default browsers. If you omit region when creating a browser or pool, it defaults to us-east.
Regional browsers support CPU browsers and browser pools. Regional support for GPU browsers, Managed Auth, Apps, and Invocations is coming soon.
Create a regional browser
Setregion when creating a browser. You can run browsers in multiple regions within the same project; there’s no account-wide region setting.
cdp_ws_url as usual. Your existing Playwright or CDP code doesn’t need to change, and the browser’s live view connects to the selected region.
You can also choose Region in the browser configuration dialog in the dashboard before launching a browser.
A browser’s region is fixed when you create it. To use a different region, create a new browser.
Create a regional browser pool
Setregion when creating a pool, or choose Region in the dashboard’s pool creation dialog:
List browsers by region
Passregion to filter a browser list:
region; requests to get or delete a resource by ID don’t need a region parameter.
What stays global
- Profiles and extensions aren’t tied to a region. You can reuse your existing profiles and extensions with browsers in any region within the same project.
- Proxy configurations can be reused across regions. Browser region chooses where the browser runs; proxy location controls the exit IP websites see.
- Concurrency and rate limits apply across all regions combined, not separately in each region. Browser pool capacity counts toward the same concurrency limit.