Providers
ProxySave routes across multiple proxy providers. Use the managed pool, bring your own keys, or both.
Supported providers
ProxySave currently supports the following providers. Each provider is identified by a short ID used in API headers and configuration.
BrightData
brightdataLargest residential network. Premium pricing.
Oxylabs
oxylabsStrong geo coverage. Good for e-commerce targets.
SmartProxy
smartproxyCompetitive mid-tier pricing.
IPRoyal
iproyalBudget-friendly residential proxies.
NetNut
netnutOften cheapest for high-volume residential.
Webshare
webshareLow-cost datacenter proxies with decent residential pool.
Bring Your Own Keys (BYOK)
Already have accounts with proxy providers? Add your credentials to ProxySave and we'll route through your existing subscriptions. This is the best way to maximize savings — you keep your negotiated rates and ProxySave optimizes across all of them.
Add provider credentials via the dashboard or the API:
curl -X POST https://api.proxysave.com/providers \
-H "X-Openproxy-Username: your-username" \
-H "X-Openproxy-Password: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"provider": "brightdata",
"credentials": {
"username": "your-brightdata-user",
"password": "your-brightdata-pass",
"zone": "residential"
}
}'Your credentials are encrypted at rest and never logged. ProxySave only uses them to authenticate requests to the provider on your behalf.
Managed pool
Don't have provider accounts? No problem. ProxySave maintains a shared pool of proxy capacity across all supported providers. When you use the managed pool:
- •You pay per GB at our blended rates (typically 30–50% lower than direct provider pricing due to volume discounts)
- •No provider accounts to manage or credentials to rotate
- •ProxySave handles all provider billing — you get a single invoice
You can mix BYOK and managed pool. ProxySave routes to the cheapest option regardless of whether it's your key or the managed pool.
Choosing a strategy
| BYOK | Managed Pool | |
|---|---|---|
| Setup | Add your credentials | None — works immediately |
| Pricing | Your negotiated rates | ProxySave blended rates |
| Billing | Direct with providers | Single ProxySave invoice |
| Best for | High-volume users with existing accounts | Getting started quickly |