extract_links
Extract all hyperlinks from a target webpage. Optionally filter to internal links only to focus on same-domain URLs.
Instructions
Extract all hyperlinks from a webpage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target webpage URL | |
| filter_external | No | If True, only return internal links (same domain) | |
| timeout_profile | No | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |