Aller au contenu principal
Real 4G/5G • FR · ES · UK · US

Stop datacenter IPs.
Start with real 4G/5G.

Real residential 4G/5G mobile IPs from European & US carriers — rotating or sticky, sub-second swap, REST API. The infrastructure scrapers, automation engineers and growth teams actually trust.

Get my 4G line
Free trial includes: 1 port 2h trial Unlimited rotation No credit card
Real SIM cards Real mobile carrier ASN Dedicated SIM card per proxy
you@laptop ~ — bash
Live
you@laptop:~$ curl -x "http://prx-fr-orange:****@gw.proxier.co:8000" \
https://ipinfo.io/json
 
{
"ip": "77.155.92.184",
"city": "Paris",
"region": "Île-de-France",
"country": "FR",
"org": "AS3215 Orange S.A.",
"asn": 3215
}
 
# rotate IP on demand → call /v1/rotate
you@laptop:~$ curl -X POST "https://api.proxier.co/v1/sessions/me/rotate"
{ "rotated": true, "new_ip": "82.226.18.197", "ms": 38 }
you@laptop:~$
Live coverage

4 countries. 15+ carriers. Real SIMs.

No datacenter. Every IP comes from a real 4G modem connected to a 4G/5G network just like a phone.

Live
France
1.5M+ IPs • paris-fr-1
Orange SFR Free Bouygues
Live
Spain
250k+ IPs • madrid-es-1
Movistar Digi Orange Yoigo
Live
United Kingdom
350k+ IPs • london-uk-1
EE Vodafone Three O2
Live
United States
120k+ IPs • us-east, us-west
AT&T T-Mobile Verizon
7
Offices in 7 countries
99.74%
Uptime over last 90 days
24.56mbps
Avg. proxy speed
780TB
Traffic processed / month
Live configurator

Configure your proxy. Pay only for what you need.

No quote, no "contact us". Select, adjust, pay. Instant activation after checkout.

1 Target country 4 regions available
2 Mobile carrier Filtered by country
3 Subscription length Longer term, lower rate
4 Number of ports Volume tiers apply automatically
1 5 10 15 20 25
Developer-first

Plug it in 60 seconds.

A standard HTTP endpoint with Basic Auth. Same credentials work from your code and from any antidetect browser.

Rotation on demand

Hit POST /v1/rotate to swap IP exactly when your script decides. Not on every call.

Natural sticky sessions

Keep the same IP until the carrier rotates it — like a real phone. No artificial timeout.

Carrier-Grade NAT

Your traffic blends with millions of real mobile users behind the same shared IP layer. Banning it = banning a whole carrier.

Unlimited data & threads

No bandwidth cap, no thread limit, no per-GB billing. Hammer it as hard as you want.

# 1. Rotating session — new IP on every request
curl -x "http://prx-fr-orange:****@gw.proxier.co:8000" \
     https://ipinfo.io/json

# 2. Sticky session — same IP for 30 min
curl -x "http://prx-fr-orange-sid_42:****@gw.proxier.co:8000" \
     https://api.target.com/me

# 3. Any country / carrier
curl -x "http://prx-any:****@gw.proxier.co:8000" ipinfo.io
# pip install requests
import requests

PROXY = "http://prx-fr-orange:****@gw.proxier.co:8000"

# Rotating
r = requests.get(
    "https://ipinfo.io/json",
    proxies={"http": PROXY, "https": PROXY},
    timeout=10,
)
print(r.json()["ip"], r.json()["city"])

# Sticky 30 min
sticky = "http://prx-fr-orange-sid_99:****@gw.proxier.co:8000"
// npm install undici
import { request, ProxyAgent } from "undici";

const proxy = new ProxyAgent(
  "http://prx-fr-orange:****@gw.proxier.co:8000"
);

const { body } = await request(
  "https://ipinfo.io/json",
  { dispatcher: proxy }
);

console.log(await body.json());
// npm install puppeteer
import puppeteer from "puppeteer";

const browser = await puppeteer.launch({
  args: ["--proxy-server=gw.proxier.co:8000"]
});

const page = await browser.newPage();
await page.authenticate({
  username: "prx-fr-orange-sid_42",
  password: "****"
});

await page.goto("https://target.com");
From your code
From antidetect browsers
AdsPower Multilogin GoLogin Dolphin Anty Incogniton Kameleo Vmlogin
Real-time dashboard

Everything is observable. Nothing is opaque.

Active sessions, bandwidth used, errors, geolocation of served IPs, per-carrier latency — all the raw data, live, no fluff.

Dashboard / Sessions
All systems operational
12 active sessions
SessionCountry / CarrierTypeCurrent IPLatencyStatus
ses_8f92ka FR · Orange Rotating 77.155.92.184 38ms ● Live
ses_b2hk19 FR · SFR Sticky 30m 176.135.184.22 42ms ● Live
ses_qa11kd UK · EE Rotating 86.165.42.10 61ms ● Live
ses_us99x US · T-Mobile Sticky 60m 172.58.103.5 112ms ● Slow
ses_es33z ES · Movistar Rotating 88.16.220.45 52ms ● Live
Bandwidth — last 30 days
Total
128.4 GB
▲ 12% vs last month
Requests
42.1 M
≈ 1.4M / day
Success rate
98.7 %
▲ 0.3 pts
Webhook events — last hour
POST https://api.myapp.com/hpx/sessions 200 OK
{
  "event": "session.rotated",
  "session": "ses_8f92ka",
  "old_ip": "77.155.92.184",
  "new_ip": "82.226.18.197",
  "carrier": "orange",
  "latency_ms": 38,
  "timestamp": 1764849823
}
API keys (2)
LabelKeyCreatedLast usedScope
Production scraper prx_live_•••••••••8f92 2026-03-12 12 s ago read+write
QA / staging prx_test_•••••••••a012 2026-04-02 3 h ago read-only

