extract_links
Extract all links from a webpage with href values and anchor text, resolving relative URLs while excluding anchors and javascript links.
Instructions
Extract all links from a page with their href and anchor text. Resolves relative URLs. Skips anchors and javascript: links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to extract links from |