Broken Link Checker
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer

Donny
Maintained by Community
Actor stats
0
Bookmarked
0
Total users
0
Monthly active users
11 hours ago
Last modified
Categories
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 URLstatusCode: HTTP status codeisBroken: Whether the link is brokenanchorText: The link anchor textsourceUrl: The page where the link was found