Configure any available plan and add-ons. Pay only for 48 hours.
Try proxiesAmerican datacenter IPv4 — the reference view of the US internet, up to 500 Mbps per proxy, from $0.075 per IP/month, the deepest pool in the grid.
A US IP is the internet’s default currency: a large share of global services are US-born and treat an American visitor as “local,” showing the full reference version — content, prices, and search results. Teams buy American addresses even when the US isn’t their target market, because a US IP is the most neutral way to see a service as designed. One update to that old truth: since the Supreme Court upheld state age-verification laws in mid-2025, the US internet has started fragmenting internally — 26 states now enforce age checks for adult content, and the largest adult platforms responded by blocking about two dozen states outright — so for a narrow class of research, which state your IP resolves to has begun to matter (more in the FAQ). For commercial work it doesn’t: the row stays among the most affordable — from $0.075 per IP/month, with more ranges in circulation than any other country — and since most of the pool sits in New York-area datacenters, routes stay short both from Europe and to US targets, which is what “fast USA proxies” comes down to in practice.
One search phrase — US datacenter and ISP proxies — covers two different products, so here’s the honest map. Our US line is datacenter IPv4: shared packages for volume work, and private US proxies — dedicated addresses reserved exclusively for you — where the IP’s history matters. ISP proxies (static residential addresses registered to consumer ISPs) are a separate product — and US locations are available there too, so if your target insists on residential-classified American IPs, that’s the line to pick.
Anonymity and protocols are uniform across the line. Elite anonymity here is the checkable kind: when configured correctly, target websites see the proxy IP rather than your source IP, and we add no proxy-identifying headers — that’s what elite anonymous US proxies mean on this page (mechanics on the anonymous proxies page). US SOCKS5 proxies and a US HTTP proxy endpoint aren’t separate SKUs either: every address supports HTTP, HTTPS, SOCKS4, and SOCKS5. Quote in the calculator above; specs in the adjacent panel.
Copy the example for your stack, or paste it into your AI coding assistant for help adapting it to your project.
# HTTP or HTTPS proxy curl -x http://login:password@IP:port https://example.com # SOCKS5 curl --socks5-hostname IP:port \ --proxy-user login:password \ https://example.com
import requests proxy = "http://login:password@IP:port" # your proxy from the Dashboard r = requests.get( "https://example.com", proxies={"http": proxy, "https": proxy}, ) print(r.status_code)
import { ProxyAgent } from "undici"; const dispatcher = new ProxyAgent("http://login:password@IP:port"); const res = await fetch("https://example.com", { dispatcher }); console.log(res.status);
$ch = curl_init("https://example.com"); curl_setopt($ch, CURLOPT_PROXY, "IP:port"); curl_setopt($ch, CURLOPT_PROXYUSERPWD, "login:password"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch);
Choose a standard format or create a custom one with any field order and delimiter your software requires.
See the FAQ for the ports used by each protocol.
You can automate purchases, renewals, whitelist changes, and proxy list exports. Create an API key in your Dashboard in a couple of clicks.
Claude, Cursor, and other agents buy proxies, renew plans, and export updated proxy lists through an access token you create in your Dashboard. See how it works.
| IP | Country | Port | Protocol | |
|---|---|---|---|---|
| 141.193.213.11 | US | 80 | HTTP | |
| 199.187.210.54 | US | 4145 | SOCKS5 | |
| 34.134.231.117 | US | 3129 | HTTP | |
| 12.50.107.219 | US | 80 | HTTP | |
| 141.193.213.10 | US | 80 | HTTP | |
| 172.67.240.126 | US | 80 | HTTP | |
| 63.141.128.193 | US | 80 | HTTP | |
| 172.67.75.199 | US | 80 | HTTP | |
| 172.67.85.248 | US | 80 | HTTP | |
| 172.67.229.34 | US | 80 | HTTP |
A few service metrics—and feedback from our customers.
The proxies sold here are very cheap for this quality. The quality is excellent and many countries are supported. The website is easy to understand and the technical support is top notch.
I can't get to the site in any way. Functionality is fine, prices and quality of proxies too. All cool, thanks!
If you need to buy proxies at reasonable price, this is the best choice. I became a customer of the service half a year ago. The price is adequate, technical support is always helpful and, most importantly, you can use proxies without login or password. All I have to do is to subscribe to the IP from which the requests will be received and the proxy will be used. I will recommend you guys to everybody!
Proxy does not glitch, everything works quickly and without any problems. Thank you tech support for the immediate response to treatment. I will be using this service with great pleasure.
Can't find your answer? Message us in live chat — real humans reply.
No — geo-targeting works at country level; neither state nor city is selectable. Before you hunt for state-level targeting elsewhere, check whether your use case actually needs it. The most common reason — “prices vary by state” — works differently: US e-commerce usually shows pre-tax shelf prices, and sales tax is applied at checkout from the shipping address, not the visitor’s IP. For storefront price monitoring, the server state doesn’t matter. Where state genuinely does matter now is the compliance patchwork: 26 states enforce age-verification laws for adult content since Free Speech Coalition v. Paxton (2025), sites branch on the state your IP resolves to in geolocation databases, and platforms like Pornhub block roughly two dozen states entirely. If your work is auditing that patchwork — verifying gates fire in Texas but not in Colorado — you need IPs whose state placement is guaranteed, and that’s residential-network territory, the same as hyper-local ads. Our packages guarantee the country, not the state.
No — the US line is datacenter IPv4 only. Mobile US IPs are sold for one reason: carrier ranges pass the strictest app-level anti-fraud, and they’re priced accordingly, usually by traffic. Everything this page is bought for — SERP capture, store and ad monitoring, seeing US-only content — branches on the country flag, which a datacenter address carries at package prices. If a target consistently rejects datacenter ranges, that specific job needs a different IP class, and we’ll say so rather than argue with your logs.
Region-locked storefronts are the US-specific pain: Mercari is US-only and checks the visitor’s IP outright, so from abroad you don’t see wrong prices — you see nothing. From a US address the catalog opens for monitoring and research: resale analysts track comps across Mercari, Poshmark, and eBay because the American secondhand market isn’t visible any other way. The honest boundary: browsing and data collection is what these packages are for, while registering and running accounts is a different story — Mercari’s fraud checks compare IP country with billing details and suspend mismatches, and that risk sits with the account regardless of whose IP you use. The same neutrality applies to social platforms: a US vantage point shows you public content as Americans see it; operating accounts is governed by each platform’s rules, not by the proxy.
In most cases — yes, that’s exactly the scenario. A common pattern: some US news and media sites blocked European traffic after GDPR rather than comply with EU rules. From a US address you look like a local visitor and the wall goes away. Standard caveat: if the service also checks account or payment country, an IP alone may not be enough.
Because the US is the default geo of the whole internet: most tutorials, scripts, and bots worldwide start with a free American list. The crowd that burns through those addresses is the largest on the planet, and by the time a list is published, its contents have already run on thousands of foreign tasks. Working US proxies don’t survive in public lists by definition; they live in maintained pools where an address is assembled for you at payment and replaced if it fails.
Google US is the reference index much of global SEO is measured against: algorithms are tested on American results first, competition is densest there, and client reports most often ask for US positions. Buying a US proxy list for SERP work is standard practice: a package spreads queries across addresses to keep request rates below thresholds, and the depth of the US pool lets you scale to thousands of keywords. The results are genuinely local — what an American user sees.
The big e-commerce trio — Amazon.com, Walmart, and eBay: prices, stock, buy boxes, reviews; plus MAP monitoring for brands. Next by frequency: Google US results, ad auctions (among the world’s most expensive — and most interesting for creative intelligence), content platforms, and real-estate and auto aggregators. US proxy servers in this stack are consumables: the market is large, anti-bot systems are serious, and a package with list refreshes fits better than one-off addresses.
There isn’t a hidden catch — it’s economics: more US ranges in circulation than any other country, and a deep pool pushes per-IP cost down. A US proxy server starts at $0.075 not because it’s worse, but because supply is wide. The flip side: datacenter US ranges are what platforms know best, so request-rate discipline matters more here than on exotic geos. Affordable — yes; careless — no.
A different proxy type may be a better fit for your use case. All products use the same Dashboard and support team.
An IP reserved exclusively for you, available from a single IP. Speeds of up to 500 Mbps per proxy.
Learn moreStatic ISP-registered residential IPs for use cases where network origin matters.
Learn morePay per request and access the full 100,000+ IP pool through a single gateway. Built for web scraping and API workloads.
Learn moreSOCKS5 with UDP support — for gaming, streaming, and VoIP.
Learn moreWe can sign a contract and provide all the documents your accounting team needs. Most business orders are activated within 24 hours of your request.