get_links
Extracts hyperlinks from a page with URLs and text. Supports filters by CSS scope, file extension, or download-only attribute for navigation discovery and site mapping.
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 |