> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/pt-br/proxies/residential-proxies/location-settings/coordinates.md).

# Coordenadas

O direcionamento por coordenadas permite selecionar IPs em um local específico com base nos parâmetros de latitude/longitude e raio fornecidos.

Para usar este recurso, você deve especificar um cabeçalho de proxy:

`X-Oxylabs-Geolocation` com o valor `Latitude:Longitude; raio de precisão em milhas`.

**Por exemplo**, se você precisar de um IP do pool canadense dentro de 10 milhas das coordenadas de latitude 49.9235, longitude -97.081, sua solicitação ficará assim:

```bash
curl -x pr.oxylabs.io:7777 -U "customer-USERNAME:PASSWORD" --proxy-header "X-Oxylabs-Geolocation: 49.9235:-97.0811;10" https://ip.oxylabs.io/location
```

{% hint style="info" %}
Se nenhum IP for encontrado dentro das coordenadas e do raio fornecidos, você receberá `502` código de resposta. Veja a lista completa de códigos de resposta [**aqui**](/products/pt-br/proxies/residential-proxies/additional-information.md).&#x20;
{% endhint %}

Observe que o `Raio de precisão em milhas` valor não pode ser menor que 10 milhas.

Para ampliar sua zona de pesquisa, você deve aumentar o valor do raio.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developers.oxylabs.io/products/pt-br/proxies/residential-proxies/location-settings/coordinates.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.
