web_extract_links
Extract all links from a webpage with anchor text, categorizing them as internal or external.
Instructions
Scrape a webpage and extract all links with their anchor text, categorizing them as internal or external.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to scrape links from. | |
| ignoreAnchorOnly | No | If true, ignores anchor-only links (e.g., '#section'). Defaults to true. |