
Broken Link Checker
Pricing
Pay per usage

Broken Link Checker
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
Monthly users
12
Runs succeeded
18%
Last modified
2 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:
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.