Geolocation Targeting
Geolocation targeting allows you to target specific locations based on Country
, City
, State
, ASN
, or ZIP code
Country Targeting
You can target a specific country by adding a country code to your username, like username-country-country_code
. Use only two-letter country codes in lowercase.
curl "https://example.com" --proxy brd.superproxy.io:22225 --proxy-user brd-customer-<customer_id>-zone-<zone_name>-country-us:<zone_password>
City Targeting
You can target a specific city within a country by adding a city name to the username, like username-country-country_code-city-city_code
. The city_codemust be in lowercase only and have no spaces, for example -city-sanfrancisco
curl "https://example.com" --proxy brd.superproxy.io:22225 --proxy-user brd-customer-<customer_id>-zone-<zone_name>-country-us-city-sanfrancisco:<zone_password>
State Targeting
For relevant counties (e.g., USA and Australia), you can target a state within a country by adding to the username-country-country_code-state-state_code
. Use only two-letter state codes in lowercase.
ASN Targeting
You can target a specific ASN from the list of ASNs. Choosing an ASN country is done as following: -asn-ASN_NUMBER
curl "https://example.com" --proxy brd.superproxy.io:22225 --proxy-user brd-customer-<customer_id>-zone-<zone_name>-asn-56386:<zone_password>
ZIP Code Targeting
You can target proxy peers by a ZIP code of a specific area. Here is an example of targeting an IP from Memphis, US and zip code 12345:
curl "https://example.com" --proxy brd.superproxy.io:22225 --proxy-user brd-customer-<customer_id>-zone-<zone_name>-city-memphis-zip-12345:<zone_password>