ISP Proxies - Static, Fast, Trusted
Dedicated IPs registered to real ISPs, hosted in data centers. Static residential trust at datacenter speeds.
What you get
What arrives after payment
You get a dedicated IP address, not a slot in a shared pool. Nobody else routes traffic through it while the term runs. Two ports come with it: one for HTTP, one for SOCKS5.
Endpoint
203.0.113.45:50100 (HTTP) and 203.0.113.45:50101 (SOCKS5)login:password@{your-ip}:50100HTTP through your IP
curl -x http://login:password@203.0.113.45:50100 https://api.ipify.orgSOCKS5 on the next port up
curl -x socks5://login:password@203.0.113.45:50101 https://api.ipify.orgThe port numbers are the same for every static proxy we deliver: 50100 for HTTP, 50101 for SOCKS5. The IP, login and password are yours alone and stay unchanged until the term ends.
Setup in an antidetect browser
One address per profile, and keep it that way. Reusing a single ISP address across profiles gives the platform an obvious link between accounts. In Afina, AdsPower, Dolphin, Octo or Undetectable fill in:
Match the address country to the account you run on it. A German ISP address on an account that has always logged in from Poland reads as a takeover.
Setup in code
Python, requests
proxies = {
"http": "http://login:password@203.0.113.45:50100",
"https": "http://login:password@203.0.113.45:50100",
}
r = requests.get("https://example.com", proxies=proxies, timeout=30)SOCKS5 with curl
curl -x socks5://login:password@203.0.113.45:50101 https://example.comAll integrations: Python, Scrapy, Selenium, Playwright and more
Where the addresses live
ISP addresses are registered to real internet providers but hosted in a datacenter, so they combine provider trust with datacenter uptime. 24 countries are on sale:
Stock moves. If a country shows nothing in the panel, its subnet is sold out at that moment, and support can tell you when the next batch lands.
Price, terms and renewal
You pay per address per month, and traffic through it is not metered. The price drops with order size, and the tier replaces the retail price for everyone. One address costs $3.00 a month; from 2 it is $2.20; from 10 it is $2.10; from 25 it is $2.00; from 50 it is $1.95; from 200 it is $1.90. Terms on sale run 1, 2, 3, 6, 9 and 12 months.
- Renewal covers a whole order at once, not one address out of it. Split a large purchase into several orders if you expect to drop part of the fleet later.
- Turn on auto-renew for accounts you cannot afford to lose. An expired address goes back to the provider pool and you will not get the same one back.
- We email you three days before expiry, then 24 hours before, then on the day itself.
Errors you will actually hit
407Wrong login or password.Static proxies authenticate by login only, with no IP binding and no suffixes. Copy both fields from the dashboard.
Connection refusedWrong port.50100 speaks HTTP, 50101 speaks SOCKS5. Pointing an HTTP client at 50101 fails this way.
Silence after expiryThe term ended and the address went back to the pool.Check date_end in the dashboard. Renew before it, because the address is gone afterwards.
Blocks on a fresh addressThe subnet carries history from its previous tenant.Write to support and we will replace it. Warm new addresses gradually instead of hitting the target at full speed on day one.
Limits
- Traffic through a static address is not metered and not capped.
- Weekly terms are no longer sold for static proxies. The shortest term is one month. Existing weekly orders still renew.
- Mail ports and a handful of other restricted ports stay closed by default. Our upstream opens them after identity verification, so write to support if your task needs one.
When ISP is the wrong choice
A static address earns its price only if you need the same address tomorrow. Three cases where it does not pay off:
You need a different IP on every request
Residential proxies rotate on demand and cost $1.00 per gigabyte, with no per-address fee.
The target does not check IP reputation
Datacenter IPv4 starts at $1.80 a month and drops to $1.15 from 75 addresses.
You work with mobile-only apps
They check for carrier ranges, which no ISP address will pass. Mobile proxies cost $5.76 per day.
API and AI agents
Static proxies are on the same REST API at https://api.sotaproxy.com/api/v1, and the MCP server lets Claude and other agents buy and renew them without a browser.
GET /productsTypes, countries and terms on salePOST /orders/calculatePrice for a quantity and term, tier appliedPOST /ordersBuy addressesPOST /orders/{id}/renewRenew a whole orderTypical use cases
Common questions
What is the difference between ISP and residential proxies?
Both use IPs registered to real ISPs. The difference is hosting: residential proxies route through actual home devices (dynamic, slower), while ISP proxies are hosted in datacenters (static, faster). ISP proxies give you the trust of a residential IP with datacenter-grade speed.
Are ISP proxies static?
Yes. ISP proxies at SotaProxy are static - your IP does not change between requests unless you explicitly request rotation.
When should I choose ISP over residential?
Choose ISP proxies when you need a stable, long-term IP address for account management, persistent monitoring tasks, or any scenario where IP consistency matters more than geo-diversity.
Start with ISP Proxies
No monthly minimum. Get credentials in minutes.
Use code WELCOME10 - 10% off any proxies on your first order
Create Account