# Cliproxy支持哪些IP代理协议

Cliproxy是一个提供 **IP代理** 服务的公司，广泛用于 **网络爬虫**、**数据抓取**、**广告验证**、**SEO优化**、**账户管理**等多种场景。它支持多种类型的代理协议，包括：

#### 1. **HTTP/HTTPS 代理**

* **HTTP Proxy**：通过 **HTTP** 协议转发网络请求，支持**普通网页浏览**、**API请求**等。
* **HTTPS Proxy**：与HTTP代理类似，但支持 **加密通信**，用于访问需要HTTPS协议的安全网站，确保数据传输的安全性。
* **应用场景**：
  * 网站抓取、API接口访问、广告验证等需要处理网页请求的场景。
  * HTTPS代理用于更高安全性的场景，如处理敏感数据、支付验证等。

#### 2. **SOCKS5 代理**

* **SOCKS5 Proxy**：一种更通用的代理协议，支持各种网络流量类型，支持更复杂的 **网络应用**。相比HTTP代理，SOCKS5代理具有更高的灵活性和稳定性。
* **应用场景**：
  * 适用于 **P2P下载**、**网络游戏**、**视频流媒体观看**、**远程桌面连接**等。
  * 由于其支持各种协议，它常被用于绕过防火墙、隐匿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://help.cliproxy.com/zh/faq/cliproxy-faq8.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.
