# Folder Group Extraction

## What is Folder Group Extraction?

**A feature that gathers data extracted from individual pages into one folder and exports it as a single Excel file.** You can use this even when group extraction is difficult—such as when pages require login or can't be directly accessed by entering a URL.

For example, while regular public pages can be extracted through group extraction, **private pages that require login or can't be accessed via URL** cannot be extracted using regular group extraction. In these cases, you can extract data using the folder group extraction feature.

{% hint style="success" %}
**Common Use Cases**

* **Private pages ⇒ Folder group extraction**: Unlike public pages that Listly can visit directly (regular group extraction), Listly cannot visit private pages on your behalf. Therefore, you need to visit those pages yourself to extract data, then group them together for extraction.
* [**Tabs Extraction**](/getting-started/extension-features/tabs-parts.md): Automatically collect and extract data extracted simultaneously from multiple tabs into a folder.
  {% endhint %}

{% hint style="info" %}
**Quick Start**&#x20;

➡️ Extract data manually ➡️ Create folder group ➡️ Move extracted data to folder ➡️ Download folder group
{% endhint %}

{% stepper %}
{% step %}

### Log in and extract the first page.

<figure><img src="/files/21f497b136ee22bf6b98b5d9d31b2fad1b845d68" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5a122eabe7be08c6d031210097ddb0fd2a686a8f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Extract the second, third, fourth... pages one at a time until you reach your desired page.

<figure><img src="/files/c72c5f9a1e43018de9ea2dfea27d2031e7ab716c" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click <mark style="color:red;">Folder List</mark> → <mark style="color:red;">Add</mark> to create a new folder.

<figure><img src="/files/482f219a14694d34d5ed72342ae43a0743180914" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/d3bf6e78514bece486db83292db8f4f499309561" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/d3fffe3743fa5157182e2d65ef02e1b2339c1ce4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select the data you just extracted and click <mark style="color:red;">Move</mark> to transfer it to the newly created folder.

<figure><img src="/files/54b123a23ddb43fa72fc0451f2916b419f50470c" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4a904a40e44d028dc3d12fc66b41fdd8e99f369a" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Open one of the extracted results.

<figure><img src="/files/2e5b04d16ade6926673e1f291b0a8f4a586f600e" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Change the <mark style="color:red;">Current URL</mark> option to <mark style="color:red;">Folder Group</mark>.

<figure><img src="/files/78271e949d0621789de3a847ea994d47e70c66ef" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select your desired folder, then click the <mark style="color:red;">Excel</mark> button to download.

<figure><img src="/files/693c973f22762c2c4453a7da8d2284eb90d04cfc" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2a7bdea4488761b2f8ccd6a5810002f9e21c7b60" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
**Important Notes**

* If tasks with **different structures** are mixed together, **the Excel file will not be generated correctly**. All tasks within a folder must have the **same structure**.
* Folders can be used not only for downloads but also for **organizing your 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/getting-started/databoard-features/folder-group-extraction.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.
