Back to Tool
🔗

Broken Link Checker API

Check for broken links and redirect chains

Endpoint

POST/api/v1/broken-link-checker

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
urlstringYesURL of the page to check
maxLinksnumberNoMaximum links to check (default: 50)

Response

FieldTypeDescription
urlstringThe analyzed URL
totalLinksnumberTotal links found on page
checkedLinksnumberNumber of links actually checked
brokenLinksarrayArray of broken links with status codes
workingLinksarrayArray of working links
redirectedLinksarrayArray of links that redirect

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/broken-link-checker \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "maxLinks": 30}'

Pricing

First 50 free, then $0.01 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com