extract_links
Extract hyperlinks from a webpage or a selected section, optionally removing duplicate URLs and capping the number of results to simplify navigation analysis.
Instructions
Extract anchors from the page or a subtree. dedupe=true collapses links sharing an href (nav/footer noise); limit caps the count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| tabId | No | Tab id (default: active tab) | |
| dedupe | No | ||
| frameId | No | Frame id from frames_list | |
| selector | No | ||
| allFrames | No | Act on the first match in ANY frame (the element may be in an iframe) | |
| sameOriginOnly | No |