Static IPs with residential trust in both the US (22,000+ GTT exits) and Europe (13,000+ Orange & Liberty Global exits). Sub-50ms response times, datacenter-grade throughput. The fastest way to look like a real user without paying residential prices. Pick United States or Europe at checkout.
Sub-50ms latency. Residential reputation. No tradeoff.
US IPs ride GTT (AS3257); EU IPs ride Orange & Liberty Global. Real telecom ASNs, fingerprinters see ISP traffic, not Linode.
Hosted on real datacenter hardware. You get sub-50ms response times, not the 500-2000ms residential lottery.
Each credential is pinned to a static IP slot, perfect for account warmup, login flows, and any target that fingerprints session continuity.
Buy GBs once and use them whenever you need to. Nothing expires, nothing renews monthly, and there are no overage fees, the balance simply sits on your account until you spend it.
40-50ms response time on drops. Static GTT IP through warmup and checkout. Passes Nike, Adidas, and Supreme cleanly.
One credential = one static IP per account. Instagram, TikTok, X, and Facebook trust ISP IPs at par with home connections.
24/7 price scrapers and inventory watchers stay on the same IP. No mid-job rotation breaking your session state.
Provision Gmail, Outlook, or business accounts from a clean ISP IP. Lower flag rate than datacenter, less variability than residential.
Rank tracking that actually finishes. Google trusts ISP IPs longer before throttling, and the static IP keeps your tooling stable.
See ads the way real users do. ISP IPs land in the same delivery buckets as residential traffic, without the latency penalty.
ISP is the static-session play. When you need the same IP held for hours and you don't want to pay residential prices, this is the shape that fits.
Standard user:pass auth with the region picked at checkout. These are static IPs, so there is no session token to set and no rotation to manage, the exit simply holds. Targeting is country-level; if you need state, city or ASN narrowing, that is what Residential is for.
gate-us.vaultproxies.com:30, US gateway (22K GTT IPs)gate-eu.vaultproxies.com:30, EU gateway (13K Orange/Liberty IPs)Port 30 HTTP / 31 SOCKS5Static IP per credential, no session token neededOptional IP allow-list on the US poolimport requests
# ISP plan, US (GTT) and EU (Orange / Liberty Global) pools.
# Pick your region at checkout; each region has its own gateway.
US_PROXY = "http://USER-country-us:[email protected]:30" # USA, GTT
EU_PROXY = "http://USER-country-nl:[email protected]:30" # Europe
proxies = {"http": US_PROXY, "https": US_PROXY}
r = requests.get("https://api.ipify.org?format=json", proxies=proxies)
print(r.json()) # -> {"ip": "104.243.x.x"} ASN: AS3257 (GTT)
# Static IP per credential, perfect for account warmup and long sessions.
# Your credential is tied to the region you bought; a US credential won't
# authenticate on the EU gateway and vice-versa.
#
# Targeting is country-level only. There is no -state- or -city- token on
# this product, and no -session- token either: the exit is already static.When ISP is the right call, when residential is, and what "GTT ASN" actually buys you.