> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/zh-hant/getting-started/result-page-features-zh-hant.md).

# 結果頁面功能

這是擷取資料時會自動跳轉到的頁面。在結果頁面中，您可以設定各種資料下載選項；使用包含 *Business* 在內的較高階方案時，還能使用群組擷取等進階功能。

<figure><img src="https://1853862850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQSPSOmaFPAz7khj6t7Ds%2Fuploads%2FC1qdNMhsGBFHXLIf0G4i%2Fimage.png?alt=media&amp;token=d9f69451-15a9-4f01-bf30-2b051025df69" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**➊**</mark> **＋群組（+Group）**：以目前的結果為基礎，加入連續的網址來執行群組擷取。（Business 方案）

<mark style="color:red;">**➋**</mark> **重新提取（Re-extract）**：嘗試重新擷取所選工作的資料。

<mark style="color:red;">**➌**</mark> **Browser Settings**：可以查看套用於擷取頁面的設定。點擊即可進入設定畫面。

<mark style="color:red;">**➍**</mark> **擷取範圍（Extraction Scope）**：點擊 **\[本頁（This page）]** 按鈕可擷取目前正在瀏覽的頁面，點擊 **\[整個資料夾（Whole folder）]** 按鈕則可一次擷取整理在同一資料夾中的所有頁面。

<mark style="color:red;">**➎**</mark> **Google Sheets**：將結果資料匯出至 Google Sheets。

<mark style="color:red;">**➏**</mark> **Excel**：將結果資料下載為 Excel 檔案。

<mark style="color:red;">**➐**</mark> **Data Layout**：將資料下載至試算表時，選擇資料的排列方式——\[One row per item] 或 \[One row per page]。

<mark style="color:red;">**➑**</mark> **Data Options**：設定欄位自動整理、欄位重新命名、超連結下載。

<mark style="color:red;">**➒**</mark> **Hide Empty Column**：使用滑桿調整閾值（0–100%），自動移除空白比例較高的欄位。

<mark style="color:red;">**❿**</mark> **API**：使用 API 將資料匯出為 JSON 或 CSV。

<mark style="color:red;">**⓫**</mark> **Hook**：擷取完成後，將結果通知到使用者想要的地方。

<mark style="color:red;">**⓬**</mark> **Logs**：重新擷取工作時自動產生。對於已設定排程的工作，可以將累積的結果下載為單一 Excel 檔案。

<mark style="color:red;">⓭</mark> **分享（Share）**：分享您擷取的資料。

<mark style="color:red;">⓮</mark> **AI Namer**：只要點擊一次，即可變更 AI 分析資料後自動產生的欄位名稱。

<mark style="color:red;">⓯</mark> **Edit headers**：在將資料下載至試算表之前，直接編輯作為資料第一列（標題列）的標頭。

<mark style="color:red;">⓰</mark> **搜尋列（Search Bar）**：依關鍵字快速找到含有想要資料的分頁。


---

# 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://help.listly.io/docs/zh-hant/getting-started/result-page-features-zh-hant.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.
