fetch_page
Fetch web page content from any URL using Gemini's native browsing. Extract specific parts by passing an optional instruction.
Instructions
Fetch web page content via Gemini CLI. Gemini has native web browsing — use this to retrieve and extract content from URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to fetch content from | |
| model | No | Gemini model to use (default: gemini-3-flash-preview) | |
| timeout | No | Timeout in milliseconds (default: 120000) | |
| instruction | No | Optional extraction/focus instruction (e.g. 'extract only the API table') |