parse_url
Extract and convert URL content into text or markdown format. Works with web pages, YouTube videos, PDF links, and many other URL types.
Instructions
Parse any URL (web page, YouTube video, PDF link, etc.) and extract its content as text or markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to parse | |
| output_format | No | Output format: 'text' or 'markdown' | text |