> For the complete documentation index, see [llms.txt](https://docs.helodata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helodata.com/helodata-zh/chan-pin/overview-4.md).

# Web Unblocker — 即将上线

Web Unblocker 是一款托管式代理，内置 JavaScript 渲染、验证码处理、请求头轮换与重试——你只需把请求指到一个端点并传入目标 URL，即可拿到渲染后的 HTML。

## 预期能力

* 单一端点，任意目标站点
* 内置无头浏览器，自动执行 JS
* 自动处理验证码
* 按请求次数计费
* 与住宅代理端点同形可替换，无需 SDK

## 加入候选名单

发邮件至 **<support@helodata.com>**，主题填 `Web Unblocker waitlist`，简要说明使用场景。

## 过渡方案

* 使用[住宅代理](/helodata-zh/chan-pin/overview.md)搭配无头浏览器（Playwright、Puppeteer）实现同样的形态，只是要写些胶水代码。集成示例：[Playwright](/helodata-zh/ji-cheng-zhi-nan/pa-chong-gong-ju/playwright.md)、[Puppeteer](/helodata-zh/ji-cheng-zhi-nan/pa-chong-gong-ju/puppeteer.md)。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.helodata.com/helodata-zh/chan-pin/overview-4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
