Broken Link Checker avatar
Broken Link Checker

Pricing

Pay per usage

Go to Store
Broken Link Checker

Broken Link Checker

Developed by

Jan Čurn

Jan Čurn

Maintained by Community

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.

0.0 (0)

Pricing

Pay per usage

14

Total users

678

Monthly users

17

Runs succeeded

44%

Last modified

3 months ago

You can access the Broken Link Checker programmatically from your own applications by using the Apify API. You can also 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: