A backconnect proxy is a single gateway address that connects you back out through a pool of many different IPs, instead of handing you the addresses themselves. You point your software at one host and port, and the provider decides which address in the pool actually carries each request.
The name describes the architecture; the behaviour you observe is usually called rotation, which is why "backconnect rotating proxies" is one product and not two.

How backconnect proxies work
Every request you make travels to the gateway first. The gateway authenticates you, selects an exit address from the pool behind it, and opens the outbound connection from that address. The response comes back along the same path. Your client never learns which address was used and never needs to.
That indirection is the entire benefit. Without it, using a thousand addresses means maintaining a list of a thousand host-port-credential triples, checking which are alive, retiring the dead ones and rebalancing traffic across the rest. With a backconnect gateway, your configuration is one line and stays one line whether the pool holds a hundred addresses or millions.
The pool itself is where the addresses come from. Geonode's residential network — the gateway most people mean by "backconnect" — reports 5M IPs online at any moment and 30–50M unique addresses cycling through monthly across 195+ countries on the residential proxies page. Country targeting is a parameter on the endpoint, so narrowing to one market does not change how you connect.
To the destination, each request looks like an unrelated visitor on a home connection, because that is literally where the exit address lives. There is no accumulating per-IP history for the site to rate-limit, which is why backconnect gateways are the standard tool for collection at volume.
What the gateway does not do is preserve state for you by default. If a flow needs the same address from beginning to end, you ask for a sticky session when you build the endpoint — the residential FAQ states these can be configured for up to 24 hours — and the gateway pins one address to your session for that window.
Backconnect vs rotating vs static proxies
| Backconnect | Rotating | Static (ISP or dedicated) |
|---|
| IP source | Pool behind one gateway | Pool behind one gateway | One assigned address |
| Static or rotating | Rotating, sticky on request | Rotating, sticky on request | Static |
| Shared or exclusive | Pool shared across customers | Pool shared across customers | Exclusive to your account |
| Detection risk | Low — no per-address history builds up | Low | Low, but the single address carries all your history |
| Price model | Per GB | Per GB | Per IP, unlimited bandwidth |
| Best for | Large crawls without managing IP lists | The same job, described by behaviour | Logins and anything that must stay recognisable |
The first two columns are the same product. "Backconnect" answers how is this built; "rotating" answers what does it do.
When to use backconnect proxies — and when not to
They fit when:
- You want scale without infrastructure. One endpoint replaces the list-management work entirely.
- The target rate-limits per address and any single IP would run out of allowance quickly.
- You need geographic spread — country selection happens on the endpoint rather than by buying separate address lists.
- Your pool would otherwise go stale. Residential addresses come and go; the gateway retires dead ones without you noticing.
They are the wrong choice when:
- Something must whitelist you. A partner API expecting a fixed source address cannot work behind a rotating gateway.
- The flow is stateful and you have not set a sticky session. Carts, logins and paginated sessions break when the exit address moves.
- You need to audit exactly which address made a request. The gateway abstracts that away by design.
- The job is small. For a few thousand requests against a permissive target, a couple of static addresses are simpler and cheaper.
How to get backconnect proxies
The backconnect gateway at Geonode is the residential proxies endpoint — one host and port, country targeting, rotating or sticky mode, priced from $0.27 per GB with no monthly minimum on that page. Setting it up is a matter of choosing the location and session type, then pasting the endpoint string into your script; there is no address list to maintain on your side.
If the target does not care whether the exit address belongs to a home connection, the same gateway pattern is available on cheaper infrastructure through rotating datacenter proxies, from $0.144 per GB. You give up the residential appearance and keep the single-endpoint convenience. They remain the better option for most advanced use cases where throughput matters more than how the address looks.
FAQ
Is a backconnect proxy different from a rotating proxy?
Not in practice. Backconnect describes the gateway architecture and rotating describes the resulting behaviour; vendors use the terms for the same offering.
Do I get a list of IP addresses with a backconnect proxy?
No, and that is the point. You get one gateway endpoint; the pool sits behind it and the provider handles which address serves each request.
Can I keep the same IP on a backconnect gateway?
Yes, by requesting a sticky session when you build the endpoint. The residential proxies FAQ states sticky sessions can be configured for up to 24 hours.
Do backconnect proxies work for mobile and residential IPs?
Yes — the gateway model is what makes large residential and mobile pools usable at all, since those addresses are too numerous and too short-lived to hand out as a list.