> 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/support/faq/scraping-errors/timeoutexception-..md).

# TimeoutException 에러가 나타납니다.

{% hint style="warning" %}
**TimeoutException 에러**는 <mark style="color:red;">추출 작업 시간이 오래 걸리는 경우</mark>에 나타나는 에러 메시지입니다. 리스틀리 추출 작업은 최대 10분까지만 실행되도록 제한되어 있기 때문에 아래와 같은 이유로 데이터 추출 작업 시간이 오래 걸릴 경우 해당 에러가 발생할 수 있습니다.

1. 한 페이지 안에 너무 많은 데이터가 있는 경우 (예: 1만여 개 이상의 아이템이 있는 경우)
2. 자동 스크롤 횟수를 너무 높게 설정하는 경우 (예: 자동스크롤 300회)
3. 자동 클릭 횟수를 너무 높게 설정하는 경우 (예: 자동 클릭 300회)
   {% endhint %}

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

{% hint style="success" %}
**👉 해결 방안**\
자동 스크롤, 자동 클릭을 설정 시, 아래와 같은 경고 메시지가 뜬다면 데이터 추출에 실패할 확률이 높습니다. 경고 메시지가 나타나지 않는 값으로 설정해주세요. 예를 들어, 자동클릭/자동스크롤 횟수를 줄이거나, 한 번에 3,000개의 데이터 수집을 할 예정이라면 1,000건 씩 3번 걸쳐 데이터 수집하는 방향으로 설정해보실 수 있습니다.
{% endhint %}


---

# 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/support/faq/scraping-errors/timeoutexception-..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.
