get_page_links
Extract all links from a webpage by providing its URL. Options include setting a timeout and converting relative URLs to absolute.
Instructions
Extract all links from a webpage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the webpage | |
| timeout | No | Request timeout in seconds (default: 10) | |
| absolute | No | Convert relative URLs to absolute (default: True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |