Broken Link Finder avatar
Broken Link Finder

Pricing

Pay per usage

Go to Apify Store
Broken Link Finder

Broken Link Finder

Finds and analyzes broken links on given web pages

Pricing

Pay per usage

Rating

0.0

(0)

Developer

SAHIL KUMAR

SAHIL KUMAR

Maintained by Community

Actor stats

0

Bookmarked

32

Total users

16

Monthly active users

4 days ago

Last modified

Categories

Share

# Broken Link Finder
This actor crawls a website and identifies **broken or unreachable internal and external links**.
It helps improve SEO, user experience, and website reliability.
## What this actor does
- Crawls pages starting from a base URL
- Extracts links from each page
- Checks HTTP status codes
- Reports broken links (4xx / 5xx)
- Limits crawl depth for safety
## Use cases
- SEO audits
- Website maintenance
- Content quality checks
- Pre-production testing
## Input
```json
{
"startUrl": "https://example.com",
"maxPages": 50
}
# Broken Link Finder

This actor crawls a website and identifies **broken or unreachable internal and external links**.

It helps improve SEO, user experience, and website reliability.

## What this actor does

- Crawls pages starting from a base URL
- Extracts links from each page
- Checks HTTP status codes
- Reports broken links (4xx / 5xx)
- Limits crawl depth for safety

## Use cases

- SEO audits
- Website maintenance
- Content quality checks
- Pre-production testing

## Input

```json
{
  "startUrl": "https://example.com",
  "maxPages": 50
}