UrlContentExtractor
Extract clean, readable content from webpages by providing URLs. Supports single or multiple pages for efficient data gathering.
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 |