read
Extract main content from any web page URL. Returns formatted text (markdown or HTML) and metadata such as title and status code.
Instructions
Read and extract content from a web page URL.
Fetches the page, extracts the main content, and returns it in the requested format (markdown by default). Includes metadata such as title, description, and status code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Page metadata | |
| html | No | HTML content | |
| markdown | No | Markdown content |