scrapeWebContent
Extracts and returns the main text content from any webpage using its URL, enabling efficient web data collection for analysis or automation.
Instructions
Given a URL, fetch the page's HTML and return the main text content as accurately as possible. Works for most websites.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
website | Yes |