Key takeaways
The TL;DR. 4 headline facts about Packetstream pulled from our test rig + their public documentation.
- ▸7M+ IPs across 100+ countries.
- ▸Pricing starts at $1.00/mo.
- ▸96.0% rig-tested success rate, 1.4s average response.
- ▸Headquartered in USA, founded 2018.
The verdict
Independent nightly benchmarks since March 2024 — here's where Packetstream lands.
- Pure-marketplace pricing — flat $1.00/GB unchanged since 2018, no tiered Starter / Pro / Enterprise upsell ladder
- $1 minimum top-up with credits that never expire — unmatched for hobbyist or one-off jobs
- Pioneered opt-in P2P sourcing in 2018 (Hacker News Show HN) — consent provenance predates GDPR enforcement panic
- Genuine residential authenticity — exits are real Comcast / Spectrum / BT subscribers running the Packeter desktop client
- No KYC, no sales call, no contract — fund a balance and the gateway works in under 5 minutes
- Two-sided economics let you offset cost — running the Packeter client at home earns $0.10/GB back
- Reseller API at $1/GB starting — only major P2P provider that lets small agencies whitelabel without minimum monthly commits
- No native SOCKS5 support in 2026 — HTTP / HTTPS only, breaking compatibility with many headless-browser stacks
- Country-level targeting only — no city, ASN, carrier, or zip-code filters, which kills geo-fenced ad-verification work
- Exit nodes are consumer PCs that sleep, suspend, and drop Wi-Fi — produces 2,500ms+ tail latency and unstable sticky sessions
- Marketing and product velocity stalled around 2019 — feature parity with SOAX / IPRoyal has eroded year over year
- Packeter earnings ($0.10/GB regardless of country) skew supply to high-bandwidth Western homes — Asia / Africa pools thin
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 Packetstream?+
What we think after testing Packetstream
Editorial review by Maya Cortez · last tested Jun 1, 2026
PacketStream is the original bandwidth marketplace — a Los Angeles operation founded in 2018 by Ronald and Arthur Bell, who pitched it on Hacker News as "the world's first opt-in residential IP marketplace." That phrasing matters: where competitors quietly bundle SDKs into mobile apps, PacketStream pays civilians $0.10 per GB to run a desktop client called the Packeter and resells that traffic for $1.00 per GB. It is a pure two-sided exchange, not a curated pool. The math is brutal and clean — a 10x markup, no tiers, no enterprise sales motion, no SLA theatre. Active marketing essentially stopped in 2019, yet the network kept compounding into a claimed 7M+ residential exit nodes.
The technical reality of a P2P pure-play is messier than the marketplace pitch. PacketStream serves HTTP and HTTPS only — no native SOCKS5 in 2026, an awkward gap when every scraping framework in the last five years assumed SOCKS support. Targeting stops at the country level (no city, no ASN, no carrier filters), and sticky sessions are best-effort because exit nodes are literal home PCs that sleep, suspend, and lose Wi-Fi. Authentication is username/password through a single gateway — `proxy.packetstream.io:31112` — which keeps integration trivial but offers zero IP whitelisting. The simplicity is the product, and also the ceiling.
Where PacketStream genuinely shines is IP authenticity. Because every exit is a Packeter who installed software for beer money, you get real Comcast, Spectrum, BT, and Telekom subscribers — not datacenter ranges with residential PTR records, not mobile carrier IPs leased in bulk. For unsophisticated targets — local SERPs, retail price checks, classifieds — the success rates land near 85-90% at a true blended cost under $1.20/GB. For Cloudflare Turnstile, DataDome, or Akamai Bot Manager fronting modern e-commerce, expect 30-40% failure rates and median latency north of 2,500 ms because residential uplinks are asymmetric. This is the trade you sign up for.
PacketStream — The Ultimate Proxy Network? Review
Watch our hands-on walkthrough of Packetstream — dashboard, API, real workload, the bits the marketing pages skip.
Live performance
Numbers from our continuous test rig — same workloads, every month.
Targets tested: Google SERP US/UK/IN, Amazon US/UK/DE, Walmart, eBay, Cloudflare-fronted retailers. Concurrency: 200. Run nightly since Mar 2024. Full data in our methodology page →
Performance vs the market
How Packetstream compares to the directory-wide average across our four standard target panels. = market average, bar fill = Packetstream.
Sample size: 120+ providers with published benchmark data. Bars show this provider's measured rate; the vertical tick is the directory-wide average.
IP pool size — ranked
Where Packetstream ranks against the largest networks in the directory. Bars are scaled to 226M.
Bars rank total advertised IP pool size. Packetstream publishes 7M+ IPs — see the full breakdown in the specs above.
Pricing
From $1.00/GB. Detailed plan breakdown not yet published.
View plans on Packetstream →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 Packetstream 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.packetstream.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();
Independent benchmarks
Last run 2026-05-06
Compliance & privacy
Auditable certifications, sourcing and data-handling posture.
Company & resources
Who builds and operates this product.
Key markets covered
100+ countries served.
Packetstream vs alternatives
How Packetstream stacks up against the closest providers in our directory. Tap any column header to read that review.
How to get started with Packetstream
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 Packetstream account at https://packetstream.io/?psr=5ndB. 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 Packetstream's claimed rate before committing to an annual plan.
Stuck? Check Packetstream's documentation or email us.
User reviews
No reader reviews yet — be the first below.
Used Packetstream? Write a review+
FAQ
The questions buyers actually ask.
