get_webpage_content
Fetch a webpage's full content and strip HTML tags to get clean text for analysis or processing.
Instructions
Fetch the full content of a webpage.
This function retrieves the content of a webpage and removes HTML tags.
Args:
link (str): The URL of the webpage to fetch.
Returns:
str: The full content of the webpage with HTML tags removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | Yes |