Residential proxy vs datacenter proxy: how to tell them apart

A datacenter proxy exits from address space that belongs to a hosting provider, so its network type gives it away: network.usage_type: "IDC", signals.hosting: true. A residential proxy exits from a real consumer connection — home broadband or mobile — and its network type says exactly what a real customer's would. It can only be told apart by observed presence in proxy supply, with the age of that observation attached.

Side by side

What the data says

Rotating proxy pools are overwhelmingly residential. In the 7 days to 12 September 2026, IP99 observed 1,000,455 distinct exit addresses in commercial rotating pools; 71% of them sat in residential broadband space, 13% in mobile space and only 5% in datacenter space. The weekly breakdown by usage type, country and ASN is on Residential proxy exits observed this week.

How the two look in a lookup

A datacenter address with no proxy evidence (Google's public resolver, captured 2026-09-13). Note that signals.hosting is a statement about the network, not a risk verdict — the score is 0 and evidence_state is none:

{
  "ip": "8.8.8.8",
  "evidence_state": "none",
  "risk": { "score": 0, "level": "none", "tags": [] },
  "signals": { "proxy": false, "vpn": false, "dialup_pool": false, "hosting": true, "mobile": false },
  "network": { "asn": 15169, "usage_type": "IDC" }
}

A residential address that was being sold as an exit when captured (2026-09-13; it will have moved on by the time you read this). The network type is ordinary broadband — the verdict comes from the observation:

{
  "ip": "122.99.101.50",
  "evidence_state": "active",
  "risk": { "score": 78, "level": "high", "tags": ["proxy"],
            "tag_details": [{ "tag": "proxy", "last_seen": "2026-09-13T11:47:58Z" }] },
  "signals": { "proxy": true, "vpn": false, "dialup_pool": false, "hosting": false, "mobile": false },
  "network": { "asn": 17471, "usage_type": "DYN" },
  "computed_at": "2026-09-13T15:41:18Z"
}

What to do with each

FAQ

Is a datacenter IP always a proxy?

No. signals.hosting says the address belongs to hosting or cloud infrastructure; most such addresses are servers, crawlers, VPN endpoints or corporate egress that never act as a proxy. Whether it is currently in proxy supply is a separate observation, reported through the proxy and vpn tags and evidence_state.

Are residential proxies harder to detect than datacenter proxies?

By network type, yes: a residential proxy looks identical to a customer. By observation, no: an address that keeps appearing in proxy pools is a proxy exit whatever its ISP says, and that observation, with its timestamp, is what IP99 reports.

Which one should I block?

Neither by type. Datacenter space with fresh proxy or VPN evidence can be challenged hard because real customers are rarely there. Residential space should be stepped up, not blocked, even with fresh evidence: the address is shared and changes hands.

What is an ISP proxy?

A static proxy hosted on address space registered as residential, sold as "residential" while behaving like a datacenter exit: stable for weeks and shared by many users. Its network type says residential; it is detected the same way as a rotating exit, by observed presence in supply.

Do mobile proxies count as residential proxies?

They are sold in the same market and detected the same way, but they sit in mobile carrier space (usage_type MOB) behind carrier-grade NAT, where one address is shared by hundreds of subscribers at once. That makes blocking on the address even more expensive than on home broadband.

Related: How to detect a proxy, VPN or datacenter IP · Rotating residential proxies and dial-up pools · Is this IP a VPN? · What an IP risk score means · How fresh should IP risk evidence be? · What is an ASN? · Free IP geolocation and risk API · Residential proxy exits observed this week · IP risk profile · IP ranges by country · IP ranges by ASN.