Configure any available plan and add-ons. Pay only for 48 hours.
Try proxiesProxies you can build a business on — stable, fast IPs from a single address to a full pool.
SOCKS is a family of protocols that tunnel traffic blindly: the proxy forwards bytes without parsing or modifying the content. That's the key difference from an HTTP proxy, which operates a level higher — it parses your request and can add its own headers. Buying SOCKS proxies makes sense when your traffic needs to pass through untouched: antidetect browsers, scrapers, email protocols, messaging apps, and anything that isn't web traffic.
If your use case is purely browser-based and your software is set up for an HTTP proxy, use HTTP or HTTPS mode — you won't notice a difference. Everything else — automation, non-web protocols, workloads sensitive to header integrity — is SOCKS territory. And there's nothing to choose at checkout: every IP in a package supports both, and you select the mode in your software's settings.
Specs are in the table alongside; get a quote in the calculator above.
Four proxy protocols — how they differ and when to use each one.
| HTTP | HTTPS | SOCKS4 | Our recommendation SOCKS5 |
|
|---|---|---|---|---|
| Traffic encryption | ✕ No TLS to the proxythe proxy connection is unencrypted | ✓ TLS tunnelto our server and the target site | Depends on the application protocolHTTPS traffic remains encrypted | Depends on the application protocolHTTPS traffic remains encrypted |
| Header handling | May add or modify HTTP headers | TunneledHTTP headers inside the tunnel are not modified | Passes application traffic unchanged | Passes application traffic unchanged |
| TCP / UDP | TCP | TCP | TCP | TCP + UDP |
| Username/password auth | ✓ Supported | ✓ Supported | ✕ No password authentication | ✓ Supported |
| Remote DNS resolution | Client-dependent | Client-dependent | ✕ Nothe client resolves the hostname | ✓ Supportedwhen the client sends the hostname to the proxy |
| When to choose it | Web and API traffic, especially with software that supports HTTP proxies | When you need a TLS-encrypted connection to the proxy | Legacy software that only supports SOCKS4 | General-purpose applications, gaming, streaming, and UDP traffic |
| HTTP, HTTPS, SOCKS4, and SOCKS5 are included with every static proxy plan. Rotating plans support HTTP and SOCKS5. Buy now | ||||
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 | |
|---|---|---|---|---|
| 199.187.210.54 | US | 4145 | SOCKS5 | |
| 159.192.139.42 | TH | 5678 | SOCKS4 | |
| 124.248.177.43 | KH | 1080 | SOCKS5 | |
| 185.216.18.138 | RU | 44550 | SOCKS4 | |
| 147.45.60.246 | RU | 1082 | SOCKS4 | |
| 60.217.64.237 | CN | 35292 | SOCKS4 | |
| 181.57.178.146 | CO | 1080 | SOCKS4 | |
| 152.53.183.107 | DE | 8081 | SOCKS5 | |
| 114.108.177.104 | KR | 60984 | SOCKS4 | |
| 27.147.218.182 | BD | 1080 | SOCKS4 |
A few service metrics—and feedback from our customers.
I have been using proxies purchased from this website for several months now. I can confidently say this is an excellent service with very affordable rates. I would like to thank the team for fast support with necessary functions.
This is a very convenient website with a great choice of proxies. The servers do not flit, I can choose the desired geo and I don't need to feel anxious about it. I can subscribe for a long term and forget about constant screenings.
Personally for me, this site is first on my list of competitors. I have not registered any problems with support team and proxies themselves after 6 months of work. Like.
I recommend these guys to everyone! No questions asked, proxies are stable and not expensive. Customer support is also up to par, everything is fast, accurate and courteous.
Can't find your answer? Message us in live chat — real humans reply.
Try SOCKS5 first — in 2026, "SOCKS" with no version almost always means SOCKS5, and most software is written for it. If it doesn't connect, switch to SOCKS4: the address and port stay the same; only the dropdown selection changes. Our proxies answer to both versions on the same ports, so testing the two options takes a minute.
Neither — it simply sits lower in the network stack. SOCKS works at the session layer and tunnels anything: web, email, custom TCP protocols. An HTTP proxy is built for the web and understands the content — that's why it can modify headers, but it can also do things like caching. The choice comes down to your use case: browser and websites only — either works; anything more complex or more sensitive — SOCKS. The full mechanics of each are covered on the HTTP and SOCKS5 proxy pages.
The opposite — the proxy does less work: it doesn't parse your requests, it forwards the stream as-is. The protocol has no effect on connection speed; the limit is set by your plan — up to 500 Mbps per proxy in either mode. If a connection is slow, look at the target website or your number of concurrent connections, not at which protocol you picked.
Both, and there's nothing to choose at checkout: SOCKS4 and SOCKS5 are included with every IP in a package, alongside HTTP and HTTPS. You set the version in your software's settings and can change it at any time without contacting us. The only decision made at checkout is the UDP option for SOCKS5, if you need UDP traffic: it can be added to a package for 50% of the base plan price.
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.