Residential · Mobile · ISP · Datacenter
Proxies for teams that collect data for a living.
ProxyNomad routes your traffic through residential, mobile, ISP and datacenter exits with country, city and ASN targeting, sticky or rotating sessions, and per-gigabyte billing. No credit systems, no expiring bundles, no charge for requests that fail inside our network.
pay as you go · residential $4.00/GB · mobile $8.00/GB · isp $2.20/IP/mo · datacenter $0.60/GB
exit Lisbon 38.7223° N, 9.1393° W country-pt-city-lisbon
Quickstart
Your first request is three lines.
Credentials are a username and password. Targeting goes in the username: append country, city, asn or session segments and the gateway routes accordingly. No SDK, no client library, nothing to install. If your HTTP stack can use a proxy, it can use ours.
Sticky sessions hold one exit for up to 30 minutes. Rotating is the default: a fresh exit per request. TLS stays end to end; we tunnel CONNECT and never see or modify the payload.
# rotating residential exit in Lisbon curl -x "http://USER-country-pt-city-lisbon:PASS@gate.proxynomad.com:7000" \ https://ifconfig.me
import requests
p = "http://USER-country-pt-city-lisbon:PASS@gate.proxynomad.com:7000"
r = requests.get("https://ifconfig.me", proxies={"http": p, "https": p})
print(r.text)
import { ProxyAgent } from "undici";
const agent = new ProxyAgent(
"http://USER-country-pt-city-lisbon:PASS@gate.proxynomad.com:7000");
const res = await fetch("https://ifconfig.me", { dispatcher: agent });
console.log(await res.text());
Four types, four prices
Which proxy do you actually need?
Most providers answer this question with whatever earns the most. Here is the real decision.
Residential
Exits on real household connections. The default for consumer sites that block datacenter ranges: marketplaces, retail, travel, city-level SERP work.
Wrong for: static logins, unprotected APIs. Cheaper options do those better.
Residential proxies
Mobile · $8.00/GBMobile
Carrier IPs behind CGNAT, each shared with hundreds or thousands of real handsets, which makes blanket blocking expensive for the target. For social platforms, app APIs and the hardest anti-bot stacks.
Wrong for: bulk crawling. You would be paying mobile rates for volume work.
Mobile proxies
ISP · $2.20/IP/moISP
Static IPs registered to consumer ISPs, hosted on datacenter hardware. Residential trust, datacenter speed, and the same address every day. For long-lived sessions and anything that must keep one identity.
Wrong for: wide geo coverage or heavy rotation. The pool is narrower by design.
ISP proxies
Datacenter · $0.60/GBDatacenter
Fast, cheap, and exactly what it looks like. For APIs, unprotected sites and high-volume crawls where the target does not check who is asking.
Wrong for: targets that fingerprint datacenter ranges. You will see it in your success rate.
Datacenter proxies
The part you cannot benchmark
A vendor you can actually talk to.
Proxy pools look alike on a landing page. The difference shows up three weeks in, when a target changes its defenses on a Friday night.
Hands-on from request one
Your first session is with an engineer, not an onboarding flow. Bring the target and the job. We help pick the proxy type, session length and concurrency, and we stay on the call until your requests succeed.
Advice against our own interest
We sell four proxy types at prices that differ by an order of magnitude. When the cheap one will do the job, we say so. We would rather bill you correctly for years than heavily for a quarter.
An engineer answers
When success rates fall, you get a reply within four business hours, Monday through Saturday, from someone who can read your logs and knows what a 403 spike at 2 a.m. looks like. Not a first-line macro.
Pricing
Numbers you can read without a sales call.
$4.00/GB
Volume tiers to $2.20/GB at 1 TB.
$8.00/GB
Volume tiers to $5.00/GB at 500 GB.
$2.20/IP/mo
Bandwidth included, fair use. Volume tiers from 50 IPs.
$0.60/GB
Volume tiers to $0.35/GB. Dedicated IPs $1.40/IP/mo.
Three billing rules, everywhere: you are metered on delivered traffic only, requests that fail inside our network are never billed, and traffic you buy does not expire. Full tiers and the fine print
Use cases
Built for the jobs that run at 3 a.m.
Web scraping
Rotating exits, per-request or sticky, tuned to the target instead of hammered at it.
How teams run it
Price intelligence
The price a shopper in Milan sees, not the one your office IP gets served.
How teams run it
SEO & SERP monitoring
City-level rank tracking without the personalization noise of a datacenter exit.
How teams run it
Ad verification
See the campaign the way the audience does, per city, per carrier, per device class.
How teams run it
Lead data enrichment
Steady, polite collection from public sources at a rate that keeps working next month.
How teams run it
Against the market
A comparison you can check.
This table describes patterns across the proxy market, not any single provider. Markets move; verify everything, including us.
| ProxyNomad | Large providers | Budget resellers | |
|---|---|---|---|
| Billing | Per GB delivered | Credit and point systems, often expiring monthly | Per GB, often on oversold pools |
| Failed requests | Not billed when they fail inside our network | Varies by product, often billed as traffic | Usually billed |
| City & ASN targeting | Included on every plan | Often a higher tier or a paid add-on | Country only, when it works |
| Minimum spend | None, pay as you go from 1 GB | Committed monthly spend for the real features | Low, and you get what you pay for |
| Support | An engineer, within four business hours, Mon to Sat | Ticket queue, account manager on enterprise | Chat widget, best effort |
| Contract | Monthly, cancel any time | Annual commitment for the good rates | Monthly |
The only benchmark that matters is yours: run the same 2 GB job through any two providers against your real target and compare cost per thousand successful requests. We are happy to be one of the two. Ask for trial access.
Start
Put a real route under your next job.
Start pay as you go, or send us the target first and we will tell you honestly what it needs. Trials available: enough traffic to test against production, no card required.