> 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-hans/getting-started/extension-features/whole.md).

# 整页提取 (Extract Whole)

## 什么是整页提取（Extract Whole）？

只需点击一次，就能提取画面上所有可见信息的功能。Listly 会自动分析网页并推荐最佳的数据模式。当您想**简单又快速地**提取数据时，请使用整页提取（Extract Whole）。

{% hint style="success" %}
**快速上手**

➡️ 在目标页面点击 Listly 图标 ➡️ 选择整页提取（Extract Whole） ➡️ 在结果中选择要提取的标签页\
➡️ 下载您的数据
{% endhint %}

## 使用方法

{% stepper %}
{% step %}

#### 在目标页面点击 Listly 图标并选择“整页提取（Extract Whole）”

在已[安装 Listly](https://help.listly.io/docs/zh-hans/~/revisions/RYp912jH5TvUEWfPbxmm/getting-started/quick-start-guide/how-to-install-listly) 的浏览器中打开想提取数据的网页，接着点击 Listly 图标 → **选择 \[整页提取（Extract Whole）] 按钮**。

<figure><img src="https://5118966-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLlkvcuviCyyU871Augk5%2Fuploads%2FsYzI2xXSR5MdXVfpAzo4%2Fimage.png?alt=media&amp;token=02e57446-bcf2-4776-a4a6-7bff3cc7c657" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 前往结果页面

点击按钮后，无需任何额外设置，约 1～3 秒便会带您前往结果页面。在下方的预览标签页确认要提取的数据后，点击 \[**Excel**] 或 \[**Google Sheets**] 按钮导出数据。

<figure><img src="https://5118966-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLlkvcuviCyyU871Augk5%2Fuploads%2F0G5ZguhbBtAgXvO4nmIl%2Fimage.png?alt=media&amp;token=d3bba98e-7629-4162-bc16-7d68e413a534" alt=""><figcaption></figcaption></figure>

→ [进一步了解数据下载选项](https://help.listly.io/docs/zh-hans/~/revisions/RYp912jH5TvUEWfPbxmm/getting-started/result-page-features/data-options)
{% endstep %}

{% step %}

### 将您的数据下载为 Excel

您提取的数据会如下所示保存为 Excel。

<figure><img src="https://5118966-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLlkvcuviCyyU871Augk5%2Fuploads%2FUnPOZGT49Cjxg1lY5Unm%2Fimage.png?alt=media&amp;token=1c19c950-a007-4b6e-9e01-bd6fefb2fec2" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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-hans/getting-started/extension-features/whole.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.
