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.
Via /connect URL
Section titled “Via /connect URL”ws://localhost:9222/connect?headless=true&os=windows&proxy=http://user:pass@host:portVia SDK
Section titled “Via SDK”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',});Free unlimited tier
Section titled “Free unlimited tier”When routing traffic through supported Rayobyte rotating proxies, you get unlimited concurrency at no cost. This includes rotating residential, ISP, and data center proxies.
Proxy format
Section titled “Proxy format”http://username:password@hostname:portSOCKS proxies are not currently supported.