scraper_compress_url
Compress web content from URLs into markdown format to reduce token usage by 70-90% compared to raw HTML.
Instructions
Compress web content from a URL for reduced token usage. Returns markdown with 70-90% fewer tokens than raw HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to compress | |
| mode | No | Fetch mode: 'fast' (plain HTTP), 'stealth' (TLS fingerprint), 'render' (headless browser), 'auto' (fast with fallback). Default: 'auto' | |
| timeout | No | Fetch timeout in milliseconds (default: 10000) | |
| maxRetries | No | Max retry attempts (default: 3) |