Products
Datacenter proxies from $19/mo Rotating proxies from $49/mo ISP proxies from $33/mo Dedicated proxies from $3.50/mo UDP proxies from $5/mo Free trial
Use cases
Data & scraping AI services Social media & messaging E-commerce & finance Media & entertainment Marketing & ads Automation & tools All use cases →
Pricing
Full pricing table All 20 locations Money-back guarantee
Resources
Blog Proxy API MCP server Setup guides FAQ For business About us Affiliate program
English
English Русский
99.9% uptime · 100,000+ IPs available

Buy Proxy Servers with a Credit Card

Card checkout through Stripe — Visa, Mastercard, or Amex — then your list is in the Dashboard within about two minutes, ready to whitelist and use.

  • Unlimited bandwidth—no usage-based billing
  • One of the highest connection limits in the industry
  • Whitelist up to five source IPs at no charge
  • Up to three free proxy list refreshes per month
Start free trial Trial: 20 IPs for 60 minutes, no card required.
Packages start at 100 IPs
Plan term
Total for 30 days $0.00
Buy proxies
✓ 24-hour money-back guarantee — details · ✓ No KYC required

What happens right after your payment?

The invoice closes and your proxy list lands in the Dashboard — typically within about two minutes. Open Products/Services, export the list in the format your software expects, then whitelist the IP of the machine that will connect (up to 5 rules per plan). From there you work: point your client at the addresses and ports shown for your authentication mode. You can buy SOCKS5 proxies with a credit or debit card the same way as any other plan — every address already answers over SOCKS5, HTTP, HTTPS, and SOCKS4; see the SOCKS5 page if you need connection examples.

Nothing renews on its own unless you turn that on. Auto-renewal is optional: with it enabled, the next term charges from your saved card (or account balance). Turn it off anytime in the Dashboard and the current term still runs to its end — no mid-cycle cutoff. If the IPs aren't a fit, you can request a full refund within 24 hours; the charge reverses through the same card path. Card data stays with Stripe's PCI-compliant form — we never see your full card number. Prefer coins instead? Cryptocurrency checkout and the 10% balance bonus are on the crypto page.

Specs are in the adjacent panel; pricing is in the calculator above.

Product specs at a glance
IP pool100,000+ IPv4
ProtocolsHTTP, HTTPS, SOCKS4, and SOCKS5
Bandwidthunlimited
Uptime99.9%
IP whitelistingup to five source IPs included
Username/passwordoptional, in addition to IP whitelisting
List refreshesup to three free refreshes per month
Minimum order100 IPs; 1 IP for dedicated proxies
Deliveryautomatically after payment
Refund24-hour money-back guarantee
Payment methods
StripeStripe VisaVisa MastercardMastercard American ExpressAmex USDT TRC20 and ERC20USDT USDCUSDC BitcoinBitcoin EthereumEthereum LitecoinLitecoin

Connect in 60 seconds

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);
Fill in the credentials from your Dashboard. If you use IP whitelisting, you don't need a username or password.

Export in any format

Choose a standard format or create a custom one with any field order and delimiter your software requires.

IP:port login:password@IP:port {scheme}{ip}{port}{login}{password} — builder
HTTP HTTPS SOCKS4 SOCKS5 HTTP/2 ✓

See the FAQ for the ports used by each protocol.

PapaProxy API

You can automate purchases, renewals, whitelist changes, and proxy list exports. Create an API key in your Dashboard in a couple of clicks.

MCP server for AI agents

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.

Works with
…and 500+ more tools

Per-IP prices shown are for the largest package size. Get an exact quote in the calculator above.

Free proxy list for testing your setup

Updated 2 days ago · New proxies added hourly · 24,120 proxies currently listed

