Fetch Web (plain, html, markdown)
fetch_webFetch web pages including JavaScript-rendered content and return as plain text, HTML, or Markdown.
Instructions
Fetch a web page and return its content as plain text, HTML, or Markdown. Uses a JS-capable browser for dynamic sites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The HTTP/HTTPS web URL to fetch | |
| type | Yes | The output type: plain, html, or markdown |