# Mobile Proxies Geo Targetting

Source: https://docs.evomi.com/proxy-instructions/mobile-proxies/geo-targetting/

Geo-targeting allows you to specify the geographic location of the proxy you want to use. This can be essential for tasks like localized testing, content access, and more. Below, we'll explain the key geo-targeting parameters and show you how to use them effectively.

## Geo-targeting Parameters

- **_country-**: Specify the country of the proxy.
- **_region-**: Specify the region of the proxy.
- **_city-**: Specify the city of the proxy.
- **_isp-**: Specify the mobile carrier of the proxy.
- **_continent-**: Specify the continent of the proxy.

## Choosing the Geo Source

The parameters above are resolved by a geolocation database, and you can choose which one. By default Evomi uses `ipapi` ([ip-api.com](https://ip-api.com)). Adding `_geosource-` selects a different source, which works for Mobile proxies too:

```bash
curl -x http://mp.evomi.com:3000 -U testuser:testpassword_country-GB_geosource-maxmind https://ip.evomi.com/s
```

Sources disagree about individual IPs, so a filter that matches plenty of them on one source may match fewer — or none — on another. See [Geo Source Selection](/proxy-instructions/residential-proxies/expert-settings/geosource/) for the available sources and why ISP values differ between them.

## Pages in this section

- [Mobile Proxies Country](https://docs.evomi.com/proxy-instructions/mobile-proxies/geo-targetting/country/index.md): Target a mobile proxy country with country-, using an ISO code such as US or, for some countries, the full name.
- [Mobile Proxies Region (State)](https://docs.evomi.com/proxy-instructions/mobile-proxies/geo-targetting/region/index.md): Target a mobile proxy region with region-: a state, province or territory, such as california or southern.cape.
- [Mobile Proxies City](https://docs.evomi.com/proxy-instructions/mobile-proxies/geo-targetting/city/index.md): Target a mobile proxy city with city-, lowercase and with dots for spaces.
- [Mobile Proxies Continent](https://docs.evomi.com/proxy-instructions/mobile-proxies/geo-targetting/continent/index.md): Target a mobile proxy continent with continent-: africa, asia, europe, north.america, oceania or south.america.
- [Mobile Proxies ISP Targeting](https://docs.evomi.com/proxy-instructions/mobile-proxies/geo-targetting/isp/index.md): Target a mobile carrier with isp-.
