# 設定 - 自動クリック

## 自動クリックとは？

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

抽出したいページでより多くの商品情報を表示するために、**ボタンを繰り返しクリックする必要がある場合**に使用する機能です。

{% hint style="info" %}
**クイックガイド**

➡️ データ抽出 ➡️ 設定 ➡️ 自動クリックする要素（CSSセレクタ）を入力 ➡️ 自動クリックオプションを選択 ➡️ 保存 ➡️ データ再抽出
{% endhint %}

***

## 使い方

{% stepper %}
{% step %}

#### 目的のページを抽出します。

<figure><img src="/files/31939ea26e381dcbb023816d375fed9a0662b771" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 結果画面で 抽出するデータ領域を選択した後、ブラウザ設定エリアをクリックします。

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

{% step %}

#### 抽出したWebページから［もっと見る］ボタンのCSSセレクタ値をコピーします。

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

{% hint style="info" %}
**参考**：[CSSセレクタ値の取得方法](https://help.listly.io/docs/ja/~/revisions/wORv0XBMBG67fxRViYaJ/getting-started/extension-features/css-selector)
{% endhint %}
{% endstep %}

{% step %}

#### 設定画面の自動クリックする要素にCSSセレクタ値を貼り付け、その他のオプションを選択した後、**保存**してください。

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

**➊ 自動クリックする要素（CSSセレクタ）**：もっと見るボタンのCSSセレクタ値を入力する欄です。

**➋ 繰り返し回数**：該当ボタンを何回クリックするか設定します。例えば「10回」に指定すると、「もっと見る」ボタンを10回クリックした分のデータを取得します。

**➌ 待機時間**：ボタンクリック後、何秒待つか設定します。ページの読み込み速度に合わせて余裕を持って設定してください。

**➍ 実行時間**：上記の設定値を基準に予想される抽出時間を表示します。ただし、最大実行時間は10分で、これを超えると抽出が自動的に中断される場合がありますので、10分以内に終わるよう繰り返し回数を適切に設定してください。
{% endstep %}

{% step %}

#### **再抽出**ボタンをクリックします。

<figure><img src="/files/30b185390bd484ea5638be9c5e9cf034afc6bccd" 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/databoard-features/settings-auto-click.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.
