# 리스틀리 이미지 다운로더는 무엇이 다른가요?

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

리스틀리 이미지 다운로더는 리스틀리를 통해 손쉽게 추출한 이미지 URL을 활용하여, 웹사이트에 진열된 이미지 순서와 동일하게 다운로드하거나 원하는 파일명으로 이미지를 대량으로 일괄 다운로드할 수 있습니다.

예를들어 웹사이트에 위와같이 제품 이미지가 순서대로 진열되어 있다고 가정해 보겠습니다. 이해를 돕기 위해 각 이미지에 순서 번호를 추가했습니다.

{% columns %}
{% column %}

#### 일반적인 이미지 다운로더&#x20;

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

대부분의 이미지 다운로더는 웹사이트에서 지정한 파일명을 그대로 사용합니다.\
이 파일명은 보통 알기 어려운 숫자나 영어 조합으로 이루어져 있는 경우가 많으며, 이름순 정렬 시 이미지 순서가 뒤죽박죽 섞이게 됩니다.
{% endcolumn %}

{% column %}

#### 리스틀리 이미지 다운로더

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

리스틀리 이미지 다운로더는 엑셀 파일을 기반으로 파일명을 설정하거나, 입력된 URL 순서에 맞춰 번호를 부여할 수 있습니다.\
이를 통해 데이터와의 매칭이 쉽고, 정리된 파일명으로 깔끔한 다운로드가 가능합니다.\
또한, 사용자의 편의를 위해 일반적인 이미지 다운로더에서 제공하는 원본 파일명 옵션 및 숫자만 부여하는 옵션이 마련되어 있습니다.
{% endcolumn %}
{% endcolumns %}

<br>


---

# 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/image-downloader/undefined.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.
