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