Broken Link Checker avatar

Broken Link Checker

Under maintenance

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Broken Link Checker

Broken Link Checker

Under maintenance

Check for broken links on any webpage URL.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Donny

Donny

Maintained by Community

Actor stats

0

Bookmarked

0

Total users

0

Monthly active users

11 hours ago

Last modified

Share

Check for broken links on any webpage. Extracts all links from the page and checks each one for availability.

Features

  • Extract all links from any webpage
  • Check each link with HEAD request
  • Identify broken links (4xx, 5xx status codes)
  • Configurable maximum links to check

Input

  • url (string, required): The URL to check for broken links
  • maxLinks (integer, default 200): Maximum number of links to check

Output

Each result contains:

  • url: The link URL
  • statusCode: HTTP status code
  • isBroken: Whether the link is broken
  • anchorText: The link anchor text
  • sourceUrl: The page where the link was found