# 부분 추출 옵션

{% hint style="success" %}
[**부분 추출이란?**](/docs/ko/getting-started/listly-basics/parts-extraction.md)

**원하는 영역만 선택해 부분적으로 데이터를 추출**할 수 있는 기능입니다. 추출 데이터의 배열과 정확도를 높이고 싶을 때 사용해보세요.
{% endhint %}

> 부분 추출 시, 부분패널의 추출 옵션을 이용해 선택 영역에서 추출할 데이터를 세부적으로 지정할 수 있습니다.

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

**추출 옵션**

➊ Default (기본값) : 텍스트, 이미지 URL, 하이퍼링크 등기본 제공 정보를 그대로 추출합니다. 대부분의 경우 기본값만으로 충분합니다.

➋ Plain Text (순수 텍스트) : 텍스트만 추출하며, 링크나 이미지 URL은 제외됩니다.&#x20;

{% hint style="info" %}
예시: 이미지를 선택 시, 추출값 없음
{% endhint %}

➌ HTML Attribute (HTML 속성) : 요소에 부여된 속성(attribute)의 값을 추출합니다. 이미지 경로나 상품 정보가 속성에 저장된 경우 유용하며, 활용에는 기본적인 개발 지식이 필요합니다.

{% hint style="info" %}
예시: class="style-1", data-id="id-1"
{% endhint %}

➍ HTML Source (HTML 소스) : 선택한 요소의 HTML 코드를 그대로 추출합니다. 이후 개발자가 소스를 가공할 때 사용됩니다.

➎ Hyperlink : 텍스트나 이미지 등에 걸려 있는 하이퍼링크만 추출합니다.

➏ Image Link : 이미지 URL만 추출합니다.

❼ Numeric : 선택 영역 내의 숫자만 추출합니다.&#x20;

{% hint style="info" %}
예시: <mark style="color:$success;">특별 할인가 5,000원</mark> → <mark style="color:$success;">5,000</mark>
{% endhint %}

❽ Element Count : 선택한 요소의 개수를 숫자로 반환합니다. &#x20;

{% hint style="info" %}
예시: 36개 아이템 선택 → <mark style="color:$success;">36</mark>
{% endhint %}


---

# 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/listly-basics/parts-extraction-options.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.
