fetch_website_single
Fetch content from a single webpage and convert it to clean markdown format for structured data extraction and processing.
Instructions
Fetch content from a single webpage and convert to clean markdown
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to fetch | |
| timeout | No | Request timeout in milliseconds (default: 10000) |