Clean Residential IPs. No Commitment.
Plug our proxy into your existing crawler or HTTP client and get clean residential IPs from 217 countries. Pay $2.00 per GB, nothing more. Direct credentials unlock with PAYG or a subscription plan — free trial covers Web Unlocker and BaaS.
123456789101112131415import requests
proxies = {
"http": "http://USERNAME:PASSWORD@proxy.omniscrape.io:8080",
"https": "http://USERNAME:PASSWORD@proxy.omniscrape.io:8080",
}
response = requests.get(
"https://target-site.com/data",
proxies=proxies,
timeout=30
)
print(response.status_code)
print(response.text[:500])
123456789101112import requests
proxies = {
"http": "https://USERNAME:PASSWORD@proxy.omniscrape.io:8443",
"https": "https://USERNAME:PASSWORD@proxy.omniscrape.io:8443",
}
response = requests.get(
"https://target-site.com/data",
proxies=proxies,
timeout=30
)
# SOCKS5 (requires requests[socks])
proxies = {
"http": "socks5://USERNAME:PASSWORD@proxy.omniscrape.io:1080",
"https": "socks5://USERNAME:PASSWORD@proxy.omniscrape.io:1080",
}
response = requests.get(
"https://target-site.com",
proxies=proxies
)
What Makes It Different
217 Countries
IP coverage across 217 countries with country-level targeting. Route through the exact geography your scrape requires.
$2.00 per GB
We charge $2.00/GB with no monthly minimum, no subscription, and no hidden fees. Our upstream cost is $0.90/GB, making this sustainable for both sides.
HTTP, HTTPS, SOCKS5
Three protocols supported. Pick HTTP, encrypted HTTPS, or SOCKS5 — whichever your client or framework expects.
Transparent Billing
Bandwidth is counted byte-for-byte with full transparency. You see exactly how many MB each session used. No rounding up to the nearest GB.
Automatic Rotation
Each request gets a fresh IP by default. Sticky sessions available if you need consistent IPs across a scraping workflow.
No Latency Overhead
Our gateway forwards traffic transparently with minimal overhead. It does not inspect or buffer your content.
How the Pricing Compares
Residential proxy pricing varies wildly. Here is where we sit.
| Feature | OmniScrape | Bright Data | Oxylabs |
|---|---|---|---|
| Price per GB | $2.00 | $8.50+ | $7.00+ |
| Countries | 217 | 195+ | 195+ |
| HTTP | ✓ | ✓ | ✓ |
| HTTPS | ✓ | ✓ | ✓ |
| SOCKS5 | ✓ | ✓ | ✓ |
| Pay-per-GB | ✓ | ✗ | ✗ |
| No monthly minimum | ✓ | ✗ | ✗ |