Broken Link Checker
The Broken Link Checker API crawls a website and returns every link it finds, along with the HTTP status code, response time, redirect chain and the page the link appeared on. Run it in a CI pipeline to catch broken links before they reach production, or schedule it against live sites to stay on top of link rot. Results come back as structured JSON. Base URL: https://linkcheck.dranco.uk…
Broken Link Checker endpoints
| Method | Endpoint | Description |
|---|---|---|
| Scans | ||
| GET |
listScans /api/scans |
Returns all scans run with your API key. |
| POST |
startScan /api/check |
Crawls the given URL and checks all links found on the page. Returns a scan_id — poll GET /api/scan/{id} for results. |
| GET |
getScan /api/scan/{id} |
Poll this endpoint to check scan status and retrieve broken links once complete. |
Broken Link Checker pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $24 / month | — |
|
| ULTRA | $62 / month | — |
|