REST API

Broken link detection
as an API

Check URLs for broken links, stripped affiliate parameters, and redirect chain issues. One POST request. Results in seconds.

Terminal
$ 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.

POST/api/v1/check-linksPro+

Check 1–20 URLs synchronously. Returns status codes, redirect chains, and affiliate param survival.

Sync responseBatch support100 req/hour
POST/api/v1/scansAgency

Crawl an entire site asynchronously. Submit a domain, get a scan ID, poll or receive a webhook when done.

Async (202)Webhook callback10 scans/day
POST/api/v1/monitorsAgency

Put a site on a recurring monitoring schedule for always-on health checks and agent workflows.

Daily / weekly / monthlyReturns next scan time
POST/api/v1/suggestionsAgency

Turn broken-link findings into prioritized remediation guidance from either a scan ID or a raw report.

Agent-friendly outputSupports scan_id or broken_links

Production-grade link checking

Redirect chain following (up to 10 hops)
Affiliate parameter survival detection
30+ affiliate network recognition
SSRF-safe (DNS-aware IP validation)
Batch up to 20 URLs per request
Async site scans with webhook callback
Rate limit headers on every response
CORS enabled for browser usage

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