navigate_and_extract_content
Navigate to a URL and extract text, links, images, and metadata in one call. Streamline web data extraction.
Instructions
Navigate to URL and extract page content (text, links, images, metadata) in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| tabId | No | Tab ID (optional) | |
| timeout | No | Navigation timeout in ms | |
| extractText | No | Extract visible text | |
| extractLinks | No | Extract all links | |
| extractImages | No | Extract image sources | |
| extractMetadata | No | Extract page title and meta tags | |
| waitForSelector | No | CSS selector to wait for before extracting (ensures dynamic content loads) |