# 設定 - デバイスタイプ

> モバイルページを繰り返し抽出したい場合に使用します。

{% hint style="info" %}
**超簡単ガイド**

**基本的なモバイルページ抽出**\
Chrome F12（開発者モード）➡️ Ctrl+Shift+M ➡️ 左上のResponsiveをモバイルデバイスに変更 ➡️ アドレスバーにモバイルURLを入力して接続 ➡️ WHOLE抽出

**繰り返しモバイルページ抽出の場合**\
DATABOARD ➡️ 設定アイコンをクリック ➡️ デバイスタイプをモバイルに変更 ➡️ スケジューラーを設定
{% endhint %}

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

***

## 使い方

### <例1> モバイルページにアクセスしてLISTLYで抽出

通常のPCでOlive Youngモバイルページ（下記左）にアクセスしてデータを抽出すると、自動的にデスクトップページ（下記右）にリダイレクトされます。アドレスバーを確認すると、URLも自動的に変更されていることがわかります。

{% columns %}
{% column %}
モバイルページ：<https://m.oliveyoung.co.kr/m/main/main.do>

<figure><img src="/files/eecf4d8858ac232812061d61d93e42653ef64def" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}
デスクトップページ：<https://www.oliveyoung.co.kr/store/main/main.do>

<figure><img src="/files/8ce4985eab925cdd73ff6794d6000c8c276489d2" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% stepper %}
{% step %}

### Chromeブラウザのモバイルページで F12 または Ctrl+Shift+i を押す

Macの場合、option+command+iを押して開発者モードウィンドウを開きます。

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

{% step %}

### ショートカット Ctrl+Shift+M を押す

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

{% step %}

### 左のウェブページ上部のResponsiveをクリックして、目的のモバイルデバイスを選択

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

{% step %}

### アドレスバーに目的のモバイルURLを再入力してアクセス

モバイルページ：<https://m.oliveyoung.co.kr/m/main/main.do>

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

{% step %}

### LISTLYの `Whole` で抽出（Partsは動作しません）

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

### <例2> モバイルページ抽出のスケジュール設定

上記の設定で、モバイルページを抽出できますが、繰り返し抽出したい場合は、デバイスタイプをデスクトップ（デフォルト）からモバイルに変更してから、スケジューラーを設定する必要があります。

{% stepper %}
{% step %}

### Databoard → 設定アイコンをクリック → デバイスタイプをクリック

デバイスタイプをモバイルに変更し、設定を保存します。

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

{% step %}

### Databoardのスケジュールボタンをクリックしてスケジュールを設定

<figure><img src="/files/332bb91d8e03b97371cc43319ba9eaeb447b3904" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/98a4a43ad75be9dd5ec3004e71971fac2b4da237" 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-device-type.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.
