アーカイブ済みページ本文取得
wayback_fetch_pageRetrieve archived web page content from the Wayback Machine, returning raw HTML or plain text for content inspection and extraction. Switch to raw HTML if characters are garbled.
Instructions
保存済みの古いページ本文を取得する。Wayback のツールバーを含まない生 HTML を取るため、当時のページの内容確認やテキスト化に適する。文字化けする場合は raw=true で生 HTML を確認する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | true で生 HTML、false(既定)でプレーンテキスト化 | |
| url | Yes | 当時の元 URL(web.archive.org 付きでも可) | |
| maxChars | No | 最大文字数(既定 8000) | |
| timestamp | Yes | 14 桁タイムスタンプ。cdx 検索の結果をそのまま渡す |