extract_links
Extract all links from a web page to retrieve their text, URLs, and metadata in a structured list.
Instructions
Extract all links from a web page. Returns a list of links with their text, URLs, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to extract links from |