# パーツ選択

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

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

## 使い方

{% stepper %}
{% step %}

#### 個別に目的の領域を選択

Parts抽出では、複数のデータ抽出領域を選択し、一度にすべてを抽出できます。

以下の例のように、商品名、レビュー、価格、型番など、必要なセクションを個別にクリックします。選択した各領域はパネルに個別に登録されます。\*\*\[Run Listly]\*\*ボタンをクリックした後、選択したすべての領域を同時に抽出できます。

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

例の画像のように選択して抽出すると、以下のように個別に選択した領域の情報が抽出されたことが確認できます。

<figure><img src="/files/96a0c70ba8e9d46dc4898721a5a99d938e4bef6c" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 繰り返し領域を同時に選択（繰り返し要素の自動選択）

**ワンクリックで繰り返し領域を自動選択できます。**

以下の例のように、ウェブページ上の特定の要素をクリックし、次に最初の要素と繰り返される別の要素をクリックすると、そのページ上の同じ階層構造を持つすべてのデータが自動的に選択されます。

<figure><img src="/files/11300948042b1227b20f09c0e5539423c4ec101d" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
以下のように、同じ階層構造が1つの領域として認識され、サイドパネルに記録されます。 （画像の色は理解しやすくするために異なって表示されています。）
{% endhint %}

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

「繰り返し領域を同時に選択」メソッドを使用して目的の領域を選択し、抽出ボタンをクリックすると、以下のようにデータを抽出できます。単一ページ上の繰り返し画像やブランド名も簡単に収集できます。

<figure><img src="/files/29343a459d0aab45c691718d15a7a9c7ed2bb0da" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 繰り返し要素の自動選択（アイテムボックス単位の選択）

アイテムボックス単位で繰り返し要素を自動選択することもできます。最初のボックスを選択してから連続する2番目のボックスを選択すると、同じ構造を持つすべてのアイテムを一度に選択できます。**ただし、この場合、抽出結果の精度が相対的に低くなる可能性があるため、「最大アイテム単位」で選択することをお勧めします。**

<figure><img src="/files/0d74298cf63f9d0e5376ebb3dce99a7f90c5ddd3" alt=""><figcaption></figcaption></figure>

特定のアイテムボックス内の詳細要素（テキスト、画像など）を選択した後、**⬆️上矢印**を繰り返しクリックして、アイテムボックスより大きなボックス全体に選択領域を徐々に拡大します。

<figure><img src="/files/500efe7c93088c20784a9076a2d7037446ef859e" alt=""><figcaption></figcaption></figure>

この状態で⬇️下矢印を1回クリックすると、「最大アイテムボックス単位」を指定できます。

他のアイテムでも同じ方法で「最大アイテム単位」を指定すると、ウェブページ上の同じ構造を持つすべてのアイテムを自動的に選択できます。
{% 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-selection.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.
