Broken Link Check
check_linksExtract links from a webpage and identify broken links (4xx/5xx errors). Returns the broken URLs with their status codes and the page where they were found.
Instructions
Extract links from a page and check each for broken responses (4xx/5xx). Returns broken links with status codes and the page they were found on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Website URL to check for broken links | |
| maxLinks | No | Maximum links to check. Default: 50 |