# 설정 - 자동 스크롤

## 자동 스크롤이란?

추출하려는 페이지에서 더 많은 상품 정보를 보기 위해 **스크롤바를 반복해서 내려야 할 때 사용**하는 기능입니다.

{% hint style="info" %}
**초간단 따라하기**\
➡️ 데이터 추출 ➡️ 데이터보드 설정 ➡️ 자동 스크롤 옵션 선택 ➡️ 저장하기 ➡️ 데이터 재추출
{% endhint %}

***

## 사용방법&#x20;

{% stepper %}
{% step %}

### 원하는 페이지에서 데이터를 추출하세요. (부분 추출 추천)

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

{% step %}

### 데이터보드로 이동해주세요.

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

{% step %}

### <mark style="color:red;">**`설정`**</mark> 아이콘을 클릭하세요.

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

{% step %}

### 자동 스크롤 옵션을 선택하고 저장하세요.

* **반복할 횟수**: 스크롤 내리기 동작을 몇 번 반복하실 건가요?
* **클릭 후 대기**: 스크롤을 내릴 때마다 몇 초간 대기하실 건가요?&#x20;

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

{% step %}

### <mark style="color:red;">**`재추출`**</mark> 버튼을 눌러 데이터를 다시 추출해주세요.

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

***

## 자동 스크롤 관련 자주 묻는 질문

<details>

<summary>일부 페이지에서 자동 스크롤이 잘 동작하지 않아요.</summary>

* **스크롤 후 대기 시간을 조금 더 길게 설정해보세요.**\
  자동 스크롤은 수집하는 페이지 속도에 영향을 많이 받습니다. 유튜브의 경우, 댓글을 추가로 불러올 때 걸리는 시간이 1회당 5초 이상인 경우도 있습니다. 스크롤 후 대기하는 시간을 조금 더 길게 설정하시면 원하는 데이터를 모두 받아보실 수 있는 가능성이 훨씬 높아집니다.&#x20;

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

* **실행 시간이 최대 10분으로 제한되어 있어요.**\
  리스틀리가 사용자를 대신해 데이터를 추출해오는 기능들은 <mark style="color:red;">**`최대 10분`**</mark> 까지만 실행 가능하기 때문에, 너무 많은 스크롤 횟수와 지나치게 긴 대기 시간을 설정하면 **실행 시간 제한으로 인해 데이터 추출 자체가 실패**하게 됩니다. 설정 시, 아래의 경고가 나타나지 않도록 반복할 횟수와 스크롤 후 대기 값을 **적당하게 설정해주세요.** 예상 시간은 추출하는 웹 사이트의 서버, 네트워크 상황에 따라 실제 시간과 다를 수 있습니다.

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

</details>


---

# 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/settings-auto-scroll.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.
