# パーツオプション

{% hint style="success" %}
[**部分抽出とは？**](https://help.listly.io/docs/ja/~/revisions/8HYcVPKMxph0gzWRX4MW/getting-started/extension-features/parts)

**目的の特定領域のみを選択してデータを抽出します。** 抽出データの配列と精度を向上させたい場合に使用します。
{% endhint %}

> Parts抽出中、Partsパネルの抽出オプションを使用して、選択した領域から抽出するデータを正確に指定できます。

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

## 抽出オプション

{% stepper %}
{% step %}

### デフォルト

テキスト、画像URL、ハイパーリンクなど、提供されている情報をそのまま抽出します。ほとんどの場合、デフォルトオプションで十分です。
{% endstep %}

{% step %}

### プレーンテキスト

リンクや画像URLを除き、テキストのみを抽出します。

{% hint style="info" %}
例：画像を選択した場合、抽出値なし
{% endhint %}
{% endstep %}

{% step %}

### HTML属性

要素の属性から値を抽出します。画像パスや商品情報が属性に保存されている場合に便利です。効果的に使用するには、基本的な開発知識が必要です。

{% hint style="info" %}
例：class="style-1"、data-id="id-1"
{% endhint %}
{% endstep %}

{% step %}

### HTMLソース

選択した要素のHTMLコードをそのまま抽出します。開発者が後でソースを処理する必要がある場合に使用します。
{% endstep %}

{% step %}

### ハイパーリンク

テキストや画像に添付されたハイパーリンクのみを抽出します。
{% endstep %}

{% step %}

### 画像リンク

画像URLのみを抽出します。
{% endstep %}

{% step %}

### 数値

選択した領域から数字のみを抽出します。

{% hint style="info" %}
例：<mark style="color:$success;">特別割引価格 5,000 KRW</mark> → <mark style="color:$success;">5,000</mark>
{% endhint %}
{% endstep %}

{% step %}

### 要素数

選択した要素の数を数値で返します。

{% hint style="info" %}
例：36個のアイテムが選択されました → <mark style="color:$success;">36</mark>
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/ja/getting-started/extension-features/parts-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.
