Integrations
Every RoProxy session is a username, a password, a gateway host and two ports, so any HTTP client or browser automation tool can use it. These guides show the exact setup for each tool, plus how to switch between sticky and rotating IPs and trigger a new IP from your code.
cURL
One-line commands to test a session over HTTP or SOCKS5 and to call the RoProxy API.
Node.js
Route fetch, axios and SOCKS5 traffic through a session and rotate the IP from code.
Playwright
Authenticated proxies per browser or per context, with one session per context for parallel IPs.
Python
Connect requests and httpx over HTTP or SOCKS5 and rotate the IP from your script.
Selenium
Chrome takes no proxy password: run a local forwarder that adds the session's credentials and point Selenium at it.