Fetch Web Content
fetchWebContentFetch and extract readable main text from a URL, stripping ads and navigation for clean article content. Use for reading full pages after search or analyzing direct URLs.
Instructions
Fetch and extract the main text content from a webpage. Use this tool after webSearch to read the full content of a specific URL, or when given a direct URL to analyze.
Extracts readable article text, removing ads, navigation, and other non-content elements
Works best with article pages, blog posts, and documentation
May not work well with heavily JavaScript-rendered pages or pages requiring login
Use maxChars to limit returned content length for large pages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the webpage to fetch content from | |
| maxChars | No | Maximum number of characters to return (default: 5000, max: 200000) |