Skip to content

Proxy Support

rayobrowse supports HTTP proxies at the browser level. All requests from the browser session are routed through the proxy, and the fingerprint’s timezone and locale are automatically matched to the proxy’s geolocation.

ws://localhost:9222/connect?headless=true&os=windows&proxy=http://user:pass@host:port
client = Rayobrowse()
ws_url = client.connect_url(os="windows", proxy="http://user:pass@host:port")
const wsUrl = await client.connectUrl({
os: 'windows',
proxy: 'http://user:pass@host:port',
});

When routing traffic through supported Rayobyte rotating proxies, you get unlimited concurrency at no cost. This includes rotating residential, ISP, and data center proxies.

http://username:password@hostname:port

SOCKS proxies are not currently supported.