# 폴더 그룹 추출 - 비공개 페이지 추출하기

## 폴더 그룹 추출이란?

**개별 페이지에서 추출한 데이터를 한 폴더에 모아, 하나의 엑셀 파일로 내보내는 기능**입니다. 로그인이 필요하거나 URL을 입력해 해당 페이지에 직접 접근할 수 없는 경우, 그룹 추출이 어려운 경우에도 활용할 수 있습니다.

예를 들어 일반적인 공개 페이지는 그룹 추출을 통해 추출할 수 있지만, **로그인을 해야 접근할 수 있거나, URL 로 접근할 수 없는 비공개 페이지**의 경우에는 일반 그룹 추출로 추출할 수 없습니다. 이 경우, 폴더 그룹 추출 기능을 이용해 데이터를 추출할 수 있습니다.

{% hint style="success" %}
**대표적인 활용 사례**

* **비공개 페이지 ⇒ 폴더 그룹 추출**: 리스틀리가 직접 방문할 수 있는 공개 페이지(일반 그룹 추출)와 달리, 비공개 페이지는 리스틀리가 사용자를 대신해 직접 방문할 수 없습니다. 그렇기 때문에 사용자께서 직접 해당 페이지에 방문해 데이터를 추출하신 후에 그룹으로 묶어 추출할 수 있습니다.&#x20;
* [**탭스 추출**](/docs/ko/getting-started/listly-basics/tabs-parts-extraction.md): 여러 탭에서 동시에 추출한 데이터를 자동으로 폴더에 모아서 추출할 수 있습니다.
  {% endhint %}

{% hint style="info" %}
**초간단 따라하기**\
➡️ 직접 데이터 추출 ➡️ 폴더 그룹 만들기 ➡️ 추출한 데이터 폴더로 이동 ➡️ 폴더 그룹 다운로드&#x20;
{% endhint %}

***

## 사용방법&#x20;

{% stepper %}
{% step %}

### 로그인 후, 첫 번째 페이지를 추출하세요.

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

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

{% step %}

### 두번째, 세 번째, 네 번째 ... 이렇게 원하는 페이지까지 한 번에 한 페이지씩 추출하세요.

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

{% step %}

### <mark style="color:red;">**`폴더목록`**</mark>  →  <mark style="color:red;">**`추가`**</mark> 를 눌러 새 폴더를 만들어주세요.

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

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

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

{% step %}

### 방금 추출한 데이터를 선택 후 <mark style="color:red;">**`이동`**</mark> 을 눌러 새로 만든 폴더로 옮겨주세요.

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

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

{% step %}

### 추출한 결과 중 하나를 열어주세요.

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

{% step %}

### <mark style="color:red;">**`현재 URL`**</mark> 이라는 옵션을 <mark style="color:red;">**`폴더 그룹`**</mark> 으로 변경 후, 추출한 결과 중 하나를 열어주세요.

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

{% step %}

### 원하는 폴더 선택 후, <mark style="color:red;">**`엑셀`**</mark> 버튼을 눌러 다운로드하세요.

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

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

{% hint style="warning" %}
**유의사항**

* **서로 다른 구조**의 태스크가 섞여 있을 경우, **엑셀 파일이 올바르게 생성되지 않습니다**. 폴더 내에 포함된 모든 태스크는 반드시 **같은 구조**여야 합니다.
* 폴더는 다운로드용뿐 아니라 **데이터보드 정리용**으로도 활용할 수 있습니다.
  {% 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/ko/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.
