VOOZH about

URL: https://apify.com/dev00/website-status-checker

⇱ Website Status & Uptime Checker (is it down or just me) Β· Apify


πŸ‘ Website Status & Uptime Checker (is it down or just me) avatar

Website Status & Uptime Checker (is it down or just me)

Pricing

$1.00 / 1,000 website status checkers

Go to Apify Store

Website Status & Uptime Checker (is it down or just me)

Instantly ping any URL to check if it is down or up. Returns real-time global availability, HTTP status codes, and server latency metrics in milliseconds.

Pricing

$1.00 / 1,000 website status checkers

Rating

0.0

(0)

Developer

πŸ‘ dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

21 days ago

Last modified

Share

🌐 Website Online Status & Uptime Checker

Instantly check if any target website is online, extract HTTP response status codes, verify page accessibility, and measure latency from global edge locations.

No browser automation or complex setup required. This edge-optimized tool routes verification requests directly via a secure Cloudflare Worker gateway, pings the target domain using highly-efficient connection pools, and parses the latency statistics.


🌟 Key Features

  • Real-time Status Verification: Instantly check if a target domain is online (is_up = true/false).
  • Latency Benchmarking: Measures connections speeds and TTFB (Time to First Byte) in milliseconds.
  • Smart Redirects and Auto-formatting: Gracefully handles protocol prefixes (http/https auto-resolution).
  • Custom Timeout Safeties: Implements an 8-second request abortion signal to avoid hanging connections on dead/stalled websites.
  • Direct Access Routing: Authenticated via standard X-Api-Key headers.
  • Robust Error Handling: Handles DNS resolve failures and connection time-outs gracefully, saving details to your output datasets.

πŸ› οΈ How It Works

This Actor forwards your requested domain to a secure Cloudflare Worker edge reverse-proxy. The proxy routes the request to the target site using an optimized User-Agent header profile (UptimeStatusCheckerBot/1.0).

The status code, status message text, and total query latency are returned to the Actor, stored in the Key-Value store (OUTPUT), and appended as a row to the default dataset.


πŸ“₯ Input Parameters

FieldTypeDescriptionPrefill Example
Target Website URLstringThe target website URL or domain name to check status for (e.g. google.com).google.com

Input JSON Example

{
"url":"google.com"
}

πŸ“€ Output Data Structure

Tabular datasets output clean rows mapping the online status metrics:

Output JSON Example

{
"success":true,
"url_tested":"https://google.com",
"is_up":true,
"status_code":200,
"status_text":"OK",
"latency_ms":78,
"description":"Successfully checked website online status."
}

πŸ’³ Monetization & Cost

This Actor utilizes the Pay-Per-Event (PPE) pricing model on the Apify Store:

  • Base Pricing: Only $1.00 per 1,000 successful lookups ($0.001 per event).
  • Pay as You Go: If validation fails due to network/gateway issues, no billing charges occur.

You might also like

Website Health Checker

nurtured_wafer/website-health-checker

Check if websites are up & measure their speed instantly! Tests availability, response times & performance (Fast/Slow). Perfect for monitoring sites or checking if a website is really down. No API keys needed - just paste URLs & get health reports.

πŸ‘ User avatar

Ravi Shankar Kumar

10

HTTP Status Codes and URL Checker

antonio_espresso/website-status-code-crawler

A HTTP Status Codes Crawler is a tool that scans a website and retrieves HTTP status codes for each page. This helps in diagnosing errors and optimizing technical SEO.

87

Website Uptime Checker

automation-lab/website-uptime-checker

This actor checks website uptime by making HTTP requests and measuring response times. It reports status codes, response times, content type, server headers, SSL validity, and redirect chains. Useful for monitoring website availability.

πŸ‘ User avatar

Stas Persiianenko

9

Website Availability Checker

mina_safwat/website-availability-checker

Need to monitor your websites and ensure they're always accessible? Check website availability, response times, and server status in real-time. You can use it to get instant alerts on downtime and monitor your online presence with reliable uptime monitoring!

Website Status Monitoring

serhattsnmz/website-status-monitoring

Monitor your websites and get notifications when they are down.

πŸ‘ User avatar

Serhat SΓΆnmez

21

HTTP Status Code Checker - Bulk URLs & Redirect Chains

dltik/http-status-checker

Bulk-check HTTP status codes and full redirect chains for any list of URLs. For each URL: final status, every redirect hop (status + Location), response time, content-type and server. Pure HTTP, reads headers only β€” fast and cheap. Great for SEO migrations, link audits and uptime spot-checks.

Related articles

Web scraping: how to solve 403 errors
Read more
How to set up an alert when a webpage changes (easy guide)
Read more
Pros and cons of web scraping
Read more