These are not PapaProxy.net trial proxies. They are public proxies collected from open sources and are intended only for testing your software. You can also try PapaProxy.net proxies free with a 20-IP, 60-minute trial. No credit card is required.
IPCountryPortProtocol
45.80.111.118 DE 80 HTTP
45.80.111.172 DE 80 HTTP
45.80.111.159 DE 80 HTTP
45.80.111.34 DE 80 HTTP
45.80.111.102 DE 80 HTTP
45.80.111.58 DE 80 HTTP
45.80.111.126 DE 80 HTTP
45.80.111.51 DE 80 HTTP
45.80.111.167 DE 80 HTTP
45.80.111.128 DE 80 HTTP
IP:port format—one proxy per line

Reviews

A few service metrics—and feedback from our customers.

27,000+
proxy packages sold since 2019
60%
of customers upgrade their plan after the first month
100,000+ IPs
in our own pool across 22 locations

The site shows itself very well. Proxies work consistently, none of them failed. Technical support quickly responded to my questions, which also pleased me. I must give it a high five!

G Gordon July 2025

В целом доволен сервисом, качественные и хорошие прокси, поддержка работает круглосуточно и в случае чего поможет. ЛК на сайте присутствует, стран и подсетей много. Цены приемлимы.

D Dick February 2026

The proxy provider is very decent. For the time I've been using proxies here, I've never had a connection blocked or disconnected. Although the provider offers to buy inexpensive dynamic proxies, they all work and are easily integrated with parsing tools.

K Kyle December 2025

If you need to buy proxies at reasonable price, this is the best choice. I became a customer of the service half a year ago. The price is adequate, technical support is always helpful and, most importantly, you can use proxies without login or password. All I have to do is to subscribe to the IP from which the requests will be received and the proxy will be used. I will recommend you guys to everybody!

E Ewan November 2024

Frequently asked questions

Can't find your answer? Message us in live chat — real humans reply.

Which cards do you accept?

Visa, Mastercard, and American Express — credit and debit — through Stripe. On the invoice page in your Dashboard, choose Stripe; you'll be redirected to Stripe's secure form to enter the card. The live list of methods on that page is the source of truth if options change.

Is my card charged automatically every month?

Only if you turn auto-renewal on — it's off by default. With it enabled, payment is charged from your saved card (or from your account balance if you've topped up). Without it, the plan simply ends when the paid term ends; renew manually from Products/Services for any available term when you want to continue. You can disable auto-renewal anytime in the Dashboard; the current term still finishes, and the card isn't charged again.

Do you accept PayPal?

No — PayPal isn't among our payment methods. Card checkout runs through Stripe (Visa, Mastercard, American Express); cryptocurrency is the other self-serve path, with a 10% balance bonus on crypto-paid invoices. Both are on the invoice page in your Dashboard.

My card was declined. What should I try?

Most declines come from the issuer, not from us — banks often flag first-time charges to unfamiliar online merchants, or block international / digital-service categories by default. Call the number on the back of the card, authorize the merchant, and retry. Prepaid and gift cards fail more often under Stripe's fraud filters; a regular credit or debit card is the more reliable path. If the card still won't clear, pay the same invoice with cryptocurrency — no card involvement, and you still get the 10% balance bonus.

Do you store my full card number?

No. Stripe hosts the payment form and, if you opt into auto-renewal, keeps a tokenized reference so later invoices can charge without re-entering digits. We never see or store the full card number — only what Stripe returns after a successful charge. If you ever need to identify a past payment with support, the first 6 and last 4 digits are enough; never send the full number in a ticket or chat.

Can I get a refund if I paid with a credit card?

Yes. Request a full refund within 24 hours of purchase if the IPs aren't a fit for your use case. Refunds go back through the same method you paid with. See our guarantee policy for the full rules.

Other PapaProxy.net products

A different proxy type may be a better fit for your use case. All products use the same Dashboard and support team.

Put our proxies to the test

Test our datacenter proxy packages free with 20 IPs for 60 minutes—no credit card required. See the speed and reliability for yourself.

Get a free trial

Buying as a company?

We can sign a contract and provide all the documents your accounting team needs. Most business orders are activated within 24 hours of your request.

Contract, invoices, and receipts Bank transfers and net payment terms Dedicated account manager Business orders from $100
Business terms or contact us on Telegram: @papaproxy