Mobile Proxies ISP Targeting
You can target a specific mobile carrier using the isp parameter. This can be useful for tasks like testing content delivery, ad verification, and more. We keep a list of carriers that you can target which gets updated frequently. You must use specific shortcodes for each carrier.
On the mobile endpoint only mobile network operators are targetable — a fixed-line or cable ISP shortcode will not match any IP in the mobile pool. Combine isp with country to pin a carrier to the market you mean, since the same brand operates under separate networks in different countries.
Shortcodes are the carrier’s identifier in our network, not its consumer brand name, so copy them exactly as they appear rather than guessing from the operator’s marketing name. vodafone, oonline, sunrisegmbh and tmobileusainc are all valid examples:
curl -x http://mp.evomi.com:3000 -U testuser:testpassword_isp-vodafone https://ip.evomi.com/s
curl -x http://mp.evomi.com:3000 -U testuser:testpassword_isp-sunrisegmbh https://ip.evomi.com/s
curl -x http://mp.evomi.com:3000 -U testuser:testpassword_isp-oonline https://ip.evomi.com/s
curl -x http://mp.evomi.com:3000 -U testuser:testpassword_country-US_isp-tmobileusainc https://ip.evomi.com/s