Website Status Checker
Pricing
$10.00/month + usage
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 hours ago
Last modified
Categories
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.