Website Status Checker avatar

Website Status Checker

Pricing

$10.00/month + usage

Go to Apify Store
Website Status Checker

Website Status Checker

Fast and reliable bulk website status checker. Monitor uptime, detect errors, track response times, and follow redirects for hundreds of URLs. Ideal for SEO audits, API monitoring, and automation workflows with clean structured output.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

Techionik

Techionik

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 hours ago

Last modified

Share

🌐 Website Status Checker

A fast, reliable, and scalable tool to check the status of multiple websites in seconds.
Perfect for developers, businesses, and monitoring workflows.


πŸš€ Features

  • ⚑ Bulk URL Checking – Test hundreds or thousands of URLs in one run
  • πŸ“Š Accurate Status Detection – Supports 2xx, 3xx, 4xx, 5xx responses
  • ⏱ Response Time Tracking – Measure performance for each request
  • πŸ” Redirect Handling – Captures final destination URLs
  • ❌ Error Handling – Detects DNS errors, timeouts, and unreachable domains
  • πŸš€ High Performance – Optimized with concurrency & keep-alive connections

πŸ“₯ Input

Provide a list of URLs:

{ "urls": [ "https://google.com", "https://github.com", "https://example.com" ] }


πŸ“€ Output

Each URL returns structured results:

{ "url": "https://google.com", "status": 200, "responseTimeMs": 150, "isUp": true, "finalUrl": "https://www.google.com/", "error": null }


πŸ“Œ Output Fields Explained

  • url β†’ Original URL provided
  • status β†’ HTTP status code
  • responseTimeMs β†’ Time taken to respond (milliseconds)
  • isUp β†’ true if status is 2xx or 3xx
  • finalUrl β†’ Final URL after redirects
  • error β†’ Error message if request failed

🧠 How It Works

  • Sends HTTP requests to all URLs
  • Measures response time
  • Follows redirects automatically
  • Marks URLs as UP or DOWN
  • Captures failures without stopping the run

⚑ Performance

  • Handles large batches efficiently
  • Uses connection reuse (keep-alive)
  • Optimized concurrency for fast execution

🎯 Use Cases

  • Website uptime monitoring
  • SEO audits & link validation
  • API endpoint health checks
  • Bulk URL verification
  • Automation workflows (Make, Zapier, n8n)

πŸ”’ Reliability

  • Gracefully handles:
    • Invalid domains
    • Network errors
    • Timeouts
  • Never crashes your run

πŸ’‘ Tips

  • Use valid URLs with http:// or https://
  • Avoid sending too many requests to rate-limited servers

πŸ“ˆ Example Use Case

Check 1000 URLs in seconds and instantly identify:

  • Broken links (404)
  • Server issues (500)
  • Slow websites

🏁 Summary

This actor provides a simple, powerful, and scalable solution to monitor website health with clean, structured output ready for automation, reporting, or integration.