# データ配置

## データ整列オプションとは？

データ整列オプションは**グループ抽出、タブス抽出など複数ページを一度に抽出して1つのファイルにエクスポートする際に設定できる機能**です。データをどのように活用するかによって、個別ページの結果をカード単位で配列するか、タブ単位で配列するかを選択できます。

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

{% hint style="info" %}
データ整列は\[ダウンロードオプション]の1つであり、**使用量とは無関係**です。2つの方式を直接選択して試しながら、希望する結果が出る方を自由に選択してください。
{% endhint %}

***

## カード vs タブの概念を理解する <a href="#tab-vs-card" id="tab-vs-card"></a>

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

* **カード（Card）**：Listlyが発見したデータ単位領域です。カード1つは**Excelの1行**として保存されます。シングルタスクで上記の結果をそのままダウンロードする場合、カードが30個なら Excelに30行が生成されます。
* **タブ（Tab）**：複数のカードが集まっている上位区間です。

この概念は各タスクに適用され、グループ抽出やタブス抽出のように複数のURLの結果が統合される際、データ整列の基準として使用されます。

***

## オプション別の例を知る

{% stepper %}
{% step %}

### カード1個ずつ1行に入れる

<figure><img src="/files/515135eb02fb2e60906ed94f1ee3db99843afb97" alt=""><figcaption></figcaption></figure>

各URLで選択したデータタブ内に**2つのカード**があった場合、URL 3個を抽出すると合計**6行（2×3）のデータ**が生成されます。\
つまり、**各カードが独立した行として記録**されるため、ショッピングモールの「リストページ」のように1つのタブ内に**複数のアイテム情報が含まれている**場合に適しています。
{% endstep %}

{% step %}

### タブ1個ずつ1行に入れる

<figure><img src="/files/2c53059269280ca355500a9aff59bb8db94be287" alt=""><figcaption></figcaption></figure>

各URLのデータタブ内のカードをすべて1行に配置します。したがって、URL 3個を抽出してこのオプションを選択すると、最終Excelファイルには URL数と同じく合計**3行**のみが生成されます。

つまり、**各ページがExcelの1行として記録**されるため、ショッピングモールの「詳細ページ」のように1つのタブ内に1つのアイテム情報のみがある場合に適しています。

<figure><img src="/files/e6729b02c819c3b9e5c5245a41526adb4a116ffb" alt=""><figcaption></figcaption></figure>
{% 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/result-page-features/data-arrangement.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.
