html_html_links
Extract all hyperlinks from HTML content, returning text and URL pairs. Optionally resolve relative links by providing a base URL for accurate link parsing.
Instructions
[html] Extract all hyperlinks from HTML. Returns list of {text, href} dicts. Pass base_url to resolve relative links.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | ||
| base_url | No |