20 IPs for 60 minutes on the country-mix package. No card required.
Start free trialBuy static IP proxies that keep the same address for the whole term — nothing rotates unless you request a replacement.
A static proxy is one where the exit IP is pinned to you: every request, today and next month, leaves through the same address. Proxies with a static IP address exist because websites treat IP continuity as an identity signal — a logged-in session that suddenly arrives from a new address looks like a stolen cookie, and platforms respond with re-verification loops, 2FA prompts, or a logout. That makes static the only workable mode for accounts, seller dashboards, payment flows, and anything else where the session must survive longer than one request.
The mechanics cut both ways. The address builds history — your history. Warm it up like a normal user for the first day or two and the IP accumulates trust with the target platform; hammer it with requests and the IP accumulates flags, and there's no rotation to dilute them. That's the honest limit of static IP proxy servers: one burned address stays burned until you swap it.
Everything we sell except the rotating plans is static by design: datacenter packages, dedicated IPs from a single address, and static ISP proxies. Which one fits depends on the target — the comparison table below breaks it down.
Four infrastructure types — and the use cases each one fits best.
| This page Packagesdatacenter IPv4 |
Rotating | ISP | IPv6 | |
|---|---|---|---|---|
| IP source | Datacenter, IPv4 | Datacenterthe same 100,000+ IP pool | Consumer ISP networks | Datacenter |
| IP allocation | Static list | Full pool accessthe exit IP rotates on every request | Static list | Static list |
| List refreshes | Up to 3 per month, free | Not applicable | Up to 3 per month, free | Provider-dependent |
| Pricing model | Per-IP packageunlimited bandwidth | Credit-basedyou pay per request, not per IP | Per-IP packageunlimited bandwidth | Per-IP package |
| Website compatibility | ✓ ~100% | ✓ ~100% | ✓ ~100% | ✕ Limitedmany websites don't support IPv6 |
| Speed | Up to 500 Mbps | Up to 300 Mbps | Up to 500 Mbps | Datacenter-grade |
| Anti-fraud trust | Medium | MediumIP rotation helps | High | Low to medium |
| Price | $from $0.07 per IP/month | $$$from $49.00/month | $$from $0.22 per IP/month | $typically the lowest-cost option |
| Best for | Web scraping and automation at a predictable volume: your own IPs, unlimited bandwidth | API scraping that needs as many different IPs as possible without buying a fixed list | Social media, accounts, long sessions — wherever IP trust matters | Use cases where the target site is guaranteed to support IPv6 |
| Buy now | Rotating proxies | ISP proxies | We don't sell these: too many limitations for general-purpose work |
Copy the example for your stack, or paste it into your AI coding assistant for help adapting it to your project.
# HTTP or HTTPS proxy curl -x http://login:password@IP:port https://example.com # SOCKS5 curl --socks5-hostname IP:port \ --proxy-user login:password \ https://example.com
import requests proxy = "http://login:password@IP:port" # your proxy from the Dashboard r = requests.get( "https://example.com", proxies={"http": proxy, "https": proxy}, ) print(r.status_code)
import { ProxyAgent } from "undici"; const dispatcher = new ProxyAgent("http://login:password@IP:port"); const res = await fetch("https://example.com", { dispatcher }); console.log(res.status);
$ch = curl_init("https://example.com"); curl_setopt($ch, CURLOPT_PROXY, "IP:port"); curl_setopt($ch, CURLOPT_PROXYUSERPWD, "login:password"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch);
Choose a standard format or create a custom one with any field order and delimiter your software requires.
See the FAQ for the ports used by each protocol.
You can automate purchases, renewals, whitelist changes, and proxy list exports. Create an API key in your Dashboard in a couple of clicks.
Claude, Cursor, and other agents buy proxies, renew plans, and export updated proxy lists through an access token you create in your Dashboard. See how it works.
Per-IP prices shown are for the largest package size. Get an exact quote in the calculator above.
| IP | Country | Port | Protocol | |
|---|---|---|---|---|
| 212.183.88.215 | AT | 80 | HTTP | |
| 47.243.92.199 | HK | 3128 | HTTP | |
| 212.183.88.153 | AT | 80 | HTTP | |
| 212.183.88.13 | AT | 80 | HTTP | |
| 203.95.199.159 | KH | 8080 | HTTP | |
| 154.92.9.3 | JP | 80 | HTTP | |
| 113.204.79.230 | CN | 9091 | HTTP | |
| 181.214.1.97 | AE | 80 | HTTP | |
| 219.93.101.63 | MY | 80 | HTTP | |
| 185.18.250.64 | CH | 80 | HTTP |
A few service metrics—and feedback from our customers.
They work with programs that require proxies all the time. The servers bought on this site justify their price by 100%. I have not noticed any slowdowns in loading sites, although the speed is not super high. Everything works fine and stable. The only thing I would like to see on this website is buying proxies for a shorter time period. I, for example, need servers for a couple of days only.
The proxies are not bad. I have not had any problems with their work since I have been using them for three months. Data collection speed is good and I have not had any interruptions yet. I use the rebates I receive for prolonging my proxy for the next month.
Prompt service, as well as a large number of different tariff plans. Can subscribe to several packages at the same time to use them via API.
I have been working with this market for more than a year now. I did not notice any serious problems during the whole period of cooperation. They react to my requests quickly and are of the highest level of competence. On other sites rarely meet adequate admins. I have no such problems here. I don't have any questions to proxies themselves. My rating is 5.
Can't find your answer? Message us in live chat — real humans reply.
Match the type to how hard your target scores IP origin, and start with the cheap end. Datacenter packages cost the least per address and handle most jobs — SEO monitoring, price tracking, working with sites that don't dig into ASN records. Dedicated IPs make sense when the address must carry only your history — from a single IP, so you don't buy a hundred to run three accounts. Static ISP addresses are the expensive tier for platforms that check whether an IP belongs to a consumer provider — social networks and marketplaces with strict anti-fraud. A proxy service can't make that call for you, because it doesn't know your target — but 20 trial IPs against the real site will, in about an hour.
No — refresh the list from the Dashboard, at no charge, up to three times per 30 days. That's the flip side of static addresses working as designed: flags stick to the IP just like trust does, and no rotation dilutes them. Before you swap, fix what burned the address — request rate, fingerprint, missing warm-up — or the replacement dies the same way within days. And the refresh only ever runs when you ask for it: an address that's working stays yours, untouched, for the whole plan term.
The same way as any SOCKS5 — static changes nothing in the setup. Whitelist your machine's public IP in the Dashboard, then enter ip:port in your software and pick SOCKS5 as the protocol; with whitelisting active, no credentials are required. The only static-specific habit: save the list once and reuse it — the addresses won't drift. Protocol details — remote DNS, browser quirks, UDP — live on the SOCKS5 page.
Run it through more than one IP database — Scamalytics, AbuseIPDB, IPQualityScore — and expect them to disagree; each scores from its own blocklists, so one "fraud: 80" verdict alone proves little. The check that actually predicts survival is your own use case: log in, browse a day, watch for captchas and 2FA prompts. Do it before committing real accounts — a burned address costs you warm-up time, not just money. The free trial exists for exactly this kind of dry run.
A different proxy type may be a better fit for your use case. All products use the same Dashboard and support team.
An IP reserved exclusively for you, available from a single IP. Speeds of up to 500 Mbps per proxy.
Learn moreStatic ISP-registered residential IPs for use cases where network origin matters.
Learn morePay per request and access the full 100,000+ IP pool through a single gateway. Built for web scraping and API workloads.
Learn moreSOCKS5 with UDP support — for gaming, streaming, and VoIP.
Learn moreWe can sign a contract and provide all the documents your accounting team needs. Most business orders are activated within 24 hours of your request.