Quickstart

Start using RotatingProxyHub in minutes.

Set up your account, authorize your access IP and connect through the gateway. You only need one proxy endpoint; rotation is handled server-side.

Gatewaygateway.rotatingproxyhub.com:8000
RotationPer request
AccessUser/pass or IP auth

Setup flow

Follow these steps once. After that, your tools can keep using the same endpoint while RotatingProxyHub rotates IPs automatically.

1

Create an account

Sign up, verify your email address and open the customer dashboard.

Create account →
2

Open your dashboard

Use the dashboard to view your plan, usage, proxy endpoints and IP authentication slots.

Open dashboard →
3

Whitelist your access IP

Add the public IP address of the server, browser or tool that will connect to the proxy gateway.

Read IP authentication →
4

Use one proxy endpoint

Connect to the gateway host and port. IP rotation happens on the RotatingProxyHub side automatically.

First proxy request

The language dropdown in the breadcrumb updates every code example on the docs page.

Python requests
import requests

proxy = "http://username:[email protected]:8000"

response = requests.get(
    "https://api.ipify.org?format=json",
    proxies={
        "http": proxy,
        "https": proxy
    },
    timeout=30
)

print(response.json())
Next Subscription infoRead plan, status, expiry and usage values.