
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
Total users
696
Monthly users
18
Runs succeeded
>99%
Last modified
5 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.
$echo '{< "baseUrl": "https://www.example.com/",< "maxPages": 1000,< "notificationEmails": [< "email@example.com"< ],< "proxyConfiguration": {< "useApifyProxy": true< }<}' |<apify 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
$npm i -g apify-cli$apify login
Other API clients include: