🌍 Country Targeting
Use thecountry_[ISO] flag in your username.
- Format:
country_[2-letter-code] - Example (France):
user_XXXX,country_FR - Reference:
https://dashboard.anyip.io/api/data/country
🏙 Region & City Targeting
How to target a Region
You can target specific states or regions within a country.- Format:
region_[name] - Note: You must specify the country first.
- Example:
user_XXXX,country_US,region_texas
How to find Region Names
You can view available regions via our API:https://dashboard.anyip.io/api/data/region/[COUNTRY_CODE]
Common Examples:
country_US,region_californiacountry_US,region_newyorkcountry_GB,region_englandcountry_DE,region_bavaria
How to target a City
You can target specific cities within a region.- Format:
city_[name] - Note: You must specify the country and region first.
- Example:
user_XXXX,country_US,region_texas,city_dallas
How to find City Names
You can view available cities via our API:https://dashboard.anyip.io/api/data/city/[COUNTRY_CODE]/[REGION_NAME]
Common Examples:
country_US,region_california,city_losangelescountry_US,region_newyork,city_newyorkcountry_GB,region_england,city_londoncountry_DE,region_bavaria,city_munich
📡 Carrier & ASN Targeting
Target specific Internet Service Providers (ISPs) or Mobile Carriers using their ASN (Autonomous System Number).- Format:
asn_[number] - Example (T-Mobile USA):
user_XXXX,country_US,asn_21928
- T-Mobile US: 21928
- Verizon US: 701
- AT&T US: 7018
- Vodafone UK: 13285
📍 GPS Coordinates
For hyper-local targeting, you can request an IP closest to specific coordinates.- Format:
lat_[value],lon_[value] - Example (Eiffel Tower, Paris):
user_XXXX,lat_48.8584,lon_2.2945
We will assign the closest available peer to these coordinates. It is not guaranteed to be at that location.
🗺 Pre-defined Pools
We offer curated pools for broad regions. Usepool_[name] in your username.
👉 See the full Regional Pools Reference for complete country lists for all 19 available pools.
⚡️ Performance: Choosing the Right Server
We have global entry nodes. Whileportal.anyip.io automatically routes you to the nearest one, you can manually force a connection to a specific gateway if you are experiencing latency.
Tip: If you are scraping a US website from a server in Germany, connect to
portal-na.anyip.io to ensure your request enters our network closer to the target.