ihyee_search
Search the web and extract summarized content from top results, including clean text and links, with options for date filtering and JavaScript rendering.
Instructions
Search the web and return extracted, summarized content from top results. Uses Google search under the hood, then fetches and extracts clean text, summaries, and links from each result page.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query string | |
| max_results | No | Maximum number of results to return (1-10) | |
| content_mode | No | What content to extract: 'both' (summary + full text), 'full_text' (full text only), or 'summary' (summary only) | both |
| render | No | Whether to use browser rendering for JavaScript-heavy pages | |
| before | No | Only return results published before this date (YYYY-MM-DD) | |
| after | No | Only return results published after this date (YYYY-MM-DD) | |
| must_have | No | Require this exact phrase to appear in results |