# 移动代理

移动代理通过真实的 3G/4G/5G 设备走运营商网络转发请求。目标站点看到的是普通蜂窝数据手机——公网上信誉最高的信号。

## 一览

|             |                               |
| ----------- | ----------------------------- |
| **类型代码**    | `mob`                         |
| **交付方式**    | 网关，定位编码在用户名中                  |
| **接入端点**    | `gate.helodata.io:7777`       |
| **计费**      | 按 GB 付费                       |
| **IP 池规模**  | 1000 万+ 移动 IP                 |
| **地理定位**    | 国 / ASN（运营商）——多数国家不支持移动的州/城市级 |
| **会话时长**    | 轮换（按连接）或粘性（最长 60 分钟）          |
| **协议**      | HTTP、HTTPS、SOCKS5             |
| **认证方式**    | 用户名+密码 或 IP 白名单               |
| **是否需 KYC** | 是                             |

## 适用场景

* 把移动/桌面或运营商 IP 当强信任信号的站点
* 社交平台（私信、账号完整性校验）
* 把功能门控在运营商网络后的 App 与 API
* 住宅已被识破时的反爬最后一招

移动是 helodata 中**最慢、最贵**的产品。建议在住宅失败之后再上，而不是默认选择。

## 用户名语法

```
helo_{username}-type-mob-region-{region}[-asn-{asn}][-session-{session_id}-sesstime-{ttl}]
```

`state` 和 `city` 字段虽然可写，但多数国家筛选后池子过小，几乎无意义。运营商定位 `asn` 才是移动产品上的主要细化维度。

完整说明见[用户名格式](/helodata-zh/kuai-su-ru-men/username-format.md)。

## 五秒示例

```bash
curl -x http://helo_s1a2b3c4d5e-type-mob-region-jp-asn-2516:PASSWORD@gate.helodata.io:7777 \
     https://ipv4.icanhazip.com
```

（上例绑定日本 KDDI。）

## 本节内容

* [快速开始](/helodata-zh/chan-pin/overview-1/quick-start.md) — 5 分钟跑通第一个请求
* [身份认证](/helodata-zh/chan-pin/overview-1/authentication.md) — 密码 vs IP 白名单
* [接入点与端口](/helodata-zh/chan-pin/overview-1/endpoints-and-ports.md) — 主机、端口、TLS
* [地区与运营商](/helodata-zh/chan-pin/overview-1/locations.md) — 国家覆盖与主要运营商
* [协议](/helodata-zh/chan-pin/overview-1/protocols.md) — HTTP / HTTPS / SOCKS5
* [会话与轮换](/helodata-zh/chan-pin/overview-1/sessions-and-rotation.md) — 粘性最长 60 分钟
* [ASN 定位](/helodata-zh/chan-pin/overview-1/asn-targeting.md) — 移动场景最重要的筛选维度
* [错误说明](/helodata-zh/chan-pin/overview-1/error-definitions.md) — 各状态码含义
* [使用统计](/helodata-zh/chan-pin/overview-1/statistics.md) — 仪表盘与流量 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-1.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.
