check_links
Check page links for broken URLs by verifying real HTTP status server-side, without CORS restrictions.
Instructions
Check page links for broken URLs, verified server-side (no CORS limits, real HTTP status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | same-origin skips third-party links, which are the slow ones | all |
| format | No | lines is compact; json keeps per-link status and timing | lines |
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one | |
| timeout | No | Per-link ms | |
| selector | No | CSS selector; ">>>" pierces shadow DOM. Restricts which links are collected | a[href] |
| max_links | No | Cap on links fetched: each one is a real HTTP request |