# ISP 代理

ISP 代理是**静态住宅 IP**，源自 ISP 自有的网段——目标站点看它们是住宅 IP，而底层托管在高规格机房，因此**速度像数据中心，信誉像住宅**。

与住宅、移动不同，ISP **不**走网关。下单后你拿到一份静态 IP 清单，**直接访问每个 IP**。

## 一览

|             |                               |
| ----------- | ----------------------------- |
| **交付方式**    | 按 IP 清单，`ip:port:user:pass`   |
| **计费**      | 按 IP，按月                       |
| **IP 池规模**  | 你购买的 IP——固定数量，专属你的账号          |
| **IP 稳定性**  | 永久——重启、数周、数月都同一 IP            |
| **地理定位**    | 国家（部分市场到城市）——**下单时选定，不可按请求改** |
| **轮换**      | 客户端控制——你从清单中挑下一个 IP           |
| **速度**      | 高（单 IP 1 Gbps+）               |
| **协议**      | HTTP、HTTPS、SOCKS5             |
| **认证方式**    | 用户名+密码（每 IP 凭证）或 IP 白名单       |
| **是否需 KYC** | 是                             |

## 凭证格式

清单中每个 IP 都按四元组交付：

```
ip:port:user:pass
```

示例：

```
198.51.100.42:8000:helo_s1a2b3c4d5e:PASSWORD
198.51.100.43:8000:helo_s1a2b3c4d5e:PASSWORD
198.51.100.44:8000:helo_s1a2b3c4d5e:PASSWORD
```

整批 IP 共用同一用户名与密码——区分 IP 是靠 `ip:port` 二元组。完整说明见 [代理清单格式](/helodata-zh/chan-pin/overview-2/proxy-list-format.md)。

> 用户名中的 `helo_` 前缀**不是**[网关语法](/helodata-zh/kuai-su-ru-men/username-format.md)，ISP 用户名**不含** `-type-` / `-region-` 等字段，只是用户标识。

## 适用场景

* **账号绑定流程** — 登录类站点把反爬信号绑到 IP，持续数小时甚至数天
* **球鞋 / 限量 / 抢票** — 速度 + 住宅信誉
* **长期监控** — 必须保持同一 IP 才稳定的 checker
* **大带宽采集** — 住宅按 GB 计费成本过高时
* **地理锁定服务** — IP 与城市必须保持一致

如果你需要**激进按请求轮换 IP**，住宅更合适。ISP 的优势是**稳定**。

## 五秒示例

```bash
curl -x http://helo_s1a2b3c4d5e:PASSWORD@198.51.100.42:8000 \
     https://ipv4.icanhazip.com
```

（请把 IP 换成你清单里的实际值。）

## 本节内容

* [快速开始](/helodata-zh/chan-pin/overview-2/quick-start.md) — 下单、下载清单、首个请求
* [代理清单格式](/helodata-zh/chan-pin/overview-2/proxy-list-format.md) — 四元组详解
* [身份认证](/helodata-zh/chan-pin/overview-2/authentication.md) — 密码 vs IP 白名单
* [地区](/helodata-zh/chan-pin/overview-2/locations.md) — 下单时可选的国家与城市
* [协议](/helodata-zh/chan-pin/overview-2/protocols.md) — HTTP / HTTPS / SOCKS5
* [客户端轮换](/helodata-zh/chan-pin/overview-2/rotation.md) — 挑选下一个 IP 的模式
* [IP 管理](/helodata-zh/chan-pin/overview-2/ip-management.md) — 替换失效 IP、刷新批次
* [错误说明](/helodata-zh/chan-pin/overview-2/error-definitions.md) — 各状态码含义
* [使用统计](/helodata-zh/chan-pin/overview-2/statistics.md) — 单 IP 用量与 API


---

# 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/chan-pin/overview-2.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.
