# 概览

helodata 代理是标准的 HTTP / HTTPS / SOCKS5——只要工具支持这三种协议就能接入。本节是配方手册：常见工具**代理填在哪儿**，并附三款上线产品可复制粘贴的代码片段。

## 凭证速查表

凭证形态取决于产品：

| 产品      | 主机                                | 用户名                                           | 密码    |
| ------- | --------------------------------- | --------------------------------------------- | ----- |
| **住宅**  | `gate.helodata.io:7777`           | `helo_{user}-type-res-region-{cc}[-...可选...]` | 子账号密码 |
| **移动**  | `gate.helodata.io:7777`           | `helo_{user}-type-mob-region-{cc}[-asn-...]`  | 子账号密码 |
| **ISP** | 清单中的单个 IP，例如 `198.51.100.42:8000` | `helo_{user}`（无额外字段）                          | 子账号密码 |

工具若只接受 `ip:port:user:pass` 单行格式，那是 **ISP** 形态；网关产品的定位参数必须写在用户名里。

## 本节内容

* **浏览器** — Chrome、Firefox、Edge、Safari（手动或扩展）
* **反检测浏览器** — AdsPower、GoLogin、Multilogin、Dolphin {anty}、Octo
* **爬虫工具** — Python `requests`、Scrapy、Selenium、Playwright、Puppeteer、Node `fetch`/`axios`
* **操作系统** — Windows、macOS、Linux 系统代理
* **移动端** — Android Wi-Fi 代理、iOS Wi-Fi 代理、Shadowrocket
* **AI 与工作流** — Postman、LangChain、n8n、MCP 服务

## 本节约定

* 占位子账号：`s1a2b3c4d5e`
* 占位密码：`PASSWORD`
* 占位 ISP IP：`198.51.100.42`
* 所有示例默认用美国住宅，把 `region-us` 换成任意 ISO 代码即可

需要配截图时用 `[screenshot: …]` 占位，后续控制台 UI 稳定后真实截图会放到 `.gitbook/assets/`。


---

# 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.helodata.com/helodata-zh/ji-cheng-zhi-nan/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.
