Geo-target multiple ISPs
Evan avatar
Written by Evan
Updated over a week ago

Quick Example:

"username;country=US;isp=Verizon,Comcast,Spectrum"

Video guide here.

You can geo-target multiple ISPs at once when using the “=” syntax. To do this, simply string the ISP names together and separate them with a comma. For example, geo-targeting the Los Angeles, Denver, and Seattle would look like this: “username;country=US;isp=Verizon,Comcast,Spectrum:password”.

Using the “=” syntax here, you need to encapsulate your username and password in quotation marks. It would look like this: “username;country=US;isp=Verizon,Comcast,Spectrum:password”

You can retrieve a list of available ISPs within a specific country using the Proxyrack API. Here is a guide.

Please note that cURL is used below as an example. You do not need to use cURL in order to geo-target. You can do this wherever you have configured your proxies, such as in a browser, code, etc.

Examples

Unmetered Residential:

Please note: Unmetered Residential proxies are no longer available for purchase. Existing subscriptions will continue to work, however.
curl -x unmetered.residential.proxyrack.net:10000 -U 'username;country=US;isp=Verizon,Comcast,Spectrum:password' http://example.com

Live example here.

Premium Residential:
curl -x premium.residential.proxyrack.net:10000 -U 'username;country=US;isp=Verizon,Comcast,Spectrum:password' http://example.com

Live example here.

Private Unmetered Residential:

curl -x private.residential.proxyrack.net:10000 -U 'username;country=US;isp=Verizon,Comcast,Spectrum:password' http://example.com

Live example here.

Global Rotating Datacenter:
curl -x global.rotating.proxyrack.net:10000 -U 'username;country=US;isp=Verizon,Comcast,Spectrum:password' http://example.com

Live example here.

USA Rotating Datacenter:
curl -x usa.rotating.proxyrack.net:10000 -U 'username;country=US;isp=Verizon,Comcast,Spectrum:password' http://example.com

Live example here.

Static USA Datacenter:
curl -x usa.static.proxyrack.net:10000 -U 'username;country=US;isp=Verizon,Comcast,Spectrum:password' http://example.com

Live example here.

Did this answer your question?