# 获取集成所需的 IP 地址

### 使用住宅代理或移动代理

1. 在你的电脑上打开终端
2. 输入命令： `ping pr.oxylabs.io`
3. 系统会提供一个 IP 地址供你输入到第三方工具中

{% hint style="info" %}
动态 IP 可能会随着时间变化。如果连接失败，请使用相同流程获取新的 IP。为了更可靠，建议使用支持主机名而非 IP 的工具——它们会自动连接到最优服务器。
{% endhint %}

### 使用 ISP、数据中心代理或独享数据中心代理

我们提供按 IP 计费的产品，仅通过主机名和端口连接。不支持直接 IP 连接。仪表板中显示的 IP 地址仅供参考。为了获得最佳效果，请使用支持主机名和端口连接的第三方工具。

不过，如果你的第三方软件需要特定地址，我们建议按如下方式解决：

1. 在你的电脑上打开终端
2. 根据你使用的产品输入相应命令： \
   `ping isp.oxylabs.io` （用于 ISP）\
   `ping dc.oxylabs.io` （用于数据中心） \
   `ping ddc.oxylabs.io`（用于独享数据中心）
3. 系统会提供一个 IP 地址供你输入到第三方工具中
4. 此外，为了从你的代理列表中定位特定 IP，请添加分配的端口号

这种变通方法有局限性：服务可能会在维护期间不可用，而且 IP 可能会在未提前通知的情况下变更。如果你的代理停止工作，请 ping 主机名以获取新的 IP 地址，或者切换到支持主机名的工具。


---

# 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://developers.oxylabs.io/integrations/cn/proxy-integrations/get-ip-address-for-integrations.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.
