Residential proxies in 195+ countries. On by default.
A US residential proxy is active by default on every session. To route through a different country, set proxy_country_code.
from browser_use_sdk.v3 import AsyncBrowserUseclient = AsyncBrowserUse()result = await client.run( "Get the price of iPhone 16 on amazon.de", proxy_country_code="de",)
import { BrowserUse } from "browser-use-sdk/v3";const client = new BrowserUse();const result = await client.run("Get the price of iPhone 16 on amazon.de", { proxyCountryCode: "de",});
Common country codes: us, gb, de, fr, jp, au, br, in, kr, ca.