Code samples

Every request authenticates the same way: HTTP Basic auth over a plain HTTP proxy — username selects routing, password is your token. Sign in to fill these in with your real token instead of a placeholder.

Try it
Pick a profile, country, and session below — every snippet updates live.

A different healthy proxy on every request. No stickiness.

http://random:[email protected]:8080
curl -x "http://random:[email protected]:8080" https://ifconfig.me

Username random encodes the profile, country filter, and session — the password is always your token below.

Profiles
What each routing profile does.
Random
A different healthy proxy on every request. No stickiness.
Stable
Rotates among the best-known proxies. Add a session ID to pin one exit IP consistently.
Fastest
Rotates among the lowest-latency healthy proxies. Add a session ID to pin one exit IP.
Fresh
Prefers proxies that haven't been used recently, to spread load evenly.
Country targeting & sticky sessions

Add a country to the username to only route through proxies in that country, e.g. random-DE. Leave it out (or use ANY) for no filter.

Add a session ID (1–5) to keep reusing the same exit IP across multiple requests — useful for anything that needs a consistent identity, like a multi-step checkout or a logged-in session, e.g. stable-DE-3. Different session IDs get independent sticky proxies; without one, every request rotates.