web_read
Extract clean content from web pages by stripping navigation, ads, and scripts. Supports batch processing of up to 20 URLs.
Instructions
Extract clean content from web pages. Returns page text stripped of navigation, ads, and scripts. Supports up to 20 URLs per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | URLs to extract content from (1-20) | |
| extractDepth | No | Extraction depth: basic (1 credit per 5 URLs, returns raw page HTML as markdown including navigation and boilerplate) or advanced (2 credits per 5 URLs, extracts clean article content with navigation/ads/sidebar/footer stripped) | |
| includeImages | No | Include extracted image URLs (default: false) |