Mobile Proxies
Authentic 4G / 5G mobile carrier IPs across 115 countries at ~387 ms response — the cleanest IP reputation in the FlashProxy catalogue. Built for mobile app testing and account creation where mobile-specific signals are required.
Specs
- Pool: millions of mobile IPs active daily
- Coverage: 115 countries
- Typical response time: ~387 ms
- Protocols: HTTP, SOCKS5
- Sessions: rotating or sticky (up to 2 hours)
- Concurrency: up to 50,000 concurrent connections
- Best for: mobile app testing, account creation
Connect
Gateway: adam.flashproxy.io — port 8080 (HTTP) / 1080 (SOCKS5).
# Rotating — a fresh IP on every request
curl -x "http://USERNAME:[email protected]:8080" https://api.ipify.org# SOCKS5
curl -x "socks5://USERNAME:[email protected]:1080" https://api.ipify.orgRequest parameters
Targeting and session options are encoded into the username, appended as a -key-value pair after your base username. Mobile supports country and carrier (ASN) targeting:
| Parameter | Format | Example | Notes |
|---|---|---|---|
| Country | country-<ISO2> | country-US | Comma-join several: country-US,GB |
| Carrier (ASN) | asn-<number> | asn-21928 | Any carrier ASN within the country |
| Sticky session | session-<id>-time-<long|short> | session-a1b2c3d4-time-long | Omit for a rotating IP |
For the complete reference — every accepted value — see the API reference.
Examples
# Rotating — United States
curl -x "http://USERNAME-country-US:[email protected]:8080" https://api.ipify.org# Target a specific carrier (ASN)
curl -x "http://USERNAME-country-US-asn-21928:[email protected]:8080" https://api.ipify.org# Sticky — hold the same mobile IP across the session
curl -x "http://USERNAME-country-US-session-a1b2c3d4-time-long:[email protected]:8080" https://api.ipify.orgSessions
Use rotating for maximum IP diversity or sticky to keep the same IP across a session — see Rotating & sticky.
Pricing
Per-GB, with volume discounts as you scale. See Mobile pricing.
Quickstart
- Buy a Mobile plan in the dashboard.
- Copy your username and password.
- Use the connection string above, adding country or carrier targeting as needed.