UrlContentExtractor
Extract clean, readable content from web pages by providing URLs. Fetches and processes webpage content for analysis or storage.
Instructions
Fetches and extracts content from a given webpage URL. Input the URL of the webpage you want to extract content from as a string using the url parameter. You can also input an array of URLs to fetch content from multiple pages at once.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL or list of URLs to fetch |