# 设置 - 文件夹

## 什么是文件夹批量提取？

**这是一项将从各个页面提取的数据收集到一个文件夹中，并导出为单个 Excel 文件的功能。** 即使在批量提取困难的情况下也可以使用——例如当页面需要登录或无法通过输入 URL 直接访问时。

例如，虽然常规公开页面可以通过批量提取进行提取，但**需要登录或无法通过 URL 访问的私有页面**不能使用常规批量提取进行提取。在这些情况下，您可以使用文件夹批量提取功能来提取数据。

{% hint style="success" %}
**常见使用场景**

* **私有页面 ⇒ 文件夹批量提取**：与 Listly 可以直接访问的公开页面（常规批量提取）不同，Listly 无法代替您访问私有页面。因此，您需要自己访问这些页面来提取数据，然后将它们分组在一起进行提取。
* [**Tabs 提取**](https://help.listly.io/docs/zh-hans/~/revisions/tiYK4rLJTNeRmy7T4oe0/getting-started/extension-features/tabs-parts)：自动将从多个标签页同时提取的数据收集到一个文件夹中进行提取。
  {% endhint %}

{% hint style="info" %}
**快速入门**

➡️ 手动提取数据 ➡️ 创建文件夹组 ➡️ 将提取的数据移动到文件夹 ➡️ 下载文件夹组
{% endhint %}

{% stepper %}
{% step %}

#### 登录并提取第一个页面。

![image](/files/c8b4540903f6acea431b2fc8c313f3e27dfd102e)

![image](/files/3c77cdc5d24eeefb784575a0613fcda887facfa6)
{% endstep %}

{% step %}

#### 逐个提取第二、第三、第四……页面，直到到达您想要的页面。

![image](/files/15dfb7413e4d5fcf6059591e63bbed4b1f3e5f93)
{% endstep %}

{% step %}

#### 点击 `Folder List` → `Add` 创建新文件夹。

![image](/files/90a8f574afa1c1c1c07694bbc2710fc6b6f1016d)

![image](/files/9081bca2f29597e40ee0d0633946d3a7fb396fbe)

![image](/files/43003963d21ca564d0327f6a2a3f3201e77e7706)
{% endstep %}

{% step %}

#### 选择刚刚提取的数据，然后点击 `Move` 将其转移到新创建的文件夹。

![image](/files/697ca42ed685f62e4271c429ddea3fd84a8a4fce)

![image](/files/37a675b07f313ff4748b85d6310bf38dec997375)
{% endstep %}

{% step %}

#### 打开其中一个提取结果。

![image](/files/2e640dbd894f6fbe08349f1220fb87c13aada025)
{% endstep %}

{% step %}

#### 将 `Current URL` 选项更改为 `Folder Group`。

![image](/files/bf96b6bbc8799c4e26b16674bc1b533bf11c5cf7)
{% endstep %}

{% step %}

#### 选择您想要的文件夹，然后点击 `Excel` 按钮下载。

![image](/files/d5627c3f316b1ffc642317f1abe32135203c37e8)

![image](/files/72c133698d697a98dde5697f4b1cfa7e87b2d372)
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**重要提示**

* 如果**结构不同**的任务混合在一起，**Excel 文件将无法正确生成**。文件夹中的所有任务必须具有**相同的结构**。
* 文件夹不仅可以用于下载，还可以用于**整理您的 Databoard**。
  {% endhint %}


---

# 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.listly.io/docs/zh-hans/getting-started/databoard-features/she-zhi-wen-jian-jia.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.
