Single gateway endpoint
No proxy lists to manage. One URL, one port, one set of credentials. Our gateway routes each request through a fresh IP from the residential pool.
Real home IPs that rotate on every request, or hold steady for up to 24h. 200M+ residential IPs across 195 countries, per-GB billing, instant setup.
How it works
Point your bot or scraper at a single gateway. We handle the rotation, so each request looks like it’s coming from a different real home user.
01 · CONNECT
No proxy lists to manage. One URL, one port, one set of credentials. Our gateway routes each request through a fresh IP from the residential pool.
02 · ROTATE
Instant rotation means a new IP on every single request. Sticky sessions keep the same IP for 1 minute to 24 hours. Switch modes with a single parameter change.
03 · TARGET
Add a location parameter to your username string. Target a specific country or city in one line of config. No separate proxy lists per region.
Rotation Modes
Both modes use the same 200M+ residential pool. Pick based on what your task actually needs.
A new residential IP on every request. Each page load comes from a different real home user in your target geo.
Best for:
Large-scale scraping, price monitoring, SERP tracking, sneaker bots, data mining, ad verification
Keep the same residential IP for 1 minute to 24 hours. For flows that need session continuity, like forms, checkouts, and multi-step actions, while staying on residential IPs.
Best for:
Login flows, checkout automation, travel aggregators, multi-step form submissions
Use cases
Built for tasks where IP variety, residential trust, and local targeting matter.
Many anti-bot systems block datacenter IPs by default. Residential IPs look like regular home users and are far less likely to trigger blocks.
Track rankings and competitor positions across cities and countries in real time. See the local results a real user from that city would see.
Multiple entry attempts from unique residential IPs during high-demand drops. Clean residential reputation and rotation through unique IPs give you more attempts.
Collect pricing data, product availability, and stock information from e-commerce platforms across regions without triggering rate limits.
Monitor counterfeit listings, grey-market resellers, and trademark violations across regional marketplaces globally.
Geo-specific market analysis and competitor intelligence. Collect data from different regions to see localised pricing, content, and ad placements.
Pricing
10 GB
For testing and early evaluation
50 GB
Recommended starting point for production
Most Popular75 GB
For growing workloads
100 GB
For ongoing or multi-project usage
200 GB
For growing production workloads
500 GB
For large-scale production usage
1000 GB
For long-running operations
Custom
For Enterprise Customers
Secure checkout, SSL protected
Switch to unlimited bandwidth plans with a fixed monthly rate, no per-GB billing.
Why choose us
What actually matters for scraping and automation at scale.
The largest ethically-sourced residential pool. IPs come from real households, not datacenters or VPNs. Continuously refreshed to keep a clean reputation.
Measured across customer sessions. We rotate IPs before they get flagged, not after.
Residential IPs with fast routing. City-level targeting means your request hits a nearby gateway, not one across the planet.
Ongoing monitoring removes flagged, slow, or non-consenting IPs automatically. You get fresh, performant addresses every time.
Username:password or IP whitelist, both supported. Rotation mode, geo, and session length are set inline as username parameters.
Real technical support via live chat across all plans. Actual engineers who know the product, not just email tickets.
Ethical Sourcing
Questions about where the IPs come from are fair. Here’s the full picture.
Every IP in our residential pool belongs to a real device owner who has explicitly opted in and receives compensation.
We do not use botnets, malware, or compromised devices. The pool is continuously audited. Non-consenting or flagged IPs get removed automatically.
Device owners actively consent to sharing their connection bandwidth. No hidden software, no compromised devices.
Automated monitoring removes IPs that no longer meet quality or consent standards before they affect your sessions.
Our proxies are for legitimate data collection, research, and business intelligence. See our acceptable use policy for details.
Responsible Use Policy → Read
Integrations
Compatible with automation frameworks, scraping libraries, and browser environments
Code
Copy a snippet for your language. Simple auth and endpoint setup.
import requests
proxy = "http://USERNAME:PASSWORD@HOST:PORT"
proxies = {
"http": proxy,
"https": proxy,
}
response = requests.get(
"https://example.com",
proxies=proxies,
timeout=30
)
print(response.text) import axios from "axios";
const response = await axios.get("https://example.com", {
proxy: {
protocol: "http",
host: "HOST",
port: PORT,
auth: {
username: "USERNAME",
password: "PASSWORD"
}
},
timeout: 30000
});
console.log(response.data); curl -x http://USERNAME:PASSWORD@HOST:PORT \ https://example.com
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://example.com");
curl_setopt($ch, CURLOPT_PROXY, "HOST:PORT");
curl_setopt($ch, CURLOPT_PROXYUSERPWD, "USERNAME:PASSWORD");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_TIMEOUT, 30);
$response = curl_exec($ch);
if (curl_errno($ch)) {
echo curl_error($ch);
}
curl_close($ch);
echo $response; Technical Specifications
Protocol
HTTP(S) · SOCKS5
Rotation modes
Instant · 1min · 10min · 30min · 1h · 24h
Countries
195 countries
Auth method
Username:password · IP whitelist
Success rate
99%
IP pool size
200M+ residential IPs
Geo targeting
Country · City · ASN
Concurrent connections
Unlimited
Avg response time
0.7s
Uptime SLA
99.99%
Dashboard
Control your product and billing in one place
Reviews
Tech support helped resolve the issue quickly. Thanks to manager Ilya!
I like this service and their support !)
ilya, the best!
200M+ real home IPs, instant rotation or sticky sessions up to 24h, city-level targeting.
Per-GB billing, you pay only for what you use.
FAQ