ihyee_fetch
Extract clean text, summaries, metadata, and links from web pages. Supports JavaScript-heavy sites with optional rendering and processes up to 10 URLs per request.
Instructions
Fetch and extract clean content from specific web page URLs. Returns extracted text, summaries, metadata, and links from each page.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | List of URLs to fetch (maximum 10) | |
| content_mode | No | What content to extract: 'both', 'full_text', or 'summary' | both |
| render | No | Whether to use browser rendering for JavaScript-heavy pages |