Broken Link Checker
No credit card required
Broken Link Checker
No credit card required
Crawls a website and finds broken links. Unlike other similar SEO analysis tools, the actor also reports broken URL #fragments. The results are stored in a JSON and HTML report.
Do you want to learn more about this Actor?
Get a demoYou can access the Broken Link Checker programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, youโll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "baseUrl": "https://www.example.com/",
3 "maxPages": 1000,
4 "notificationEmails": [
5 "email@example.com"
6 ],
7 "proxyConfiguration": {
8 "useApifyProxy": true
9 }
10}' |
11apify call jancurn/find-broken-links --silent --output-dataset
๐ Broken Link Checker API through CLI
The Apify CLI is the official tool that allows you to use Broken Link Checker locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: