Website Uptime & Response Checker avatar

Website Uptime & Response Checker

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Website Uptime & Response Checker

Website Uptime & Response Checker

Check many URLs for uptime, HTTP status, and response time — with optional expected-status and keyword checks. Fails the run when a site is down so scheduled alerts fire. No auth.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

alaudin burki

alaudin burki

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Check many URLs for uptime, HTTP status, and response time — with optional expected-status and keyword checks. Fails the run when a site is down so scheduled alerts fire. No auth.

Built reliability-first: every row reports what was found and what was missing — you never get a silent blank, and a run summary tells you exactly what happened.

What you get

FieldDescription
urlUrl
upUp
stateState
httpStatusHttp Status
responseTimeMsResponse Time Ms
finalUrlFinal Url
checkedAtChecked At

How to use it

  1. Fill in the input (see the example below).
  2. Run it once for a snapshot, or schedule it to keep the data fresh.
  3. Export to CSV/JSON/Excel, or push straight to Google Sheets, Notion, Airtable, Zapier, Make, or n8n.

Input

{
"urls": [
{
"url": "https://example.com"
}
],
"failOnDown": false,
"timeoutMs": 15000,
"useProxy": false,
"maxItems": 100000
}

Sample output

[
{
"url": "https://example.com/item/1",
"up": "example",
"state": "example",
"httpStatus": "ok",
"responseTimeMs": "2026-09-03T09:00:00.000Z",
"finalUrl": "https://example.com/item/1",
"checkedAt": "2026-09-03T09:00:00.000Z"
}
]

Typical uses

  • Uptime monitoring — schedule every N minutes; failOnDown triggers alerts.
  • Deploy smoke checks — expect a 200 and a keyword on key pages after release.

Pricing

$1.00 / 1,000 results ($0.001 per result), plus a near-zero start fee. You are never charged beyond your limit, and blocked or failed items are reported honestly — not billed as data.

FAQ & limitations

  • Public data only — no login walls, no cookies required.
  • Rate limits on the source may require the proxy or a retry on very large pulls.
  • Every row reports its own status, so partial results are always labeled, never faked.
  • Integrations: output works with Zapier, Make, n8n, and any webhook via Apify's integrations.
  • Formats: results export as JSON, CSV, Excel, or HTML from the dataset.
  • SSL Certificate Checker
  • DNS Lookup
  • HTTP Header Analyzer