TL;DROur verdict on Proxyscrape, in 5 facts
- 1Belgium-based provider founded in 2018, originally a free proxy-list site, now a full proxy marketplace
- 2Offers residential, datacenter, dedicated and mobile proxies plus a Google SERP API; HTTP and SOCKS5
- 3Entry pricing: residential 10 GB from $35.50; premium datacenter 1,000 proxies from $25/mo; dedicated from $19
- 4Supports crypto payments, city-level targeting, sticky sessions up to 120 min, and multi-language SDKs
- 572-hour money-back guarantee plus a free trial; ~4.2/5 on Trustpilot across 450+ reviews
The verdict
Benchmark data and published specifications — here's where Proxyscrape lands.
- Broad product range: residential, datacenter, dedicated, mobile and a Google SERP API
- Large advertised residential pool (120M+ IPs across 195+ countries) with non-expiring traffic
- Strong datacenter value: 1,000 proxies for $25/month with unlimited bandwidth and concurrent connections
- City-level geo-targeting (country/state/city) on the residential network
- Multi-language SDKs (Python, Node.js, PHP, Go, Java, C#), documented API and a dashboard
- Crypto payments genuinely supported (Bitcoin, Ethereum, Litecoin, USDT) plus cards and regional methods
- Free trial and a still-published free rotating proxy list as a low-friction entry point
- Short 72-hour money-back window, and some users report difficulty getting refunds on larger bundles
- 99.9% uptime and other performance figures are vendor-published, not independently verified
- Free-list IPs are frequently reported as unreliable, and the dashboard/interface is described as dated
- No prominently marketed standalone ISP proxy product; ASN-level targeting is not clearly documented
- Unlimited Residential tier is expensive (around $933 for 200 Mbps/7 days), making it niche
- Headline pool size cited inconsistently across sources (older ~55M vs. current 120M+), so figures are vendor-stated
Pricing C+ · Performance C · Pool quality A+ · Support B · Ethics B
Each axis is graded A+ to D using our standard rubric: how we score →
Who should not use Proxyscrape?+
What we think after testing Proxyscrape
Editorial review by Maya Cortez · last updated Jul 16, 2026
ProxyScrape is a Belgium-based proxy provider (operated by Thib BV, headquartered in Mechelen) that started in 2018 as a free public-proxy list curated by founder Thibeau Maerevoet and has since grown into a full commercial proxy marketplace. Today the company positions itself toward developers, scrapers and data teams rather than the polished enterprise crowd, and its public materials lean heavily on transparency around IP sourcing and value-for-money rather than flashy branding.
The product line is broad. According to the official site, ProxyScrape offers rotating residential proxies (advertised at 120M+ IPs across 195+ countries), an "Unlimited Residential" tier priced by sustained bandwidth rather than per-GB, premium shared datacenter proxies (a pool of roughly 40,000 datacenter IPs with unlimited bandwidth), dedicated datacenter proxies, mobile proxies, and a Google SERP API. The site still publishes a free rotating proxy list as a lead-in, a nod to the company's origins. Both HTTP and SOCKS5 protocols are supported, with SOCKS5/UDP noted on the unlimited tier, and sessions can be rotating or sticky for up to 120 minutes.
Pricing is straightforward and sits in the mid-range. On the published pricing page, residential proxies start at $35.50 for a 10 GB bundle (the tier flagged as most popular), and a notable selling point repeated across the site is that residential traffic does not expire on a monthly reset. Premium datacenter is the headline value play at $25/month for 1,000 proxies with unlimited bandwidth, while dedicated datacenter starts at $19 for 10 proxies (roughly $2.50 per proxy with unlimited bandwidth). The Unlimited Residential plan is materially more expensive, advertised around $933 for 200 Mbps over a 7-day window, which makes it a niche pick for sustained high-throughput jobs rather than an entry point. Mobile proxy pricing mirrors residential bundle structure. The lowest published entry point overall is the $19 dedicated bundle.
On features, ProxyScrape covers the fundamentals expected of a modern provider: API access with documented endpoints, SDKs across multiple languages (Python, Node.js, PHP, Go, Java, C#), a dashboard for traffic management and monitoring, and a browser extension. Geo-targeting is supported down to country, state and city level on the residential network. Payments are flexible: the official terms list crypto options including Bitcoin, Ethereum, Litecoin and USDT alongside cards and regional methods, and the company runs a dedicated "buy proxies with Bitcoin" page. A CoinGate case study reports that crypto accounts for roughly a third of ProxyScrape transactions, underscoring that crypto checkout is genuinely supported rather than nominal. The risk-free side is thin but present: a free trial is offered, plus a 72-hour money-back guarantee on purchases.
ProxyScrape advertises a 99.9% uptime guarantee and 24/7 human support, and on Trustpilot it carries roughly a 4.2/5 rating across 450+ reviews, which is a decent sample for the category. Reviewers tend to praise the price-to-performance ratio, the unlimited-bandwidth datacenter tiers, responsive live-chat support and non-expiring residential traffic.
There are honest caveats. The 99.9% uptime figure is a vendor-published guarantee, not an independently verified benchmark, and we have not lab-tested the network, so all performance claims here should be read as advertised specifications. Several user reviews flag that IPs from the free list often do not work, that the dashboard/interface can feel dated, and that obtaining refunds on larger traffic bundles can be difficult. The 72-hour refund window is short compared with the 3-to-7-day windows some competitors offer. Datacenter proxies, while cheap and fast, are inherently easier for strict anti-bot systems to detect than residential or true ISP IPs, and ProxyScrape does not prominently market a standalone ISP product the way some rivals do. ASN-level targeting is not clearly documented. Finally, the residential pool figure has been cited inconsistently across third-party reviews (older write-ups reference ~55M IPs versus the 120M+ now shown on the homepage), so prospective buyers should treat headline pool numbers as vendor-stated.
Live performance
Numbers from available benchmark data — our tests, independent lab reports and published specs.
Figures combine our test data, independent lab reports and published specifications — sourcing documented on our methodology page →
Editorial score breakdown
How Proxyscrape scores across the five dimensions our reviewers weigh — pricing, performance, pool quality, support and ethics.
IP pool size — ranked
Where Proxyscrape ranks against the largest networks in the directory. Bars are scaled to 350M.
Bars rank total advertised IP pool size. Proxyscrape publishes 120M+ residential IPs (plus ~40,000 datacenter IPs) — see the full breakdown in the specs above.
Pricing
From $19.00/GB. Detailed plan breakdown not yet published.
View plans on Proxyscrape →Proxy types offered
3 types available. Pricing varies by type and volume.
Residential $19.00/GB
120M+ residential IPs (plus ~40,000 datacenter IPs) real-home IPs across 195 countries.
Datacenter —
High-throughput shared & dedicated DC IPs. Sub-second response on US/EU PoPs.
Mobile —
Carrier-rotated 4G/5G IPs with country + carrier targeting.
Features & integrations
What's included out of the box.
SDK, API & integrations
Languages, endpoints and tooling shipped out of the box.
Code examples
Drop-in snippets to start using Proxyscrape from your stack. Replace USER, PASS and the gateway with what you get from your dashboard.
# pip install requests
import requests
proxy = "http://USER:[email protected]:7777"
resp = requests.get(
"https://httpbin.org/ip",
proxies={"http": proxy, "https": proxy},
timeout=10,
)
print(resp.json())
// npm install undici
import { fetch, ProxyAgent } from "undici";
const dispatcher = new ProxyAgent("http://USER:[email protected]:7777");
const resp = await fetch("https://httpbin.org/ip", { dispatcher });
console.log(await resp.json());
curl -x http://USER:[email protected]:7777 \
https://httpbin.org/ip \
--max-time 10
# scrapy-rotating-proxies works with any provider gateway
# settings.py:
DOWNLOADER_MIDDLEWARES = {
"scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware": 400,
}
HTTP_PROXY = "http://USER:[email protected]:7777"
HTTPS_PROXY = "http://USER:[email protected]:7777"
// npm install playwright
import { chromium } from "playwright";
const browser = await chromium.launch({
proxy: {
server: "http://gate.proxyscrape.com:7777",
username: "USER",
password: "PASS",
},
});
const page = await browser.newPage();
await page.goto("https://httpbin.org/ip");
console.log(await page.locator("body").innerText());
await browser.close();
Compliance & privacy
Auditable certifications, sourcing and data-handling posture.
Company & resources
Who builds and operates this product.
Key markets covered
195+ countries served.
Proxyscrape vs alternatives
How Proxyscrape stacks up against the closest providers in our directory. Tap any column header to read that review.
| Metric | Proxyscrape | Proxy Luxe | Proxymania | Novproxy |
|---|---|---|---|---|
| Starting price (entry plan) | $19.00 | $0.80 | — | $0.50 |
| Pool size | 120M+ residential IPs (plus ~40,000 datacenter IPs) | Millions of IP addresses (vendor claim) | 15M+ residential IPs (vendor claim) | 100M+ IPs (advertised) |
| Locations | 195+ countries | — | — | — |
| Rating | 3.1 / 5 | 3.1 / 5 | 3.1 / 5 | 3.1 / 5 |
| Read review | YOU ARE HERE | View → | View → | View → |
How to get started with Proxyscrape
A 5-minute walkthrough from sign-up to your first successful request. Total setup time: ~10 minutes.
-
1
Register and start a free tier
Create your Proxyscrape account at https://proxyscrape.com. You may need to add a payment method.
-
2
Generate an access token
From the dashboard, copy your API key into your environment variables (e.g. PROXYSCRAPE_KEY) so it never lands in source control.
-
3
Send a test request
Hit the documented endpoint with a single GET request. Most teams finish their hello-world call in under 5 minutes.
-
4
Hook responses into your APM
Configure retries on the client side and route Proxyscrape responses into your APM (Datadog, New Relic, OpenTelemetry) so you catch ban-rate spikes early.
-
5
Increase volume after validation
Start with 1k requests/hour, monitor success rate, then increase concurrency. At ~$19.00/GB, most teams hit volume targets within a sprint.
Stuck? Check Proxyscrape's documentation or email us.
User reviews
No reader reviews yet — be the first below.
Used Proxyscrape? Write a review+
FAQ
The questions buyers actually ask.
