Broken Link Checker avatar

Broken Link Checker

Pricing

Pay per usage

Go to Apify Store
Broken Link Checker

Broken Link Checker

Find broken links on any page — checks internal and external URLs for dead, timed-out, or SSL-error links and reports HTTP status per link. One report per page with failed URLs listed. Pay-per-event: $0.01 per batch of up to 200 pages.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Scan any webpage for dead links (404/5xx/connection errors). Flags broken internal vs external links so you can fix SEO-damaging 404s before they hurt rankings. Pay-per-event: $0.01 per batch of up to 200 pages.

🚀 What it does

This Actor automates a task that would otherwise take hours of manual work. It is built for batch processing — run it once on a list of inputs and get a structured, downloadable report.

✨ Features

  • Batch processing — handle one or many inputs in a single run
  • Structured output — clean tables, ready for CSV/JSON export
  • Pay-per-event pricing — you only pay for what you use
  • API & CLI ready — integrate it into any workflow

📥 Input configuration

Configure the Actor with these fields:

FieldTypeRequiredDescription
urlstring✅ RequiredURL of the page to scan for broken (dead) links. Up to 200 links per page are checked.

💡 Usage example

Run via Apify API (cURL)

curl -X POST "https://api.apify.com/v2/acts/sootesting~broken-link-checker/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"maxLinks": 50
}'

Run via Apify CLI

apify run --actor-name sootesting~broken-link-checker --input '{
"url": "https://example.com",
"maxLinks": 50
}'

📤 Output schema

The Actor produces the following structured data:

FieldTypeDescription
urlstringScanned URL
linksCheckedintegerLinks checked
brokenCountintegerBroken count
brokenLinksarrayBroken links

💰 Pricing

Pay-per-event. See the Actor's pricing tab for current rates. You are only charged for successful events — platform usage is passed through transparently.

Part of the Sootesting SEO & Data Toolkit — a suite of focused actors for technical SEO, security auditing, and data extraction.