Key takeaways
The TL;DR. 2 headline facts about Proxy-IPv4 pulled from our test rig + their public documentation.
- ▸300+ networks, 800+ subnets across 50+ countries across 50+ countries.
- ▸Pricing starts at $0.39/mo.
The verdict
Independent nightly benchmarks since March 2024 — here's where Proxy-IPv4 lands.
- Very low entry price (from $0.39-$0.45 per IP)
- Broad proxy type coverage (IPv4, IPv6, ISP, mobile)
- HTTP/HTTPS and SOCKS5 supported
- 50+ countries with city-level targeting
- Documented API (docs.proxy-ipv4.com)
- Chrome/Firefox extensions and Telegram bot
- 24/7/365 support advertised
- No disclosed founding year, HQ or corporate entity
- Crypto payment support not disclosed
- No published success rate, uptime or response-time metrics
- Free trial/test not clearly stated
- Footer shows generic copyright with no real company history
Pricing A+ · Performance B · Pool quality B · Support B+ · Ethics B
Each axis is graded A+ to D using our standard rubric: how we score →
Who should not use Proxy-IPv4?+
What we think after testing Proxy-IPv4
Editorial review by Helena Björk · last tested May 26, 2026
Proxy-IPv4 is a value-oriented proxy retailer that covers an unusually broad range of proxy types for its price point: private IPv4, IPv6, ISP and mobile (4G/LTE) proxies, all supporting HTTP/HTTPS and SOCKS5. Its pricing is among the more aggressive in the market, using a transparent pay-per-IP model with a flexible 3-day minimum lease and clear volume tiers — starting around $0.45 per IP for small quantities and falling to $0.39 at 500 IPs, with custom enterprise quotes for larger needs. The platform advertises a meaningful footprint: 50+ countries with city-level targeting, more than 300 networks and 800+ subnets, both static and dynamic (rotating) options, a personal dashboard with folders and renewal management, browser extensions for Chrome and Firefox, a Telegram bot for management, and a documented API. Support is advertised as 24/7/365, and the checkout claims SSL-secure payment with GDPR compliance.
These are solid functional signals for buyers who need cheap, granular, short-lease proxies for verification, multi-accounting or scraping. The weaknesses are around transparency and assurance rather than features.
The site does not disclose a founding year, headquarters or operating company; the footer simply shows a copyright year with no corporate history, a common pattern among lower-profile resellers that warrants extra diligence for sensitive or commercial use. There is no published success rate, uptime SLA or average response-time data, so performance claims must be validated through the buyer's own testing.
Cryptocurrency support and a clearly stated free trial were not found, so they are reported as not disclosed rather than assumed. Overall, Proxy-IPv4 is a credible budget choice with strong type coverage and good tooling, best suited to cost-sensitive users who will benchmark performance themselves and who do not require deep corporate transparency or contractual SLAs.
Pricing
From $0.39/GB. Detailed plan breakdown not yet published.
View plans on Proxy-IPv4 →Features & integrations
What's included out of the box.
Network & infrastructure
How the pool is built, refreshed and addressed.
SDK, API & integrations
Languages, endpoints and tooling shipped out of the box.
Code examples
Drop-in snippets to start using Proxy-IPv4 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.proxyipv4.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.
Support & account
How they pick up the phone — and who answers.
Company & resources
Who builds and operates this product.
Key markets covered
50+ countries served.
Proxy-IPv4 vs alternatives
How Proxy-IPv4 stacks up against the closest providers in our directory. Tap any column header to read that review.
| Metric | Proxy-IPv4 | Rayobyte | Infatica | ProxyEmpire |
|---|---|---|---|---|
| Starting price (per GB) | $0.39 | $7.50 | $4.00 | $1.97 |
| Pool size | 300+ networks, 800+ subnets across 50+ countries | 36M+ IPs | 15M+ IPs | 30M+ ethically sourced residential IPs |
| Locations | 50+ countries | — | — | — |
| Rating | 4.0 / 5 | 4.0 / 5 | 4.0 / 5 | 4.0 / 5 |
| Read review | YOU ARE HERE | View → | View → | View → |
How to get started with Proxy-IPv4
A 5-minute walkthrough from sign-up to your first successful request. Total setup time: ~10 minutes.
-
1
Open an account & verify your inbox
Create a Proxy-IPv4 account at https://proxy-ipv4.com. Self-serve access is usually available immediately.
-
2
Pick a starter package
Use the dashboard to choose between residential / datacenter / mobile. Start with the smallest plan to validate your workload before scaling.
-
3
Grab your endpoint + credentials
Set up either an IP-whitelist auth or username:password pair from the dashboard. Save the proxy hostname + port into your scraper or browser config.
-
4
Set up session stickiness
Decide between rotating-on-every-request (best for SERP scraping) or sticky sessions (best for account-based workflows).
-
5
Benchmark before committing
Run 100-500 test requests against your real target before paying for volume. Compare success rate to Proxy-IPv4's claimed rate before committing to an annual plan.
Stuck? Check Proxy-IPv4's documentation or email us.
User reviews
No reader reviews yet — be the first below.
Used Proxy-IPv4? Write a review+
FAQ
The questions buyers actually ask.
