Broken Link Checker avatar

Broken Link Checker

Pricing

$20.00 / 1,000 page checkeds

Go to Apify Store
Broken Link Checker

Broken Link Checker

Pricing

$20.00 / 1,000 page checkeds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Find dead links on any web page — checks every outbound link's HTTP status and reports the broken ones. No API key, pay per page.

▶ Live on the Apify Store: https://apify.com/eliai/broken-link-checker — run it instantly, or call it as an agent tool via Apify MCP.

What it does

  • Extracts every outbound <a href> link on the page
  • Checks each link's HTTP status (HEAD, falling back to GET)
  • Flags broken links: 4xx/5xx, timeouts, and connection errors
  • Returns counts + the full broken-link list

Input

{ "url": "https://example.com", "maxLinks": 60 }

or bulk:

{ "urls": ["https://a.com", "https://b.com"], "maxUrls": 10 }

Output (per page)

{
"url": "https://example.com",
"totalLinks": 48,
"brokenCount": 2,
"okCount": 46,
"broken": [{ "link": "https://example.com/old", "status": 404 }],
"summary": "2 broken of 48 links"
}

Use cases

SEO maintenance, site migrations, content audits, and link-rot monitoring — by hand or wired into an agent. Pairs with our SEO & Tech Auditor.