Skip to content

Choose the network type

Depending of the level of stealth you’d like to benefit, and what kind of device you’d like to target, anyip has worked hard to gather the most precious types of IP, such as Residential and Mobile.

All of our IPs are coming from real devices 📲, which make them the highest quality possible.

Residential and Mobile make sure the IP you’ll get won’t be treated as a Proxy or Hosting kind of IP, which usually raises flags and most websites would simply block these IPs or trigger Captchas.

In order to avoid that, by default, anyip will distribute you either a Residential or a Mobile IP.

We also provide flags in order to let you choose which type that fits more your need.

Residential AND mobile (default behavior)

You don’t need to specify the type for this one user_XXXX or user_XXXX,type_residential have both the same behavior and our proxy will give you either a Residential OR a Mobile IP.

This is useful in case you’re not sure which one to choose.

curl -v --proxy "http://user_XXXX:[email protected]:1080" http://ip-api.com/

curl -v --proxy "http://user_XXXX,type_residential:[email protected]:1080" http://ip-api.com/

Residential ONLY

Residential IPs provide a good compromise between stability and stealth:

  • Faster than mobile, they may use optical fibers
  • More stable, the IP is less likely to disconnects/interrupts
  • Good level of stealth, the IP is not recognize as a hosting/proxy

By simply addding user_XXXX,type_residentialonly our proxy will give you a Residential IPs ONLY.

curl -v --proxy "http://user_XXXX,type_residentialonly:[email protected]:1080" http://ip-api.com/

Mobile

Mobile IPs are the best choice if you’re encountering Captchas or blockages:

  • Highest level of stealth, think about what would be an IP if it would be a Ninja 🥷
  • Slower than Residential, but some may be using 4G or 5G.
  • Likely less stable, expects regular interruptions

To do so, user_XXXX,type_mobile

curl -v --proxy "http://user_XXXX,type_mobile:[email protected]:1080" http://ip-api.com/