Key takeaways
The TL;DR. 6 headline facts about SOAX pulled from our test rig + their public documentation.
- ▸SOAX runs a 155M+ residential pool plus a dedicated 33M+ mobile 4G/5G network across 195 countries, with carrier-level ASN targeting (T-Mobile, AT&T, Verizon, Vodafone, EE, O2) exposed on every paid plan — not gated behind an enterprise contract like Bright Data or Oxylabs.
- ▸Entry pricing starts at $4/GB on the $90/month Starter tier, drops to $3.60/GB on Business, and reaches $2.00/GB at high-volume commits — but there is no pay-as-you-go option and unused GB do NOT roll over to the next billing cycle.
- ▸Protocol breadth is unusually wide for a boutique vendor: HTTP(S), SOCKS5, UDP and QUIC are all supported, which makes SOAX one of the few sub-enterprise networks viable for HTTP/3 scraping, WebRTC fingerprint testing, and UDP-based game/voice workloads.
- ▸Sticky sessions are deterministic and tunable from 30 seconds up to roughly 1 hour, with sub-second IP rotation handled inside the same gateway — no separate 'unblocker' SKU required for hard targets like Instagram, TikTok or LinkedIn.
- ▸The unified credit wallet lets a single GB balance be spent across residential, mobile, US datacenter and the Web Data API, and the per-target success-rate dashboard exposes block rates per domain — measured 99.5% network-wide on supported targets.
- ▸Honest trade-offs: SOC 2 and ISO 27001 are still 'in progress' (not certified), the datacenter pool is US-only at roughly 300k IPs, residential coverage is thinner in Africa and LATAM than Bright Data's 150M+ network, and SOAX's Russian engineering lineage still triggers procurement reviews at some EU and US Fortune 500 buyers.
The verdict
Independent nightly benchmarks since March 2024 — here's where SOAX lands.
- Carrier / ISP-level targeting exposed on every paid plan — not enterprise-gated
- Deterministic sticky sessions tunable from 30 seconds to roughly 1 hour
- Protocol breadth — HTTP(S), SOCKS5, UDP, and QUIC — uncommon below enterprise tier
- 33M+ mobile pool with strong US/UK carrier diversity for social-graph scraping
- Unified credit wallet — residential, mobile, datacenter, and Web Data API share one bucket
- Per-target success-rate dashboards in console, not just aggregate health metrics
- Sub-second IP rotation available without paying for a separate unblocker product
- Hard $90/month entry point with no pay-as-you-go and no GB rollover between cycles
- SOC 2 and ISO 27001 still in-progress as of 2026, lagging Oxylabs and Bright Data
- Datacenter pool is US-only (~300k IPs) — useless for non-US datacenter workloads
- Smaller residential pool (155M) means thinner long-tail coverage in Africa and LATAM
- Russian-origin engineering lineage triggers procurement reviews at some EU/US enterprises
Pricing B+ · Performance A- · Pool quality A- · Support B+ · Ethics B
Each axis is graded A+ to D using our standard rubric: how we score →
Who should not use SOAX?+
What we think after testing SOAX
Editorial review by Maya Cortez · last tested May 31, 2026
SOAX sits in an unusual gap on the proxy market: too premium to be a self-serve commodity, too small to be enterprise-only. Headquartered in the UK with a ~50-person remote team across 15 countries and roots in Russian-built network engineering, it has spent six years optimizing one thing — the boutique residential pool — rather than racing for raw IP counts. The published network sits at 191M+ IPs total, including 155M+ residential and 33M+ mobile, smaller than Bright Data's headline pool but visibly more curated. Country, region, city, and ISP/carrier targeting come standard on every plan, not gated behind enterprise sales calls.
Pricing is where SOAX shows its hand. The Starter plan opens at $3.60/GB on 25 GB, which is steep next to Decodo's card-on-file tiers, but the curve bends sharply: $2.46/GB at 300 GB (Professional), $2.00/GB at 800 GB (Business), and $0.32/GB on Enterprise commits. There is no pay-as-you-go and no rollover — if you don't burn the bucket, you eat it — which makes SOAX a poor fit for spiky workloads but a strong one for predictable scrape pipelines. Sticky sessions can be tuned from 30 seconds to ~1 hour with deterministic IP refresh, and protocol coverage spans HTTP(S), SOCKS5, UDP, and QUIC — rare outside the top tier.
Operationally, SOAX punches above its weight on US/UK residential quality and on Instagram/TikTok-class social targets, where carrier-level filtering keeps subnets warm. Datacenter is US-only at 300k+ IPs, deliberately scoped rather than global. Compliance is mid-build: SOC 2 and ISO 27001 are listed as in-progress, not certified, which is a real gap versus Oxylabs. The 10,000+ customer base skews toward mid-market AI/data teams, not Fortune 500 — a tell that SOAX is competing on craft, not contracts.
Setting up SOAX Residential Proxies
Watch our hands-on walkthrough of SOAX — dashboard, API, real workload, the bits the marketing pages skip.
Live performance
Numbers from our continuous test rig — same workloads, every month.
Targets tested: Google SERP US/UK/IN, Amazon US/UK/DE, Walmart, eBay, Cloudflare-fronted retailers. Concurrency: 200. Run nightly since Mar 2024. Full data in our methodology page →
Performance vs the market
How SOAX compares to the directory-wide average across our four standard target panels. = market average, bar fill = SOAX.
Sample size: 120+ providers with published benchmark data. Bars show this provider's measured rate; the vertical tick is the directory-wide average.
IP pool size — ranked
Where SOAX ranks against the largest networks in the directory. Bars are scaled to 226M.
Bars rank total advertised IP pool size. SOAX publishes 155M+ IPs — see the full breakdown in the specs above.
Pricing
Volume discounts apply across types. Prices in USD, parsed May 31, 2026.
- 10GB GB included
- 195+ locations
- 3-day trial ($1.99)
- ["HTTP", "HTTPS", "SOCKS5", "UDP", "QUIC"]
- Pay per GB GB included
- 1+ locations
- 3-day trial ($1.99)
- ["HTTP", "HTTPS", "SOCKS5"]
- 100GB GB included
- 195+ locations
- 3-day trial ($1.99)
- ["HTTP", "HTTPS", "SOCKS5", "UDP", "QUIC"]
Proxy types offered
3 types available. Pricing varies by type and volume.
Residential $4.00/GB
155M+ IPs real-home IPs across 195 countries with city + ASN targeting.
ISP / Static —
Static residential through ISP peering — datacenter speed, residential trust.
Mobile —
Carrier-rotated 4G/5G IPs with country + carrier targeting.
Features & integrations
What's included out of the box.
Network & infrastructure
How the pool is built, refreshed and addressed.
SDK, API & integrations
Languages, endpoints and tooling shipped out of the box.
Code examples
Drop-in snippets to start using SOAX from your stack. Replace USER, PASS and the gateway with what you get from your dashboard.
# pip install requests
import requests
proxy = "http://USER:[email protected]:7777"
resp = requests.get(
"https://httpbin.org/ip",
proxies={"http": proxy, "https": proxy},
timeout=10,
)
print(resp.json())
// npm install undici
import { fetch, ProxyAgent } from "undici";
const dispatcher = new ProxyAgent("http://USER:[email protected]:7777");
const resp = await fetch("https://httpbin.org/ip", { dispatcher });
console.log(await resp.json());
curl -x http://USER:[email protected]:7777 \
https://httpbin.org/ip \
--max-time 10
# scrapy-rotating-proxies works with any provider gateway
# settings.py:
DOWNLOADER_MIDDLEWARES = {
"scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware": 400,
}
HTTP_PROXY = "http://USER:[email protected]:7777"
HTTPS_PROXY = "http://USER:[email protected]:7777"
// npm install playwright
import { chromium } from "playwright";
const browser = await chromium.launch({
proxy: {
server: "http://gate.soax.com:7777",
username: "USER",
password: "PASS",
},
});
const page = await browser.newPage();
await page.goto("https://httpbin.org/ip");
console.log(await page.locator("body").innerText());
await browser.close();
Need more? SOAX's official docs have language-specific quickstarts and SDK references.
Use-case suitability
How well this provider performs by workload, scored 1–10 from our test rig.
Independent benchmarks
Last run 2026-05-06
Compliance & privacy
Auditable certifications, sourcing and data-handling posture.
Support & account
How they pick up the phone — and who answers.
Company & resources
Who builds and operates this product.
Key markets covered
195+ countries served. City & ASN targeting available.
SOAX vs alternatives
How SOAX stacks up against the closest providers in our directory. Tap any column header to read that review.
How to get started with SOAX
A 5-minute walkthrough from sign-up to your first successful request. Total setup time: ~10 minutes.
-
1
Create the account and fund the unified credit wallet
Sign up at soax.com, verify business email, and pick a plan — Starter ($90/mo, 22.5 GB at $4/GB), Business ($400/mo at $3.60/GB) or Enterprise (custom, down to $2.00/GB). The credit you buy lands in a single 'GB wallet' that is shared across residential, 33M+ mobile, US datacenter and the Web Data API endpoints. There is no PAYG bucket and no rollover — any GB unused when the renewal date hits is forfeited, so size the plan to actual monthly burn, not peak.
-
2
Generate a gateway with carrier and ASN targeting
In the dashboard, open 'Proxy Setup' and build a username string. SOAX supports geo targeting down to country, region, city and ASN — for mobile, that means you can pin to AS21928 (T-Mobile US), AS20057 (AT&T Mobility), AS22394 (Verizon Wireless), AS12302 (Vodafone UK), AS12576 (EE) or AS15897 (O2). Carrier targeting is exposed on every paid plan, not enterprise-only. Pick HTTP(S) on ports 5000/9000, SOCKS5 on 7000, or the QUIC/UDP listener on 9443 depending on protocol.
-
3
Tune sticky session length for the target
Append a session parameter like `sessionid-xxxx-sessionlength-600` to lock an exit IP for 600 seconds. SOAX accepts any value from 30 seconds (good for high-rotation scraping of search SERPs) up to roughly 3600 seconds (~1 hour, the practical ceiling for stateful flows like checkout, Instagram DM automation or TikTok account warm-up). Rotation between sessions is sub-second; no separate unblocker product is needed, and no extra credit is charged for rotation events.
-
4
Wire QUIC or UDP traffic where it matters
If you are scraping HTTP/3 sites, automating WebRTC checks, or routing game/voice traffic, point the client at the UDP listener instead of the HTTP gateway. SOAX is one of the few residential networks below the enterprise tier that publishes a working QUIC and raw UDP proxy — Bright Data exposes QUIC only on Enterprise, NodeMaven and Decodo do not advertise QUIC at all. This is the differentiator most worth A/B testing before signing the annual.
-
5
Monitor per-target success rates and rebalance
Open the 'Statistics' tab and switch to the 'Per-target success rate' view. SOAX logs successful 2xx responses per destination domain, so you can see if Instagram is running at 99.2% but a niche e-commerce site is at 71% — and swap that subset to mobile carrier IPs or a different geo. Combined with the unified wallet, this lets you push hard targets to mobile (more expensive per GB in throughput terms) while keeping bulk SERP work on residential.
Stuck? Check SOAX's documentation or email us.
User reviews
No reader reviews yet — be the first below.
Used SOAX? Write a review+
FAQ
The questions buyers actually ask.
