> 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/ko/getting-started/listly-basics/parts-extraction-1.md).

# 더 많은 데이터 불러오기

## '더 많은 데이터 불러오기'란?&#x20;

현재 페이지에 아직 표시되지 않은 데이터를 추가로 불러온 뒤 추출할 수 있는 기능입니다.

스크롤을 내려야 데이터가 더 나타나거나, 다음 페이지·더보기 버튼을 눌러야 추가 항목이 표시되는 페이지에서 사용할 수 있습니다. 부분 추출이나 주소 선택 시 이 옵션을 설정하면, 브라우저가 지정한 방식으로 데이터를 먼저 불러온 후 추출을 진행합니다.

***

## 사용방법

{% stepper %}
{% step %}

### 추출할 영역 선택하기

부분 추출 또는 주소 선택을 시작한 뒤, 수집하려는 데이터 영역을 선택합니다.\
선택 영역이 등록되면, 사이드 패널 하단의 **더 많은 데이터 불러오기 옵션이 토글을 켤 수 있는 상태로 활성화**됩니다.

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

{% step %}

### 더 많은 데이터 불러오기 옵션 활성화

토글 버튼을 클릭해 옵션을 활성화한 후 **\[다음]** 버튼을 클릭하세요.

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

{% step %}

### 데이터 불러오기 방법 선택하기

페이지에서 추가 데이터가 표시되는 방식에 맞게 불러오기 방법을 선택합니다.

1. **스크롤로**\
   아래로 스크롤할 때 새로운 데이터가 계속 나타나는 페이지에서 사용합니다. 리스틀리가 페이지를 아래로 내려 추가 데이터를 불러옵니다.
2. **더보기 버튼&#x20;**<mark style="color:$success;">**(곧 지원)**</mark>\
   더보기 버튼을 클릭할 때 새로운 항목이 나타나는 페이지에서 사용합니다.
3. **버튼·번호로&#x20;**<mark style="color:$success;">**(곧 지원)**</mark>\
   다음 버튼이나 페이지 번호를 눌러 다음 목록으로 이동하는 페이지에서 사용합니다. 페이지에 맞는 방식을 설정한 뒤 추출을 진행하면, 추가 데이터를 불러오면서 선택한 항목을 계속 수집합니다.

*<mark style="color:$danger;">현재는</mark> <mark style="color:$danger;"></mark><mark style="color:$danger;">**스크롤 방식**</mark><mark style="color:$danger;">을 사용할 수 있으며, 더보기 버튼과 페이지 이동 방식은 추후 지원될 예정입니다.</mark>*

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

{% endstep %}
{% endstepper %}

## 스크롤

{% stepper %}
{% step %}

### ‘스크롤’ 옵션 선택

**\[스크롤로]** 옵션을 선택하면 수집할 아이템 개수를 설정하는 창이 나타납니다. 원하는 개수를 선택하거나 직접 입력한 후 **\[추출 시작]** 버튼을 클릭합니다.

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

{% step %}

### 추출시작

리스틀리가 입력한 아이템 개수만큼 페이지를 스크롤하며 데이터를 수집합니다. **추출중에는 창을 나가지 마시고 유지해주세요.**

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

{% step %}

### 수집완료

수집이 완료되면 **\[결과보기]** 버튼을 클릭합니다.

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

{% step %}

### 결과확인

결과를 확인한 후 엑셀 버튼을 클릭하여 데이터를 저장합니다.

<figure><img src="/files/9Sgp3nFUCjk1oUXbQOAJ" 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/ko/getting-started/listly-basics/parts-extraction-1.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.
