📄️ Overview
The Rotating Proxy API gives you programmatic access to rotating residential proxies: discover geo targets, create proxy accesses (sub-users), read your current tariff and traffic balance, pull usage statistics and manage IP authorization.
📄️ Geo Targeting
List the geo targets supported by the rotating proxy network. Each entry carries a suffix field — append it to your proxy username to route traffic through that location (see Username grammar).
📄️ Session Options
Returns the vocabulary of rotation types, session durations and IP filters supported by the network, along with the username suffix each one maps to. Use it together with the geo endpoints to build a proxy username (see Username grammar).
📄️ Subscription
Returns your current rotating proxy tariff, remaining traffic balance and the connection data (gateway host and ports) you need to build proxy connections.
📄️ Proxy Accesses (Sub-users)
A proxy access (sub-user) is a login/password pair used to authenticate against the proxy gateway. Each access can have its own traffic limit and can be paused or revoked independently. Create accesses to hand out scoped credentials, then build connection usernames from their real_login (see Username grammar).
📄️ Traffic Statistics
Returns traffic usage aggregated per day, with the estimated cost for each day. Filter by date range and, optionally, by a single proxy access or whitelist IP.
📄️ IP Whitelist
Manage the list of IP addresses authorized to use your proxies via IP authentication. Up to 150 IPs are allowed per subscription. Only active entries are enforced on the gateway.
📄️ Connecting
End-to-end examples of turning API data into a working proxy connection.