# 실시간 데이터를 수집할 수 있나요?

아쉽게도 리스틀리로는 매분, 매초 실시간으로 변하는 데이터를 수집하기는 어렵습니다.\
하지만, 리스틀리 비즈니스 플랜에서 제공하 스케줄러 기능을 이용하시면 특정 요일, 특정 시간에 데이터를 수집해 제품 가격, 경쟁사 제품 모니터링 등의 업무에 적용해보실 수 있어요.\
리스틀리에서는 데이터 추출 작업 예약 시, 5분 간격으로 데이터를 추출하실 수는 있습니다.\
비트코인이나 NFT, 주식 차트 등 매분 실시간으로 변화하는 데이터를 수집하고 싶으시다면, 별도의 데이터 추출 프로그램을 개발하시는 것을 추천드립니다.


---

# 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/support/faq/features/undefined-1.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.
