scrape_page
Scrapes a webpage URL and converts its content to structured text formats like markdown, with options to extract only the main content for cleaner output.
Instructions
Scrape URL to markdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| format | No | markdown | |
| extractMainOnly | No |