Mobile
DocsMobile

Mobile Proxies

IPs assigned by mobile carriers (4G/5G). Ideal for mobile-specific content, carrier-gated services, and app testing.

Overview

Mobile proxies use IPs allocated by mobile network operators (4G/5G). Because many real mobile users share the same carrier IP (NAT), these IPs are flagged far less aggressively by bot-detection systems. Mobile proxies are the best choice for accessing content that adapts to mobile users, carrier-gated features, or any target that specifically distinguishes mobile traffic from desktop.

Specs & Pricing

PriceFrom $3.37/GB (volume discounts available)
ProtocolsHTTP/HTTPS (port 823) · SOCKS5 (port 824)
Sticky sessionsPort-based (10000–20000) or sessid (up to 120 min)
Coverage185+ countries
Concurrent connectionsUp to 1,000 per package
State/city/ZIP/ASN targetingAvailable — 2× billing applies

Use Cases

  • App testingtest mobile app behavior from target carrier regions
  • Mobile SEOcheck how search results and pages appear on mobile
  • Carrier-gated contentaccess content that is restricted to mobile network users
  • Social media automationmobile IPs are expected by mobile-first platforms
  • Location-based featurestest carrier-specific features or regional mobile apps

Geo-Targeting & Billing

Country targeting (cr/nocr) is free. State, city, ZIP, and ASN targeting consume traffic at 2× the normal rate.

Mobile IP pools per country are smaller than residential pools. For very precise city targeting, expect reduced IP diversity compared to residential.

Connection Example

Rotating — any country
curl -x http://USERNAME:PASSWORD@proxy.raxyproxy.com:823 \
     https://httpbin.org/ip
Country-targeted — Germany
curl -x http://USERNAME__cr.de:PASSWORD@proxy.raxyproxy.com:823 \
     https://httpbin.org/ip
SOCKS5 — for mobile-native tools
curl --socks5-hostname proxy.raxyproxy.com:824 \
     -U USERNAME:PASSWORD \
     https://httpbin.org/ip