# Japanese Website Content Crawler for RAG (`nezha/website-content-crawler-japan`) Actor

日本語のドキュメント、ヘルプセンター、ブログ、製品サイトをクロールし、RAG、ベクトルDB、LLMアプリ、社内検索に使いやすいMarkdown、テキスト、HTMLとして抽出します。

- **URL**: https://apify.com/nezha/website-content-crawler-japan.md
- **Developed by:** [nezha](https://apify.com/nezha) (community)
- **Categories:** AI, Developer tools, SEO tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.001 / result

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Japanese Website Content Crawler for RAG

日本語のドキュメント、ヘルプセンター、ブログ、製品サイトをクロールし、RAG、ベクトルDB、LLMアプリ、社内検索に使いやすいMarkdown、テキスト、HTMLとして抽出します。

### 出力プレビュー

Datasetには、各ページの本文、構造情報、クロールメタデータが保存されます。

| URL | Title | Format | Words | Language | Depth |
| --- | --- | --- | --- | --- | --- |
| `/resources/introduction-to-web-accessibility-guidebook` | ウェブアクセシビリティ導入ガイドブック | markdown | 2430 | ja | 0 |
| `/resources/standard-guidelines` | 標準ガイドライン | markdown | 1180 | ja | 1 |
| `/policies` | 政策 | markdown | 940 | ja | 1 |

主なフィールド:

- `url`, `title`, `description`, `canonicalUrl`
- `content`, `markdown`, `text`, `html`, `cleanHtml`
- `headings`, `wordCount`, `language`, `depth`, `httpStatusCode`, `crawledAt`
- `OUTPUT_SUMMARY`, `FAILED_PAGES`, `SKIPPED_PAGES`, `CLEAN_HTML_INDEX`

### このActorでできること

- 日本語サイトをMarkdown、プレーンテキスト、クリーンHTMLに変換
- sitemapまたは開始URLからページを探索
- 開始URLと同じドメイン、同じパス配下だけにクロール範囲を制限
- PDF、画像、動画、Officeファイル、アーカイブなど非HTMLファイルを自動除外
- 失敗ページ、スキップページ、実行サマリーをKey-value storeに保存
- RAG、チャンク分割、埋め込み、AIナレッジベース、社内検索に使いやすい形で出力

### すぐに試す

1. **日本語サイト、ドキュメント、ヘルプセンターのURL** に対象URLを入れます。
2. 初回は `maxPages: 3`、`crawlMode: auto`、`outputFormat: markdown` のまま実行します。
3. Datasetと `OUTPUT_SUMMARY` を確認します。
4. 出力が期待通りなら `maxPages` を増やして本番クロールに進みます。

`auto`モードは最初にsitemapを試し、対象ページが見つからない場合は開始URLからリンクをたどります。

### コストと実行サイズ

`maxPages` が実行時間とコストを調整する主な項目です。デフォルトの3ページは高速プレビュー用です。大規模なドキュメントサイトやヘルプセンターでは、sitemap、`sameDomainOnly`、URLフィルタを組み合わせて、検索ページ、ログインページ、タグページ、ダウンロードページを避けてください。

### 主なユースケース

**日本語ドキュメントをRAGへ**  
製品ドキュメント、APIドキュメント、技術ガイドをMarkdownまたはHTMLで抽出し、チャンク分割、埋め込み、検索に渡せます。

**ヘルプセンターをAIサポートに取り込む**  
FAQやサポート記事をテキスト化し、社内検索、サポートAI、問い合わせ支援に利用できます。

**ブログや製品ページをナレッジベース化**  
記事、ガイド、製品ページをタイトル、見出し、canonical URL、本文と一緒に保存できます。

**日本語サイトをMarkdownに変換**  
手作業のコピー&ペーストではなく、再実行できるワークフローとしてMarkdownを生成できます。

### 完全なJSON例

<details>
<summary>JSONレコード例を見る</summary>

```json
{
  "url": "https://www.digital.go.jp/resources/introduction-to-web-accessibility-guidebook",
  "title": "ウェブアクセシビリティ導入ガイドブック",
  "description": "ウェブアクセシビリティの導入に関するガイドブックです。",
  "content": "### ウェブアクセシビリティ導入ガイドブック\nこのページでは...",
  "contentFormat": "markdown",
  "markdown": "### ウェブアクセシビリティ導入ガイドブック\nこのページでは...",
  "text": "ウェブアクセシビリティ導入ガイドブック このページでは...",
  "html": "<h2>ウェブアクセシビリティ導入ガイドブック</h2><p>このページでは...</p>",
  "cleanHtml": "<h2>ウェブアクセシビリティ導入ガイドブック</h2><p>このページでは...</p>",
  "canonicalUrl": "https://www.digital.go.jp/resources/introduction-to-web-accessibility-guidebook",
  "headings": [
    "ウェブアクセシビリティ導入ガイドブック",
    "概要",
    "対象読者"
  ],
  "wordCount": 2430,
  "language": "ja",
  "depth": 0,
  "httpStatusCode": 200,
  "crawledAt": "2026-05-22T12:34:56.000Z"
}
````

</details>

### 入力例

#### 例1: 高速Markdownプレビュー

```json
{
  "startUrls": [
    {
      "url": "https://www.digital.go.jp/resources/introduction-to-web-accessibility-guidebook"
    }
  ],
  "maxPages": 3,
  "crawlMode": "auto",
  "sitemapUrls": [
    "https://www.digital.go.jp/sitemap.xml"
  ],
  "outputFormat": "markdown",
  "maxDepth": 1,
  "sameDomainOnly": true,
  "saveCleanHtml": false
}
```

#### 例2: 開始URLからリンクをたどる

```json
{
  "startUrls": [
    {
      "url": "https://www.digital.go.jp/resources/introduction-to-web-accessibility-guidebook"
    }
  ],
  "maxPages": 10,
  "crawlMode": "website",
  "outputFormat": "text",
  "maxDepth": 1,
  "sameDomainOnly": true
}
```

#### 例3: sitemapから広めに抽出する

```json
{
  "startUrls": [
    {
      "url": "https://www.digital.go.jp/"
    }
  ],
  "maxPages": 20,
  "crawlMode": "sitemap",
  "sitemapUrls": [
    "https://www.digital.go.jp/sitemap.xml"
  ],
  "outputFormat": "markdown",
  "sameDomainOnly": true,
  "saveCleanHtml": false
}
```

### APIからの実行

このActorはApify API、Apify Python client、Apify JavaScript clientから実行できます。

- API reference: [Apify API](https://docs.apify.com/api/v2)
- Client docs: [Apify clients](https://docs.apify.com/api/client)

# Actor input Schema

## `startUrls` (type: `array`):

Markdown、テキスト、HTMLに変換したい日本語ページまたはセクションを貼り付けます。ドキュメントのトップ、ヘルプセンターのカテゴリ、ブログ一覧、製品サイトの一部などを指定できます。Target scope onlyがオンの場合、URLのパスもクロール範囲に使われます。

## `maxPages` (type: `integer`):

Datasetに保存する最大ページ数です。最初は高速プレビュー用に3のまま実行し、出力を確認してから増やしてください。実行時間とコストを調整する一番重要な項目です。

## `crawlMode` (type: `string`):

Autoはまずsitemap URLを使って高速にページを探し、対象ページが見つからない場合は開始URLからリンクをたどります。セクション単位でクロールしたい場合はWebsite links、sitemapだけに限定したい場合はSitemap onlyを選んでください。

## `sitemapUrls` (type: `array`):

任意のsitemap.xml URLです。空のままにすると、各開始URLのドメインで/sitemap.xmlを試します。信頼できるsitemapを持つドキュメント、ヘルプセンター、ブログに便利です。

## `maxDepth` (type: `integer`):

Website linksモードで何階層までリンクをたどるかを指定します。0は貼り付けたURLだけ、1は直接リンクされたページまで、2以上はより広いセクションのクロールに使います。Sitemap onlyモードでは無視されます。

## `sameDomainOnly` (type: `boolean`):

開始URLと同じドメインおよびパス配下だけをクロールします。例: /docsから開始すると/docs配下だけを対象にします。別ドメインやサイト全体まで広げたい場合だけオフにしてください。

## `outputFormat` (type: `string`):

Datasetのcontentフィールドに入る形式を指定します。多くのRAGやベクトルDBにはMarkdown、軽量な検索やQAにはプレーンテキスト、独自解析には構造が残るHTMLが向いています。

## `saveCleanHtml` (type: `boolean`):

各ページの整形済みHTMLをKey-value storeに保存し、CLEAN\_HTML\_INDEXに一覧を出力します。高速プレビューではオフのままにし、下流処理でHTMLファイルが必要な場合にオンにしてください。

## `contentSelector` (type: `string`):

本文エリアを指定する任意のCSSセレクタです。例: main、article、.docs-content、#content。空のままにするとmain、article、\[role=main]、bodyの順に自動検出します。

## `removeSelectors` (type: `array`):

抽出前に削除する任意のCSSセレクタです。例: .sidebar、.cookie-banner、.newsletter、.toc、.ads。ナビゲーションや共通パーツが出力に混ざる場合に使います。

## `minTextLength` (type: `integer`):

抽出テキストがこの文字数未満のページをスキップします。最初の実行では0のままにしてください。空ページ、リダイレクト、一覧ページを除外したい場合に後から増やします。

## `includeUrlGlobs` (type: `array`):

残したいURLを指定する任意のCrawlee globパターンです。例: **/docs/**、**/help/**。クロール範囲をさらに絞りたい場合だけ使います。

## `excludeUrlGlobs` (type: `array`):

スキップしたいURLを指定する任意のCrawlee globパターンです。例: **/search/**、**/login/**、**?*utm\_*、**/\*.pdf。

## `excludeFileExtensions` (type: `array`):

このActorはpdf、画像、動画、Officeファイル、アーカイブなど一般的な非HTMLファイルを自動でスキップします。対象サイトに独自のダウンロード形式がある場合だけ追加してください。

## `waitForSelector` (type: `string`):

抽出前に表示を待つ任意のセレクタです。例: main、.article-body。初期読み込み後に本文が表示されるJavaScriptサイトで使います。

## `navigationTimeoutSecs` (type: `integer`):

ページ遷移と任意セレクタの待機に使う秒数です。JavaScriptが多く遅いサイトでは増やしてください。

## `proxyConfiguration` (type: `object`):

任意のApifyプロキシ設定です。公開ドキュメント、ヘルプセンター、ブログでは通常デフォルトの直接接続で十分です。

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.digital.go.jp/resources/introduction-to-web-accessibility-guidebook"
    }
  ],
  "maxPages": 3,
  "crawlMode": "auto",
  "sitemapUrls": [
    "https://www.digital.go.jp/sitemap.xml"
  ],
  "maxDepth": 1,
  "sameDomainOnly": true,
  "outputFormat": "markdown",
  "saveCleanHtml": false,
  "minTextLength": 0,
  "excludeUrlGlobs": [
    "**/search/**",
    "**/login/**"
  ],
  "navigationTimeoutSecs": 25
}
```

# Actor output Schema

## `dataset` (type: `string`):

Markdown、テキスト、HTML形式で抽出された日本語ページ。

## `outputSummary` (type: `string`):

実行件数、クロール設定、抽出結果のサマリー。

## `failedPages` (type: `string`):

クロール中に失敗したページ。

## `skippedPages` (type: `string`):

スコープやコンテンツ条件によってスキップされたページ。

## `cleanHtmlIndex` (type: `string`):

Key-value storeに保存されたクリーンHTMLレコードのインデックス。

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.digital.go.jp/resources/introduction-to-web-accessibility-guidebook"
        }
    ],
    "sitemapUrls": [
        "https://www.digital.go.jp/sitemap.xml"
    ],
    "excludeUrlGlobs": [
        "**/search/**",
        "**/login/**"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("nezha/website-content-crawler-japan").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://www.digital.go.jp/resources/introduction-to-web-accessibility-guidebook" }],
    "sitemapUrls": ["https://www.digital.go.jp/sitemap.xml"],
    "excludeUrlGlobs": [
        "**/search/**",
        "**/login/**",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("nezha/website-content-crawler-japan").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.digital.go.jp/resources/introduction-to-web-accessibility-guidebook"
    }
  ],
  "sitemapUrls": [
    "https://www.digital.go.jp/sitemap.xml"
  ],
  "excludeUrlGlobs": [
    "**/search/**",
    "**/login/**"
  ]
}' |
apify call nezha/website-content-crawler-japan --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=nezha/website-content-crawler-japan",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Japanese Website Content Crawler for RAG",
        "description": "日本語のドキュメント、ヘルプセンター、ブログ、製品サイトをクロールし、RAG、ベクトルDB、LLMアプリ、社内検索に使いやすいMarkdown、テキスト、HTMLとして抽出します。",
        "version": "0.1",
        "x-build-id": "Wz7eM7zDGh8FullQ9"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nezha~website-content-crawler-japan/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nezha-website-content-crawler-japan",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/nezha~website-content-crawler-japan/runs": {
            "post": {
                "operationId": "runs-sync-nezha-website-content-crawler-japan",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/nezha~website-content-crawler-japan/run-sync": {
            "post": {
                "operationId": "run-sync-nezha-website-content-crawler-japan",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "日本語サイト、ドキュメント、ヘルプセンターのURL",
                        "type": "array",
                        "description": "Markdown、テキスト、HTMLに変換したい日本語ページまたはセクションを貼り付けます。ドキュメントのトップ、ヘルプセンターのカテゴリ、ブログ一覧、製品サイトの一部などを指定できます。Target scope onlyがオンの場合、URLのパスもクロール範囲に使われます。",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxPages": {
                        "title": "抽出する最大ページ数",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Datasetに保存する最大ページ数です。最初は高速プレビュー用に3のまま実行し、出力を確認してから増やしてください。実行時間とコストを調整する一番重要な項目です。",
                        "default": 3
                    },
                    "crawlMode": {
                        "title": "ページ探索方法",
                        "enum": [
                            "auto",
                            "website",
                            "sitemap"
                        ],
                        "type": "string",
                        "description": "Autoはまずsitemap URLを使って高速にページを探し、対象ページが見つからない場合は開始URLからリンクをたどります。セクション単位でクロールしたい場合はWebsite links、sitemapだけに限定したい場合はSitemap onlyを選んでください。",
                        "default": "auto"
                    },
                    "sitemapUrls": {
                        "title": "Sitemap URL",
                        "type": "array",
                        "description": "任意のsitemap.xml URLです。空のままにすると、各開始URLのドメインで/sitemap.xmlを試します。信頼できるsitemapを持つドキュメント、ヘルプセンター、ブログに便利です。",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxDepth": {
                        "title": "リンクの深さ",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Website linksモードで何階層までリンクをたどるかを指定します。0は貼り付けたURLだけ、1は直接リンクされたページまで、2以上はより広いセクションのクロールに使います。Sitemap onlyモードでは無視されます。",
                        "default": 1
                    },
                    "sameDomainOnly": {
                        "title": "対象範囲だけをクロール",
                        "type": "boolean",
                        "description": "開始URLと同じドメインおよびパス配下だけをクロールします。例: /docsから開始すると/docs配下だけを対象にします。別ドメインやサイト全体まで広げたい場合だけオフにしてください。",
                        "default": true
                    },
                    "outputFormat": {
                        "title": "メインコンテンツ形式",
                        "enum": [
                            "markdown",
                            "text",
                            "html"
                        ],
                        "type": "string",
                        "description": "Datasetのcontentフィールドに入る形式を指定します。多くのRAGやベクトルDBにはMarkdown、軽量な検索やQAにはプレーンテキスト、独自解析には構造が残るHTMLが向いています。",
                        "default": "markdown"
                    },
                    "saveCleanHtml": {
                        "title": "クリーンHTMLを別レコードに保存",
                        "type": "boolean",
                        "description": "各ページの整形済みHTMLをKey-value storeに保存し、CLEAN_HTML_INDEXに一覧を出力します。高速プレビューではオフのままにし、下流処理でHTMLファイルが必要な場合にオンにしてください。",
                        "default": false
                    },
                    "contentSelector": {
                        "title": "本文エリアのCSSセレクタ",
                        "type": "string",
                        "description": "本文エリアを指定する任意のCSSセレクタです。例: main、article、.docs-content、#content。空のままにするとmain、article、[role=main]、bodyの順に自動検出します。"
                    },
                    "removeSelectors": {
                        "title": "削除するCSSセレクタ",
                        "type": "array",
                        "description": "抽出前に削除する任意のCSSセレクタです。例: .sidebar、.cookie-banner、.newsletter、.toc、.ads。ナビゲーションや共通パーツが出力に混ざる場合に使います。",
                        "items": {
                            "type": "string"
                        }
                    },
                    "minTextLength": {
                        "title": "最小テキスト長",
                        "minimum": 0,
                        "type": "integer",
                        "description": "抽出テキストがこの文字数未満のページをスキップします。最初の実行では0のままにしてください。空ページ、リダイレクト、一覧ページを除外したい場合に後から増やします。",
                        "default": 0
                    },
                    "includeUrlGlobs": {
                        "title": "含めるURLパターン",
                        "type": "array",
                        "description": "残したいURLを指定する任意のCrawlee globパターンです。例: **/docs/**、**/help/**。クロール範囲をさらに絞りたい場合だけ使います。",
                        "items": {
                            "type": "string"
                        }
                    },
                    "excludeUrlGlobs": {
                        "title": "除外するURLパターン",
                        "type": "array",
                        "description": "スキップしたいURLを指定する任意のCrawlee globパターンです。例: **/search/**、**/login/**、**?*utm_*、**/*.pdf。",
                        "items": {
                            "type": "string"
                        }
                    },
                    "excludeFileExtensions": {
                        "title": "追加でスキップするファイル拡張子",
                        "type": "array",
                        "description": "このActorはpdf、画像、動画、Officeファイル、アーカイブなど一般的な非HTMLファイルを自動でスキップします。対象サイトに独自のダウンロード形式がある場合だけ追加してください。",
                        "items": {
                            "type": "string"
                        }
                    },
                    "waitForSelector": {
                        "title": "待機するCSSセレクタ",
                        "type": "string",
                        "description": "抽出前に表示を待つ任意のセレクタです。例: main、.article-body。初期読み込み後に本文が表示されるJavaScriptサイトで使います。"
                    },
                    "navigationTimeoutSecs": {
                        "title": "ページ読み込みタイムアウト",
                        "minimum": 15,
                        "type": "integer",
                        "description": "ページ遷移と任意セレクタの待機に使う秒数です。JavaScriptが多く遅いサイトでは増やしてください。",
                        "default": 25
                    },
                    "proxyConfiguration": {
                        "title": "プロキシ設定",
                        "type": "object",
                        "description": "任意のApifyプロキシ設定です。公開ドキュメント、ヘルプセンター、ブログでは通常デフォルトの直接接続で十分です。"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
