Configure any available plan and add-ons. Pay only for 48 hours.
Try proxiesProxies sized for video: unlimited bandwidth on package plans, up to 500 Mbps per proxy, and UDP support for live protocols. For broadcast monitoring, restream setups, and any workload where gigabytes per hour is the baseline. From $19/month.
Volume first, because video breaks the assumptions most proxy plans are priced on. An hour of 1080p pulls roughly 2–3 GB through the connection; 4K runs 7 GB and up. A monitoring rig that watches twenty broadcasts a day, or a restream node relaying one channel around the clock, moves hundreds of gigabytes daily — which is why per-gigabyte pricing, the standard model for residential proxies, turns video into a four-digit monthly bill before anything interesting happens. The spec that decides this page is unlimited bandwidth on package plans: the meter simply isn’t running, and a proxy that relays a 24/7 stream costs the same as one that sits idle. That single line of arithmetic is most of the reason streaming workloads live on datacenter packages.
Throughput and uptime come second, and both are about sustained load rather than peaks. A 4K stream wants 25–40 Mbps continuously, not on average — video buffers on jitter, not on mean speed — so the useful questions about any provider are what a single proxy sustains and what the server behind it carries. Here: up to 500 Mbps per proxy, which leaves room for several concurrent 4K sessions on one address, on servers with an 80 Gbps uplink and a tuned TCP stack (BBR congestion control, buffer tuning) doing the smoothing. For live work the availability number matters more than usual — a dropped proxy mid-broadcast isn’t a retry, it’s a visible outage — and 99.9% uptime is the commitment these plans run under.
Protocols are the quiet filter. Playback and VOD move over HLS and DASH — plain HTTPS that any of our protocols carries without ceremony. Live contribution and low-latency delivery are a different family: SRT, RIST, and WebRTC run on UDP, and a TCP-only proxy simply never sees that traffic. Routing them takes SOCKS5 with UDP ASSOCIATE — the UDP add-on switches it on for every address in a package at 50% of the base plan price. The practical split when you order: HTTPS-based monitoring and scraping of stream platforms needs nothing extra; anything involving a live encoder, a WebRTC session, or datagram-based delivery needs the add-on ticked in the configurator. If you’re unsure which family your tooling belongs to, check whether its documentation mentions a UDP port — that one detail answers the question.
Four infrastructure types — and the use cases each one fits best.
| Our pick for streaming 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 |
Players, encoders, and monitoring scripts all take a proxy as an address, port, and protocol. Every IP answers on HTTP, HTTPS, SOCKS4, and SOCKS5 — copy the snippet for your stack or paste it into your AI coding assistant.
# 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.
I use proxies for online games. I have been using the service for many months and I am satisfied with the quality and efficiency. Proxies work as they should and there are practically no disconnects. I recommend it, you will not regret it!
Like the service! Responsive and fast support, affordable prices, convenient renewal panel and network selection. Just what I need!
I used the service for social networking. At first I bought it for a month, but now I will definitely renew it because the quality is really good! I am very glad that I finally found a really cool service!
Proxies do not fail, and at this price it is a great gift. I buy them when I need them, usually once every few months. There have been a few minor glitches but the support here is above all praise. Responsive, kind, understanding and fast. All issues were resolved promptly. It is very nice to work with true professionals.
Can't find your answer? Message us in live chat — real humans reply.
No — and we'd rather lose the sale here than process the refund later. Netflix, Disney+, Hulu, and their peers license content by territory and defend those licenses with IP intelligence that classifies addresses by origin: datacenter ranges — which is what these packages are — sit in commercial databases every major streaming service subscribes to, and a session from one gets the proxy-error screen rather than another country's catalog. That's not a flaw in a particular provider's addresses; it's the category being detectable by design, and services re-scan constantly, so even an address that slips through today joins the blocklist tomorrow. We don't position this product for geo-unblocking consumer catalogs, full stop. What legitimately works on this page is the infrastructure side of video — monitoring, relaying, and collecting data about streams — where the address type is an engineering choice rather than a cat-and-mouse bet.
Three setups account for most of the orders. Restream infrastructure: a relay node takes one ingest and republishes it to several platforms, and routing each outbound leg through its own address keeps one platform's throttling or connection reset from touching the others. Broadcast monitoring: agencies and rights holders watch live channels programmatically — ad verification inside streams, latency comparisons across regions, compliance recording — where each watcher session runs on a separate IP at a human viewing pace. And streamer-side plumbing: a broadcaster whose ISP route to an ingest server is unstable sometimes gets a cleaner path through a well-placed intermediate address. Proxies for live streaming carry one honest asterisk across all three: an intermediary adds a hop, so it buys stability or separation, never raw speed — if your direct route is already clean, the proxy's job is isolation, and a badly placed one just adds distance. Route choice, not magic.
Some, always — anyone who answers “none” is selling, not measuring. The honest breakdown: a proxy on the straight line between you and the endpoint adds single-digit milliseconds of processing plus whatever distance it contributes, which for viewers is invisible (player buffers run seconds deep) and for most live workflows is absorbed by the protocol's own latency budget — standard HLS runs 6–30 seconds behind live regardless of your network. Where it gets felt is real-time interaction: WebRTC calls and sub-second SRT links notice an off-route hop, so the placement rule is to pick an address in the same region as the ingest or endpoint server, not near yourself. Test it empirically before committing a broadcast: run your encoder through the address for ten minutes and watch the retransmit and RTT stats your tool reports — the free list below is enough for that experiment, even though free addresses have no place in a production stream.
Yes — on package plans, data usage is unlimited, and video is precisely the workload that clause exists for; only the number of concurrent connections is determined by your plan tier. There's no per-gigabyte meter and no soft cap that kicks in at some undisclosed terabyte. What does exist is a fair-use framework, and it's worth reading as guidelines rather than hidden limits: sustained full-pipe saturation on every address simultaneously — the pattern of running a CDN off proxy infrastructure rather than using proxies — can prompt a conversation about load, because the 80 Gbps uplink per server is engineered for realistic mixed traffic. A 24/7 restream node, a wall of monitored broadcasts, a nightly bulk collection of VOD metadata: all ordinary use, all flat-rate. If your architecture genuinely needs dedicated saturated pipes, tell sales what you're building — that's a capacity plan, not a proxy package, and we'd rather spec it honestly.
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.