8M+ mobile IPs across premium 4G and 5G carrier networks. Target carriers, rotate per request or keep sessions sticky for account and app workflows.
Use mobile routes when the target experience changes by carrier, device network or mobile trust profile.
Need T-Mobile US, KDDI in Tokyo or Vodafone Germany? Select a carrier and region when the workflow depends on mobile context.
Every request can land on a fresh handset, or your whole workflow can ride one IP for hours. You decide.
# Mobile proxies for carrier-grade testing and automation.
import requests
r = requests.get(
"https://target.example.com",
proxies={"https": "http://sn_live:••••@edge.bytedocks.com:7777"},
headers={"X-Network": "mobile-5g", "X-Carrier": "T-Mobile-US", "X-Sticky": "request"},
)
print(r.headers["x-bd-lease"]) # ln_b9d2 · 203.0.113.94 · US·NYC · T-MobileConfirm creatives and frequency caps from the actual mobile network the ad served on.
Learn moreUse sticky carrier sessions when platforms expect a stable mobile network identity.
Learn more