ProxyNomad

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

DEN YTO MEX SAO LIS WAW LOS NBO BOM SIN OSA SYD

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.

Full quickstart: Python, Node, sessions, error semantics

curl
# rotating residential exit in Lisbon
curl -x "http://USER-country-pt-city-lisbon:PASS@gate.proxynomad.com:7000" \
     https://ifconfig.me
python
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)
node
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.

The short answer: a lot of jobs run fine on datacenter IPs at 15% of the residential price, and we will tell you when yours is one of them. The right proxy is the cheapest one that sustains your success rate. Not sure? Send us the target and we will tell you what we would use.

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.

Setup

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.

Sizing

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.

Failures

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.

Before you get credentials, we ask what you are collecting and from where. Two minutes of questions. It keeps abusive traffic off the pool, and a clean pool is the product you are buying. The rules are public: acceptable use policy.

Pricing

Numbers you can read without a sales call.

Residential

$4.00/GB

Volume tiers to $2.20/GB at 1 TB.

Mobile

$8.00/GB

Volume tiers to $5.00/GB at 500 GB.

ISP

$2.20/IP/mo

Bandwidth included, fair use. Volume tiers from 50 IPs.

Datacenter

$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

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.