Search docs

Search the documentation

Dashboard
For LLMs

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.org

Request 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:

ParameterFormatExampleNotes
Countrycountry-<ISO2>country-USComma-join several: country-US,GB
Carrier (ASN)asn-<number>asn-21928Any carrier ASN within the country
Sticky sessionsession-<id>-time-<long|short>session-a1b2c3d4-time-longOmit 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.org

Sessions

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

  1. Buy a Mobile plan in the dashboard.
  2. Copy your username and password.
  3. Use the connection string above, adding country or carrier targeting as needed.