Skip to main content
Geo-targeting lets you route requests through residential IPs in a specific country, region, or city. Add the targeting parameters to the username segment of your proxy credentials.
Only the country parameter is required for geo-targeting. State and city are optional refinements — the more specific the target, the smaller the available IP pool.

Targeting Format

Add targeting parameters between your client ID and session ID:
Values are lowercase, dash-separated, with no spaces or special characters (e.g. city-newyork, state-northerndistrict).

Country Targeting

string
required
Country name of the country you would like to target.
Examples:
  • country-Germany
  • country-Israel
  • country-Hungary

State / Region Targeting

string
State or region name that matches the selected country.
Examples:
  • state-northerndistrict (Israel)
  • state-pestcounty (Hungary)
  • state-citystatebremen (Germany)
  • state-landberlin (Germany)

City Targeting

string
City name that matches the selected state.
Examples:
  • city-maghar (Israel)
  • city-god (Hungary)
  • city-bremen (Germany)
  • city-berlin (Germany)

Example Request

Tips

  • Start with country only and add state/city only if your use case demands it.
  • If you receive No Available IPs for Targeting, drop the city first, then the state. See Error Handling.
  • Pair geo-targeting with a sticky session to keep the same exit IP across requests.