smart_fetch
Fetches web content via the direct HTTP route first, escalating to a stealth browser only when anti-bot systems block the request.
Instructions
Dual-mode fetch: tries the browserless HTTP path first and escalates to the stealth browser ONLY when the response looks anti-bot blocked. This is the efficiency core — high-volume reading stays cheap, the browser fires only when it's actually needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| proxy | No | ||
| max_chars | No | ||
| impersonate | No | firefox | |
| force_browser | No |