extract_links
Extract all links from a webpage to list URLs for navigation and scraping, without displaying full content.
Instructions
Extract all links from a webpage without displaying the full content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to extract links from | |
| maxLinks | No | Maximum number of links to return |