04/Documentation/Residential Proxies
04/Residential Proxies
Rotating Residential Pool
Residential proxies route requests through a peer-to-peer pool of consenting devices on real ISP connections. Because the source IP belongs to a household subscriber, residential is the highest-trust tier for targets that scrutinize ASN, browser fingerprints, or behavioral patterns such as search engines, e-commerce sites, sneaker drops, and ad-verification platforms.
- check_circle100M+ unique IPs across 195 countries
- check_circleCity- and ASN-level targeting included
- check_circleSticky sessions up to 120 minutes
- check_circleUnlimited concurrent connections
- check_circleAutomatic rotation on every request by default
- check_circleTLS 1.3 plus HTTP/2 on the edge
# Python - Rotating residential pool
import requests
proxies = {
"http": "http://USERNAME-country-us:PASSWORD@gateway.kairoxo.io:9000",
"https": "http://USERNAME-country-us:PASSWORD@gateway.kairoxo.io:9000",
}
r = requests.get("https://api.ipify.org?format=json", proxies=proxies, timeout=15)
print(r.json())