fetch_page_links
Extract all links from a web page by providing its URL. This tool helps identify and collect hyperlinks for web scraping, content analysis, or navigation purposes.
Instructions
Return a list of all links on the page.
Args: url: The URL to fetch links from
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |