Fetch Page
fetch_pageFetches a specified URL's full content using a persistent browser profile to handle login and JS-rendered pages, enabling deeper review of search results beyond snippets.
Instructions
searchの結果など、指定URLの本文をブラウザ経由(永続プロファイル使用)で取得する。
素のHTTP取得と異なり、ログイン状態やJSレンダリングが必要なページにも対応できる。 スニペットだけでは判断できない結果を、必要な数件だけ選んで深掘りする用途を想定。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| profile | No | default | |
| headless | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||