Built for teams that can't afford to get blocked.

01
Web scraping & SERP

Scrape Google, e-commerce, real estate, social — without CAPTCHAs, soft-blocks, or IP burnout.

02
Browser automation

Puppeteer, Playwright, Selenium. Sticky sessions for multi-step flows and authentication.

03
Ad verification

Verify your campaigns the way real users see them — from Orange Paris, Vodafone Madrid, or T-Mobile Brooklyn.

04
Growth & multi-account

One mobile IP = one unique device, in the eyes of every platform. The baseline for scaling.

Plans

Three ways to subscribe.
Longer term, lower rate.

Same product, same SIMs, same unlimited data — only the commitment differs. Need a custom mix? Use the configurator above.

Weekly

For tests, side-projects, one-off campaigns.

€20 / proxy / week
Configure
  • Cancel anytime, no commitment
  • All countries · all carriers
  • Unlimited data & threads
  • REST API + dashboard
  • Volume discount from 5 ports
  • Community support
Most popular
Monthly

For ongoing scraping, automation, monitoring.

€55 / proxy / month
Configure
  • −63% vs weekly
  • All countries · all carriers
  • Unlimited data & threads
  • REST API + webhooks
  • Volume discount from 5 ports
  • Email support < 4h
Annual

For production infrastructure that matters.

€550 / proxy / year
Configure
  • −70% vs weekly
  • All countries · all carriers
  • Unlimited data & threads
  • Best volume tiers
  • Priority email support
  • Quarterly account reviews

Volume discount

stacks on top of any plan

Length discount

longer term, lower per-day rate
  • 24 hoursFull daily rate
  • 7 days−43%
  • 30 days−63%
  • Yearly−70%

Frequently asked questions

What's the difference between mobile and residential proxies?
Mobile proxies use real 4G/5G SIM cards on consumer carrier networks (Orange, T-Mobile, EE, Movistar…). The IP is shared via Carrier-Grade NAT with millions of legit phone users — sites cannot block it without taking down a chunk of the carrier's customer base.
Residential proxies use home ISP IPs (DSL, fiber). They work but are progressively easier to fingerprint as scraping sources, especially on platforms with serious anti-bot stacks (Cloudflare, DataDome, PerimeterX).
Mobile = harder to block, more stable, but a bit pricier.
What is Carrier-Grade NAT (CG-NAT) and why does it matter?
Mobile carriers don't have enough public IPv4 addresses for every subscriber, so they route hundreds — sometimes thousands — of phones through a small pool of shared public IPs. That same IP is in use, right now, by tons of regular users browsing Instagram, ordering Uber, checking emails. If a site bans that IP, it bans them too. So sites tolerate it, instead of blocking it. That's the structural reason mobile proxies are so hard to detect or kill.
How often does the IP rotate?
Two ways:
Naturally — the carrier rotates the IP every few hours to a few days, triggered by tower handoff, lease renewal, or load. Just like a real phone moving around the city.
On demand — call POST /v1/rotate on our API to force a fresh IP exactly when your script needs one. Typical rotation completes in < 100 ms.
Does it work with antidetect browsers?
Yes. We expose a standard HTTP/HTTPS endpoint with Basic Auth — the format every antidetect browser expects. Tested with AdsPower, Multilogin, GoLogin, Dolphin Anty, Incogniton, Kameleo, Vmlogin. Just paste the URL, username and password into the proxy field of your profile. No SDK, no special integration.
Are there bandwidth, thread or request limits?
None. No bandwidth cap, no per-GB billing, no concurrent thread limit, no request cap. The proxy is yours for the duration you paid for — use it as hard as your workload requires. The only thing we ask is no illegal activity, no DDoS, and no payment fraud (acceptable use policy).
Why is one proxy tied to one country and one carrier?
Because each proxy is a physical SIM card sitting in a real 4G modem on a specific carrier network. To target multiple countries or carriers, just buy multiple proxies — mix any combination via the configurator. Username format: prx-{country}-{carrier} (e.g. prx-fr-orange, prx-us-tmobile).
Can I cancel anytime? What's the refund policy?
Yes — one click in the dashboard, no commitment. We don't refund the period already paid for, but you won't be charged again. Annual customers can contact us for credit arrangements if circumstances change. For a risk-free first try, the weekly plan exists exactly for that.
What payment methods do you accept?
Card (Visa, Mastercard, Amex), SEPA, bank transfer (B2B from €1k+), and crypto (BTC, ETH, USDT, USDC). Automated invoicing with EU VAT for businesses. Activation under 60 s after payment confirmation.