get_links
Extract all hyperlinks from a web page, including URLs and link text, to discover navigation paths and map site structure.
Instructions
Get all hyperlinks on page with URLs and text. Useful for navigation discovery and site mapping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | CSS selector to scope link extraction to a container | |
| tabId | Yes | Tab ID from create_tab | |
| extension | No | Filter by extension, comma-separated (e.g. 'pdf,zip') | |
| downloadOnly | No | Only include links with a download attribute |