Broken link detection
as an API
Check URLs for broken links, stripped affiliate parameters, and redirect chain issues. One POST request. Results in seconds.
$ curl -X POST https://app.linkrescue.io/api/v1/check-links \
-H "Authorization: Bearer lr_your_key" \
-H "Content-Type: application/json" \
-d '{"url": "https://amzn.to/abc123"}'
// Response
{
"checked": 1,
"summary": { "broken": 0, "redirects": 1 },
"results": [{
"status": "redirect",
"affiliate_params_preserved": true
}]
}Built for developers who manage links at scale
Whether you're an affiliate site, SEO tool, or content platform — broken links cost money.
Affiliate Link Monitoring
Detect when affiliate parameters get stripped during redirects. Catch revenue leaks before they compound.
SEO Tool Integration
Pipe URLs from your CMS or SEO crawler into the API. Get broken link data without building your own checker.
CI/CD Pipelines
Check outbound links before deploying content. Catch dead links in staging, not production.
Scheduled Monitoring
Full async site scans with webhook callbacks. Know the moment a link breaks on your site.
Four endpoints. Full workflow.
/api/v1/check-linksPro+Check 1–20 URLs synchronously. Returns status codes, redirect chains, and affiliate param survival.
/api/v1/scansAgencyCrawl an entire site asynchronously. Submit a domain, get a scan ID, poll or receive a webhook when done.
/api/v1/monitorsAgencyPut a site on a recurring monitoring schedule for always-on health checks and agent workflows.
/api/v1/suggestionsAgencyTurn broken-link findings into prioritized remediation guidance from either a scan ID or a raw report.
Production-grade link checking
Simple pricing
API access starts at Pro. Pay monthly, cancel anytime.
Pro
$29/mo
- 100 check-links requests/hour
- 2 site scans/day
- 10,000 pages/month
Agency
$79/mo
- 1,000 check-links requests/hour
- 10 site scans/day
- 100,000 pages/month
- Webhooks + Slack
First API call in 30 seconds
Sign up, generate an API key, and check your first link. No credit card required for the free tier.
Get Your API Key