> For the complete documentation index, see [llms.txt](https://doc.thordata.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/doc/zh-hk/zhua-qu-liu-lan-qi/kuai-su-kai-shi.md).

# 快速開始

瞭解如何使用 抓取瀏覽器 建構工具或以程式設計方式執行抓取工具。

{% stepper %}
{% step %}

### 登錄

請注意，使用我們的抓取瀏覽器時，您需要擁有一個Thordata帳戶。如果您還沒有帳戶，請先完成註冊。如果您已經瞭解如何使用，可以直接前往儀表板登入並使用。

<div align="left"><figure><img src="/files/hDoPR49LDlytjYOr6YQL" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 購買流量套餐

登入後，依次進入 【抓取瀏覽器】 > 【定價】 頁面。根據您的需求選擇合適的套餐並完成支付。購買成功後，系統將自動為您分配一個子帳戶。

<div align="left"><figure><img src="/files/FWcQy97Zv0BOw6e9sM5S" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 用戶設定

在用戶儀表板中，依次進入 【抓取】 > 【抓取瀏覽器】 > 【用戶】 頁面。\
單個建立：點擊 【新增用戶】 按鈕，在彈出的介面中設定用戶名、密碼，選擇帳戶狀態（啟用或停用），並設定流量使用限額（可選擇無限額或設定具體的MB上限值）。完成設定後儲存即可。\
批量建立：如需快速建立，可使用 【一鍵新增】 功能，系統將自動產生用戶名和密碼。

<div align="left"><figure><img src="/files/kHhkz54C2WcSnS5mnVFa" alt="" width="563"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/WwsVZPZWsBIfPi1j2TdE" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 管理帳號

在用戶管理介面，您可以執行以下操作：\
按時間篩選：設定開始與結束日期，檢索在該時間段內建立的用戶。\
精確搜尋：輸入用戶名，直接定位特定帳戶。\
編輯資訊：點擊目標用戶旁的 【編輯】 按鈕，即可更新其用戶名、密碼、狀態、限額及備註資訊。\
刪除帳戶：\
單個刪除：在編輯介面中點擊 【刪除】 按鈕。\
批量刪除：勾選多個用戶前的核取方塊，然後使用頂部的 【一鍵刪除】 功能。

<div align="left"><figure><img src="/files/mUWHyrwXsLdF1aAMf8h9" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 開始抓取

進入抓取介面：導航至 【抓取】 > 【抓取瀏覽器】 > 【Playground】。

<div align="left"><figure><img src="/files/B2Y5YPytgPJldB8RIqCf" alt="" width="563"><figcaption></figcaption></figure></div>

\
選擇範本：從範例範本（如新聞、電子商務）中選擇一個。

<div align="left"><figure><img src="/files/G1phvzsAiEBZC6BJtuK2" alt="" width="563"><figcaption></figcaption></figure></div>

選擇用戶：從下拉選單中，選擇一個您預先設定好的代理用戶。

<div align="left"><figure><img src="/files/E5K0qTdcIg8nKNVk209q" alt="" width="563"><figcaption></figcaption></figure></div>

\
取得憑證：系統會自動產生適用於 Puppeteer/Playwright 和 Selenium 的憑證，您可以直接複製，用於第三方工具整合。

<div align="left"><figure><img src="/files/cK2txBD035grwGnSbwCe" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 預覽和下載結果

任務執行完成後：\
結果預覽：儀表板右側面板會根據您選擇的輸出類型，顯示瀏覽器轉譯後的可視化預覽或原始HTML程式碼。\
控制台資訊：\
顯示帶時間戳的請求和回應日誌。\
展示每個搜尋結果的詳細元數據。

<div align="left"><figure><img src="/files/3eDNqP47ZuBvoUEOICkT" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

如果您需要進一步幫助，請隨時透過以下方式與我們聯絡： <support@thordata.com>.


---

# 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://doc.thordata.com/doc/zh-hk/zhua-qu-liu-lan-qi/kuai-su-kai-shi.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.
