# ZIP

To connect to a proxy using a ZIP code, add and specify the `zip` parameter with a five-digit ZIP code in the username, combined with the `cr` country code parameter.

Here are a few examples of valid combinations of country and zip parameters:

`cr.us;zip.85032`

`cr.fr;zip.75001`

**Code example**

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

```
curl -x "http://login__cr.us;zip.10001:password@gw.dataimpulse.com:823" https://api.ipify.org/
```

{% hint style="info" %}
It's important to note that selecting a country is mandatory to specify city, state, ZIP code, and ASN targeting.
{% endhint %}

***

You can now exclude specific ZIP codes using the `nozip` parameter.

**Example:** To target Germany but exclude ZIP code 10115, use:

`cr.de;nozip.10115`

{% hint style="info" %}
Traffic routed through the `nozip` parameter, as well as `zip` parameter is billed at double the standard rate.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dataimpulse.com/proxies/parameters/zip.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
