20 IPs for 60 minutes on the country-mix package. No card required.
Start free trialProxy access without credentials — whitelist your source IP once and every tool connects with a plain ip:port line.
Proxies with IP authentication are access without a username or password in your software: your tools connect using a plain ip:port address, with no credentials in the settings. That does not mean the proxy is open to everyone. Access control is always there — it happens at the network layer through IP whitelisting. Add your machine's address in the Dashboard, and the proxy accepts requests only from that IP. Up to five source IPs are included at no charge.
For automation, this is usually the cleanest setup. Usernames and passwords leak — they end up in logs, configs, screenshots, and git repositories. An IP whitelist rule has nothing useful to steal: your parser code can hold a bare ip:port string that is useless without your machine. One caveat: do not whitelist addresses you share with other people — anyone behind the same public NAT at a coworking space gets access too.
Product specs are in the adjacent panel; pricing for your volume is in the calculator above.
Three access-control setups — and how they differ in security and convenience.
| No authenticationpublic access | This page IP whitelistingwhitelist |
IP whitelisting + credentials | |
|---|---|---|---|
| Who can use the proxy | Anyonethe proxy is open to the whole internet | Only requests from your IPs | Requests from approved source IPs with valid credentials |
| Security | Lowanyone who knows the proxy address can use it | Highaccess is restricted to approved source IPs | Highestboth the source IP and credentials are checked |
| Software setup | Proxy address only | Proxy address only | Proxy address, username, and password |
| If your IP is dynamic | No update required | Update the approved source IP in your Dashboard | Update the approved source IP in your Dashboard |
| Where it's available | Public proxy lists — we don't offer these | Every PapaProxy.net plan | Every PapaProxy.net plan |
| Not recommended for real work | Buy now | Buy now |
At PapaProxy.net, IP whitelisting is required for every proxy. Username/password authentication is optional and adds a second access-control layer.
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.
Like the service! Responsive and fast support, affordable prices, convenient renewal panel and network selection. Just what I need!
I sell kitchens on bulletin boards and constantly have to buy proxies. I have already bought more than 100 servers for accounts, none have been blocked. The proxies are great.
I have been using this service for the fourth month already. I can not but be happy about it, responsive support.
I like proxies of this seller and have been buying them for several months. They are great for parsing.
Can't find your answer? Message us in live chat — real humans reply.
It exists in public lists — and that is the worst option: an unprotected address carries traffic from the whole internet, burns out in hours, and comes with someone else's history. Proxies without login credentials, with IP whitelisting, give you the same working ip:port format — the difference is one step: add your address in the Dashboard once. After that, your software still sees a plain list.
Yes — that uses two of the five free slots. The proxy accepts all whitelisted source IPs at the same time, so when you change location you do not switch anything: add both once and forget about it.
The standard approach is not to whitelist every machine, but to send their traffic through one gateway: NAT or your own intermediate proxy. From the outside, one IP uses one slot — no matter how many servers sit behind it. If you truly need each machine whitelisted separately, you can add addresses beyond the free limit in the Dashboard or through support.
Enable username/password authentication in your Dashboard alongside IP whitelisting and enter the credentials we provide. Whitelisting still applies, there is no extra fee, and picky software gets the fields it expects.
In most setups it is safer than a password alone: there is nothing to intercept and nothing to brute-force. The weak spot is a shared address — if strangers share your IP (public Wi-Fi, shared NAT), they share your access too. Whitelist only addresses you control.
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.