# 如何选择产品

当前共上线三款产品。按下面的决策树筛选，再点击对应产品深入了解。

## 决策树

```
是否需要在 X 国伪装为普通消费者？
├── 是（移动端独有内容、社交平台）  → 移动代理      (网关, type-mob)
├── 是，住宅，且 IP 需永久稳定        → ISP 代理       (按 IP 清单, ip:port:user:pass)
└── 是，住宅，可轮换 IP              → 住宅代理      (网关, type-res)
```

如果你需要纯数据中心速度、托管式 Web Unblocker，或返回结构化 JSON 的 Scraping API——这些产品**即将上线**。发邮件至 <support@helodata.com> 加入候选名单。

## 对比矩阵

|            | 住宅代理 (`res`)     | 移动代理 (`mob`)  | ISP 代理                      |
| ---------- | ---------------- | ------------- | --------------------------- |
| **交付方式**   | 网关，定位编码在用户名中     | 网关，定位编码在用户名中  | 按 IP 清单，`ip:port:user:pass` |
| **计费**     | 按 GB             | 按 GB          | 按 IP / 月                    |
| **速度**     | 中                | 低             | 高                           |
| **反爬能力**   | 高                | 极高            | 高                           |
| **粘性会话时长** | 最长 30 分钟         | 最长 60 分钟      | 不限（IP 永久稳定）                 |
| **轮换**     | 按连接或按粘性会话        | 按连接或按粘性会话     | 客户端控制，从清单挑选下一个 IP           |
| **地理定位**   | 国 / 州 / 城市 — 按请求 | 国 / ASN — 按请求 | 国 / 城市 — 下单时选定              |
| **IP 池规模** | 共享 1 亿+ 池        | 共享 1000 万+ 池  | 你购买的 IP 数量                  |

## 典型场景

* **大规模电商价格监控** → 住宅代理，轮换模式，按国家定位
* **跨国广告校验** → 住宅代理，短粘性会话，必要时下钻到城市级
* **球鞋 / 限量发售监控** → ISP 代理，速度高 + 稳定会话覆盖整个结账流程
* **社交平台研究** → 移动代理，长粘性会话，并通过 ASN 绑定特定运营商
* **SEO 排名追踪** → 住宅代理，国 + 城市定位，轮换模式

仍然拿不准？开启[免费试用](/helodata-zh/kuai-su-ru-men/free-trial.md)——每个上线产品都有 100 MB 试用额度，可并排实测。


---

# 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/kuai-su-ru-men/choose-a-product.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.
