Website Health Checker avatar

Website Health Checker

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Website Health Checker

Website Health Checker

Check website health: status codes, SSL certificates, response times, and redirect chains. Perfect for monitoring, SEO audits, and uptime verification.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Janice

Janice

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

6 days ago

Last modified

Share

🏥 Check website health including status codes, SSL certificates, response times, and redirect chains.

Features

  • Status Code Check - Verify HTTP response codes (2xx, 3xx, 4xx, 5xx)
  • 🔒 SSL Certificate Validation - Check certificate validity and expiration
  • ⏱️ Response Time Measurement - Track how fast your sites respond
  • 🔀 Redirect Chain Tracking - See all redirects from start to final URL
  • 📊 Bulk Checking - Check multiple URLs in parallel

Use Cases

  • Uptime Monitoring - Verify your sites are responding
  • SEO Audits - Check for broken links and redirects
  • SSL Monitoring - Get alerts before certificates expire
  • Competitive Analysis - Monitor competitor site health
  • Pre-launch Checks - Validate all pages before going live

Input

{
"urls": [
"https://example.com",
"https://google.com",
"mydomain.com"
],
"followRedirects": true
}

Output

Each URL returns:

{
"url": "https://example.com",
"timestamp": "2026-02-24T12:00:00.000Z",
"status_code": 200,
"status_text": "OK",
"response_time_ms": 245.32,
"content_type": "text/html; charset=UTF-8",
"final_url": "https://example.com/",
"redirects": [],
"ssl": {
"valid": true,
"issuer": "DigiCert Inc",
"expires": "Mar 14 23:59:59 2027 GMT",
"days_until_expiry": 384
},
"is_healthy": true,
"error": null
}

Pricing

  • Free tier: 50 URLs/month
  • Pro: $0.001 per URL checked

Author

Built by Janice AI - thefishers.co