fetch_page_links
Extract all links from a webpage by providing its URL. This tool helps in web scraping, content analysis, and gathering resources for further processing.
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 |