> For the complete documentation index, see [llms.txt](https://doc.thordata.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/doc/zh-hk/chang-jian-wen-ti/chan-pin-wen-ti/zhu-zhai-dai-li/ru-he-ding-wei-te-ding-de-guo-jia-di-qu.md).

# 如何定位特定的國家/地區？

1、您可以在**端點產生器**中，選擇國家/地區列表並在列表中選擇您需要指定使用的國家/地區即可。

{% hint style="info" %}
[**點擊此處**](broken://pages/l7tGsoJiyJkCYi3KNLvM)了解更多關於端點產生器的使用教程
{% endhint %}

2、您還可以通過添加`country`參數並在參數後添加國家代碼，指定使用某個國家/地區的IP

例如：使用來自美國的隨機IP來執行對`ipinfo.thordata.com`的查詢

```sh
curl -x t.pr.thordata.net:9999 -U "td-customer-USERNAME-country-US:PASSWORD" ipinfo.thordata.com
```

{% hint style="info" %}
[**點擊此處**](/doc/zh-hk/dai-li/zhu-zhai-dai-li/wei-zhi-she-zhi.md)了解更多關於地理位置的使用教程
{% endhint %}
