fetch_url
Extract web content from any URL with error handling and customizable response formats like text, JSON, HTML, or Markdown using a headless browser.
Instructions
Fetch content from a URL with proper error handling and response processing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
responseType | No | Expected response type | text |
timeout | No | Request timeout in milliseconds | |
url | Yes | The URL to fetch |