tooltrace_links
Extract all links from a webpage to get anchor text, internal/external classification, and normalized URLs for link analysis.
Instructions
Extract all links from a webpage with anchor text, internal/external classification, and normalized URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public webpage URL | |
| mode | No | 'normalized' deduplicates and cleans URLs. 'raw' preserves originals. | normalized |
| render | No | Rendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits). | auto |
| wait_until | No | Browser navigation milestone. Only used with browser rendering. | |
| wait_for_selector | No | CSS selector to wait for on rendered pages. |