> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/docs/ja/getting-started/result-page-features.md).

# 結果ページの機能

データを抽出すると、自動的に移動するページです。結果ページでは、さまざまなデータダウンロードオプションを設定でき、*Business*を含む上位プランでは、グループ抽出などの高度な機能を利用できます。

<figure><img src="https://161576231-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FI8js41AfLS5QdXKB7e8A%2Fuploads%2FrYb8XdpLyoUkxea73Adz%2F13.%E1%84%80%E1%85%A7%E1%86%AF%E1%84%80%E1%85%AA%E1%84%83%E1%85%A6%E1%84%8B%E1%85%B5%E1%84%90%E1%85%A5-%E1%84%8B%E1%85%A7%E1%86%BC%E1%84%86%E1%85%AE%E1%86%AB.png?alt=media&amp;token=f493ec4b-607c-4fa1-8dc2-e17e379e406a" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">**➊**</mark> **+Group**：現在の結果をもとに連続するURLを追加して、グループ抽出を実行できます。（Businessプラン）

<mark style="color:red;">**➋**</mark> **Re-extract**：選択したタスクのデータを再抽出します。

<mark style="color:red;">**➌**</mark> **Browser Settings**：抽出したページに適用された設定を確認できます。クリックすると設定画面に移動します。

<mark style="color:red;">**➍**</mark> **Extraction Scope**：\*\*\[This page]**ボタンをクリックすると現在表示しているページを抽出でき、**\[Whole folder]\*\*ボタンをクリックすると、1つのフォルダにまとめられた複数のページを一度にすべて抽出できます。

<mark style="color:red;">**➎**</mark> **Google Sheets**：結果データをGoogle Sheetsにエクスポートします。

<mark style="color:red;">**➏**</mark> **Excel**：結果データをExcelファイルとしてダウンロードします。

<mark style="color:red;">**➐**</mark> **Data Layout Option**：データをスプレッドシートにダウンロードする際、データの並べ方を\[One row per item]または\[One row per page]から選べます。

<mark style="color:red;">**➑**</mark> **Data Options**：列の自動整理、列名の変更、ハイパーリンクのダウンロードを設定できます。

<mark style="color:red;">**➒**</mark> **Hide Empty Columns**：スライダーでしきい値（0〜100%）を調整し、空白セルの割合が高い列を自動的に削除できます。

<mark style="color:red;">**❿**</mark> **API**：APIを使って、データをJSONまたはCSV形式でエクスポートできます。

<mark style="color:red;">**⓫**</mark> **Hook**：抽出が完了したあと、結果をユーザーが指定した場所に通知します。

<mark style="color:red;">**⓬**</mark> **Search Bar**：キーワードをもとに、目的のデータが含まれるタブをすばやく見つけられます。

<mark style="color:red;">⓭</mark> **Share**：抽出したデータを共有できます。

<mark style="color:red;">⓮</mark> **AI Namer**：AIがデータを分析して自動生成した列名を、ワンクリックで変更できます。

<mark style="color:red;">⓯</mark> **Edit Headers**：データをスプレッドシートにダウンロードする前に、データの1行目（見出し行）として使われるヘッダーをその場で編集できます。

<mark style="color:red;">⓰</mark> **Search Bar**：キーワードをもとに、目的のデータが含まれるタブをすばやく見つけられます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.listly.io/docs/ja/getting-started/result-page-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
