ISP Proxies Explained: Static Residential IPs Without the Churn
A machine in a rack, announcing address space leased from a consumer internet provider. That combination is what you are buying when a vendor sells you static residential IPs.
Key takeaways
- An ISP proxy is a datacenter-hosted server exiting through IPv4 space that is registered to a consumer internet provider, so it reads as an ISP address while performing like a server.
- Usage-type databases classify the address from the whois organisation on the netblock, which is why the physical location of the hardware does not change the classification.
- ISP address space is scarce and recycled between tenants and resellers, so the reputation history of the specific IP matters more than the vendor brand.
- Billing is per IP per month with unmetered or generous bandwidth, which makes ISP proxies cheap for heavy transfer and expensive for wide rotation.
- Buy ISP proxies when one identity has to persist for hours or days: account management, ad verification, checkout flows and long authenticated sessions.
An ISP proxy is a server in a datacenter that exits through IPv4 space belonging to a consumer internet provider. The hardware sits on a rack with a gigabit uplink. The address on the packets says Comcast, or Deutsche Telekom. Vendors also sell these as static residential proxies, and both names describe the same arrangement.
The result is a product with the identity of a home connection and the performance profile of a machine you rent by the month. No household router in the path, no upstream congestion, no exit disappearing when someone closes a laptop. You keep the same address until you stop paying for it.
How a server ends up with an ISP address
IPv4 blocks are registered in the regional internet registries, and each block carries an organisation record. When a proxy vendor leases a /24 from an internet provider, the registry entry for that block continues to name the provider. The vendor announces the block from its own hardware, or arranges for the provider to route it to the vendor's racks, and traffic starts flowing.
Two routing arrangements are common, and they leave slightly different traces.
- Leased block, vendor ASN. The vendor advertises the leased prefix from its own autonomous system, backed by a letter of authorisation. The whois organisation stays with the ISP while the BGP origin AS is the vendor or its hosting partner.
- Leased block, ISP ASN. The prefix stays inside the internet provider's announcements and is delivered to the vendor over a transit or cross-connect arrangement. Both whois and the origin AS point at the ISP, which is the cleaner of the two footprints.
Commercial usage-type datasets build their classification mainly from the registry organisation, supplemented by rDNS patterns and their own probing. Under the first arrangement, a vendor-originated announcement is the detail that gives a careful detection engine something to notice. Under the second, there is very little to see.
Why the pools are small and the same IPs keep circulating
Peer-to-peer residential networks grow by adding devices, and there are billions of devices. ISP proxy pools grow only when someone convinces an internet provider to lease more IPv4, and unallocated IPv4 ran out years ago. Providers keep what they have for their own subscribers. Leasing prices per address have climbed steadily on the transfer market.
That scarcity has three consequences you will feel. Pool sizes are orders of magnitude below rotating residential pools. The same prefixes surface under several vendor brands, because a handful of upstream holders supply much of the market through resellers. And the address you rent this month was almost certainly rented by somebody else last month, doing something you have no visibility into.
Reputation is therefore a property of the specific address rather than of the brand you bought it from. Two IPs delivered in the same order can differ wildly, which is why we sample many exits per provider and publish the aggregate as clean rate in the highest clean rate rankings. The scoring mechanics are broken down in proxy fraud score explained.
Vetting an address before you build on it
Every ISP proxy order deserves ten minutes of checking. You are looking for three things: that whois names an internet provider rather than a hosting company, that the rDNS does not advertise a datacenter, and that the address is not already carrying a reputation problem.
# 1. Who is the block registered to, and who announces it?
whois 203.0.113.45 | grep -Ei 'orgname|netname|org-name|descr|origin'
# 2. What does the reverse record say?
dig +short -x 203.0.113.45
# 3. What does the outside world think the exit is?
curl -s -x http://USER:[email protected]:8080 https://ipinfo.io/jsonAn orgname naming a hosting company means you were sold a datacenter proxy with a nicer label. A PTR record containing the vendor domain, or a string like static plus the address digits, is a weaker signal but still a fingerprint that a detection engine can pattern-match across a whole prefix. Repeat the whois check on the neighbours at .44 and .46, since subnet-level reputation applies here exactly as it does to hosting space, a point covered in residential vs datacenter proxies.
Pricing per address rather than per gigabyte
Rotating residential is metered traffic. ISP proxies are rented addresses, normally a few dollars per IP per month, falling with quantity and with contract length. Bandwidth is unmetered or capped high enough that most workloads never notice. Flip the unit and the economics invert against rotating pools.
| Property | ISP proxy | Rotating residential | Datacenter |
|---|---|---|---|
| Billing unit | Per IP per month | Per gigabyte | Per IP per month |
| Usage type seen by target | ISP | ISP | Hosting |
| Address lifetime | Until you cancel | Seconds to ~30 minutes | Until you cancel |
| Distinct addresses available | Tens to low thousands | Millions | Thousands |
| Latency profile | Datacenter-grade, stable | Consumer link, long tail | Datacenter-grade, stable |
| Cost of heavy transfer | Effectively free | The dominant line item | Effectively free |
| Cost of wide rotation | Prohibitive | Included | Moderate |
A job that downloads 500 GB through twenty stable identities is cheap on ISP and painful on rotating residential. A job that needs ten thousand distinct addresses and transfers almost nothing is the reverse. Work out which shape your traffic has before comparing rate cards, and use the normalised price per 100GB view for the metered side of the comparison.
The workloads that justify a static residential IP
Everything on this list shares one requirement: the target must see a consistent identity over time, and a fresh IP on every request would look wrong rather than anonymous.
- Account management. Platforms bind trust to an address. Logging into the same account from Ohio and then from Lisbon four minutes later is the pattern their risk engines are built to catch. One account, one address, indefinitely.
- Ad verification. You need to see the creative a real subscriber in that market sees. Ad servers geotarget on IP and discount hosting space as non-human inventory, so the address has to read as a consumer line in the right city.
- Long authenticated sessions. Anything with a multi-step flow, a shopping cart, or a WebSocket that stays open for an hour. Rotation mid-flow invalidates state, as set out in rotating vs sticky proxy sessions.
- Sustained rank and price monitoring from one locale. A stable vantage point produces a comparable time series. Rotating exits introduce geographic noise you then have to explain away.
- High-bandwidth pulls that still need an ISP identity. Media, large catalogue exports, anything measured in hundreds of gigabytes where per-gigabyte pricing would dominate the bill.
Where ISP proxies fall down
A static address is a single point of failure with a monthly invoice attached. Trip a target's defences once and that identity is burned for the remaining term. There is no rotating away from it, and replacing the address means a new order and a new reputation you have not verified.
Scale is the second limit. Anything that needs thousands of distinct exits per hour cannot be built on per-IP pricing. Geographic coverage is the third: rotating residential pools reach hundreds of countries, while ISP inventory clusters in a small set of markets, mostly the United States and a handful of European ones, because that is where lease agreements exist. City-level targeting is coarse for the same reason, a constraint discussed in the proxy geotargeting guide.
Choosing a vendor without guessing
Ask for a trial address before committing to a block, then run the three checks above plus a live request against the target you care about. Confirm the whois organisation, the announcing AS, the reputation score, and whether the exit reaches your target without a challenge. Ask which internet provider the space is leased from and how long the lease runs, because a lease that expires takes your identities with it.
We run continuous measurements against the vendors we track from both US and EU infrastructure and publish them on the live benchmark table, with the sampling rules written up in our methodology. Per-vendor history sits on profile pages such as Oxylabs, and the side-by-side comparison tool is the fastest way to put two shortlisted options next to each other. If you are still deciding between pool types, how to choose a proxy provider works through the sequence.
Frequently asked questions
What is the difference between ISP proxies and residential proxies?
A rotating residential proxy borrows a real household connection for a short window, so the exit is slow, changes constantly and is billed by the gigabyte. An ISP proxy is a datacenter server holding an address registered to a consumer internet provider, so it is fast, stable, yours for the month, and billed per address. Both look like ISP traffic to the target.
Are ISP proxies just datacenter proxies with a different name?
The hardware is identical. The address space is not. A datacenter proxy exits through IPv4 registered to a hosting company, which usage-type lookups flag immediately. An ISP proxy exits through space registered to a consumer internet provider, so the same lookup returns a residential classification. Verify with whois before you accept the label.
How much do ISP proxies cost?
They are priced per address per month rather than per gigabyte, usually a few dollars each, with discounts for quantity and longer terms. Bandwidth is typically unmetered. That makes them very cheap for high-transfer work on a handful of identities, and very expensive if you need thousands of distinct exits.
Can I rotate ISP proxies?
Only across the addresses you rent. With fifty ISP proxies you can round-robin between fifty identities, which is nothing like the rotation a residential gateway offers. If your job needs a fresh address every few requests, buy rotating residential and use ISP proxies for the parts of the workflow that require a persistent identity.
Do ISP proxies get blocked?
Yes, and permanently, because you cannot rotate away from a burned address. The friendly whois record gets you past usage-type filtering, but behaviour, fingerprint and the address history all still apply. Detection vendors also track prefixes that are known to serve proxy traffic, so the reputation of the specific range matters.
Which countries have ISP proxies available?
Coverage follows lease agreements, which concentrate in the United States and a limited set of European markets. Some vendors offer a scattering of others. If you need an address in a country outside that core set, rotating residential is usually the only practical option, and city-level targeting will be coarser than the marketing suggests.
See how the providers actually perform
Our benchmark tests 18 residential proxy providers around the clock from US and EU infrastructure. Success rate, latency, fraud score and price per 100GB, refreshed every five minutes.
Related guides
What Are Residential Proxies and How Do They Work?
Residential proxies borrow IP addresses that ISPs handed out to real households. That single fact explains their price, their latency, and why anti-bot systems treat them differently from server IPs.
Read the guideResidential vs Datacenter Proxies: Which One Do You Actually Need?
One lookup separates these two products: the organisation that owns the exit IP. Everything else, including the tenfold price gap, is downstream of that.
Read the guideRotating vs Sticky Proxy Sessions: How to Choose
Rotation is a property of your proxy username, not of your code. Here is what each mode does to a request, the failure signature of each, and the workload table that settles the argument.
Read the guide