Geo-Targeting
Route traffic through specific countries, states, cities, ZIP codes, or ASNs by appending parameters to your username.
Parameter Syntax
Geo parameters are appended to the username using a double underscore (__) as a separator from the base login. Multiple parameters are separated by semicolons (;).
USERNAME__param1.value1;param2.value1,value2:PASSWORD@proxy.raxyproxy.com:823| Parameter | Values | Multi-value | 2× billing? |
|---|---|---|---|
cr | Lowercase ISO-2 country codes | Comma-separated: cr.us,gb,de | No — free for all types |
nocr | Countries to exclude | Comma-separated: nocr.cn,ru | No — free for all types |
state | Full state name, lowercase, no spaces | Comma-separated: state.california,texas | Yes — Residential, Mobile, Datacenter |
city | Full city name, lowercase, no spaces | Comma-separated: city.losangeles,newyork | Yes — Residential, Mobile, Datacenter |
zip | 5-digit US ZIP codes | Comma-separated: zip.10001,90001 | Yes — Residential, Mobile, Datacenter |
asn | ASN number only — no "AS" prefix | Comma-separated: asn.15169,16509 | Yes — Residential, Mobile, Datacenter |
Premium Residential exception
Premium Residential proxies have no 2× surcharge for any targeting level — including state, city, ZIP, and ASN. This makes them the most cost-effective choice for precise geo-targeting.
Country
Use lowercase 2-letter ISO 3166-1 alpha-2 codes. Country filtering is free for all proxy types.
# US only
http://USERNAME__cr.us:PASSWORD@proxy.raxyproxy.com:823
# US, UK, and Germany
http://USERNAME__cr.us,gb,de:PASSWORD@proxy.raxyproxy.com:823# Exclude China and Russia — use all other countries
http://USERNAME__nocr.cn,ru:PASSWORD@proxy.raxyproxy.com:823You cannot combine cr and nocr in the same credential. Use one or the other.
State / Region
State targeting requires a country filter (cr). Format: full state name, lowercase, no spaces or hyphens.
# California only
http://USERNAME__cr.us;state.california:PASSWORD@proxy.raxyproxy.com:823
# California or Texas
http://USERNAME__cr.us;state.california,texas:PASSWORD@proxy.raxyproxy.com:823| State | Code to use |
|---|---|
| California | california |
| New York | newyork |
| Texas | texas |
| Florida | florida |
| Illinois | illinois |
| District of Columbia | districtofcolumbia |
| Washington | washington |
City
City targeting also requires a country filter. Format: full city name, lowercase, no spaces.
# Los Angeles only
http://USERNAME__cr.us;city.losangeles:PASSWORD@proxy.raxyproxy.com:823
# New York or Chicago
http://USERNAME__cr.us;city.newyork,chicago:PASSWORD@proxy.raxyproxy.com:823
# London
http://USERNAME__cr.gb;city.london:PASSWORD@proxy.raxyproxy.com:823ZIP Code
5-digit US ZIP codes. Requires cr.us.
# New York City 10001
http://USERNAME__cr.us;zip.10001:PASSWORD@proxy.raxyproxy.com:823
# Multiple ZIPs
http://USERNAME__cr.us;zip.10001,90001,60601:PASSWORD@proxy.raxyproxy.com:823ASN
Target IPs belonging to a specific Autonomous System. Use the numeric ASN only — do not include the "AS" prefix.
# Google LLC (ASN 15169)
http://USERNAME__cr.us;asn.15169:PASSWORD@proxy.raxyproxy.com:823
# Multiple ASNs
http://USERNAME__cr.us;asn.15169,16509:PASSWORD@proxy.raxyproxy.com:823Combining Parameters
Parameters chain with semicolons. Country must come first (after __).
http://USERNAME__cr.us;state.california;city.losangeles:PASSWORD@proxy.raxyproxy.com:823http://USERNAME__cr.us;state.california;sessid.myuser42:PASSWORD@proxy.raxyproxy.com:823Billing Rules
| Parameter | Residential | Mobile | Datacenter | Premium Residential |
|---|---|---|---|---|
cr / nocr | 1× (free) | 1× (free) | 1× (free) | 1× (free) |
state | 2× | 2× | 2× | 1× (free) |
city | 2× | 2× | 2× | 1× (free) |
zip | 2× | 2× | 2× | 1× (free) |
asn | 2× | 2× | 2× | 1× (free) |
The 2× surcharge means 1 GB of actual traffic consumes 2 GB from your quota. See Traffic & 2× Billing for examples.
Format Rules
- Country codes: lowercase 2-letter ISO —
us,gb,de - States: full name, lowercase, no spaces —
california,newyork,districtofcolumbia - Cities: full name, lowercase, no spaces —
losangeles,newyork,sanfrancisco - ZIP: 5-digit string —
10001 - ASN: numeric only, no "AS" prefix —
15169, notAS15169 - Separator between username and params: __ (double underscore)
- Separator between params: ; (semicolon)
- Multiple values within a param: , (comma)