Configure any available plan and add-ons. Pay only for 48 hours.
Try proxiesA premium proxy service where elite anonymity isn't a paid tier — no proxy-identifying headers on any plan, at no surcharge.
An elite proxy is the top rung of the classic anonymity ladder: the target website sees the proxy IP instead of your source IP, and the request arrives without Via, X-Forwarded-For, or any other header that says "a proxy was here." One rung down, an anonymous proxy hides your address but still announces itself through a Via header; a transparent one hides nothing. The elite anonymity level is easy to verify yourself — send a request through the proxy to a header-echo service like httpbin.org/headers and look for those fields in the response.
Here's what most sellers leave out: this classification only describes headers. It says nothing about IP reputation, TLS fingerprints, or your request pacing — the signals modern anti-bot systems actually score. That's why "undetectable proxy" is a phrase worth distrusting: clean headers stop header checks, nothing more. It also means paying a surcharge for "elite status" makes little sense. With us the header behavior described above is simply how every plan works — high quality proxies are defined by the infrastructure behind them, not by a label on the checkout page.
When a target flags you despite clean headers, look one layer deeper: cookies can carry your pre-proxy identity (clear them before switching), WebRTC can leak your source address in browsers, and a datacenter ASN is visible to sites that check IP origin — for those, ISP proxies carry more trust. Specs are in the adjacent panel; pricing is in the calculator above.
Three anonymity levels — and why only one of them is fit for real work.
| Transparenttransparent | Anonymousanonymous | This page Eliteelite / high-anonymity |
|
|---|---|---|---|
| Is your real IP visible | ✕ Yesforwarded in proxy headers | ✓ Nohidden | ✓ Nohidden |
| Proxy headers | May expose your IPX-Forwarded-For | May identify proxy usethe site can tell you're behind a proxy | No proxy-identifying headers added |
| Can proxy use still be detected? | Yes | Yes | Not from proxy headers aloneIP reputation and traffic patterns may still reveal proxy use |
| Practical suitability | No | Limitedproxy-identifying headers can trigger additional checks | Yesincluding proxy-sensitive websites |
| Where to get them | Free lists, corporate and caching proxies | Free lists, low-cost services | Every PapaProxy.net proxy is elite by default, at no extra cost |
| — | Anonymous proxies | Buy elite proxies |
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 | |
|---|---|---|---|---|
| 184.181.178.33 | US | 4145 | SOCKS5 | |
| 98.175.31.222 | US | 4145 | SOCKS5 | |
| 68.1.210.189 | US | 4145 | SOCKS5 | |
| 199.187.210.54 | US | 4145 | SOCKS5 | |
| 192.252.210.233 | US | 4145 | SOCKS5 | |
| 199.66.182.243 | US | 4145 | SOCKS5 | |
| 184.182.240.12 | US | 4145 | SOCKS5 | |
| 67.201.35.145 | US | 4145 | SOCKS5 | |
| 5.255.123.162 | NL | 1080 | SOCKS5 | |
| 72.195.34.59 | US | 4145 | SOCKS5 |
A few service metrics—and feedback from our customers.
Really great customer service. Support responds quickly and keeps in touch until the issue is completely resolved.
I have not noticed any faults in the work of the website and proxies. Everything works fast and stable.
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!
I use it for contextual advertisement. They are very good proxies for parsing Yandex. I bought them upon recommendation from this website with 5% discount. Everything works great! Thank you!
Can't find your answer? Message us in live chat — real humans reply.
The site isn't reading your headers — it's reading everything else. Third-party IP databases classify addresses by origin, so a datacenter IP can be labeled a proxy before your first request finishes. TLS fingerprinting is the other common culprit: Python's requests library or curl negotiate TLS differently than Chrome does, and anti-bot systems compare that handshake against the browser your User-Agent claims to be. Add request pacing — hundreds of hits per minute from one address — and the verdict has nothing to do with anonymity levels.
The fix depends on which layer fired. Origin checks: switch that target to ISP proxies, whose addresses belong to ASNs operated by consumer ISPs. Fingerprint checks: use a client that mimics a real browser handshake, or drive an actual browser. Rate checks: slow down, or spread the load across a larger package — with pricing from $0.07 per IP/month, adding addresses is usually cheaper than fighting a rate limit.
For checking your setup — yes; for production — no. The anonymity flag next to a public address reflects a scan from some moment in the past, and the IP is shared by everyone who found it, so its reputation is already spent. Use the free list below to verify your tool passes headers correctly, then do real work through addresses only you control.
Dedicated proxies — they start at 1 IP for $3.50/month, with the same header behavior as every other plan. You also get IP exclusivity: for the plan term, the address is reserved for you alone, so nobody else's activity writes history on it.
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.