State

Traffic routed through this parameter is billed at double the standard rate

To specify a proxy from a particular US state, including the state in the authorization string. For example, __cr.us;state.arizona.

Click here for a full list of US states.

Code example

In this example, a query to gw.dataimpulse.com is performed from an IP address from Arizona, USA:

curl -x "http://login__cr.us;state.arizona:[email protected]:823" https://api.ipify.org/

It's important to note that selecting a country is mandatory to specify city, state, ZIP code, and ASN targeting.


You can now exclude specific states using the nostate parameter.

Example: To target the USA but exclude California, use:

cr.us;nostate.california

Traffic routed through the nostate parameter, as well as state parameter is billed at double the standard rate.

Last updated