VOOZH about

URL: https://apify.com/andok/http-latency-monitor

โ‡ฑ Bulk HTTP Latency & TTFB Monitor ยท Apify


Pricing

from $1.00 / 1,000 url checks

Go to Apify Store

Bulk HTTP Latency & TTFB Monitor

Measure website response times, Time-to-First-Byte, and status codes across thousands of URLs for uptime monitoring and performance audits.

Pricing

from $1.00 / 1,000 url checks

Rating

0.0

(0)

Developer

๐Ÿ‘ Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

3 months ago

Last modified

Share

HTTP Latency Monitor

Verify SLA compliance with bulk TTFB and response time checks across hundreds of endpoints in a single run. Slow response times directly impact user experience, search rankings, and uptime commitments โ€” yet most monitoring tools only check one URL at a time. Measure latency at scale with structured, API-ready results.

Features

  • Response time measurement โ€” captures total HTTP request latency in milliseconds for each URL
  • Bulk monitoring โ€” check hundreds of endpoints concurrently in a single run
  • HTTP status tracking โ€” reports the status code returned by each endpoint
  • Flexible HTTP method โ€” use HEAD for lightweight checks or GET for full-response timing
  • Redirect detection โ€” captures the final URL after any redirects
  • Structured output โ€” JSON results ready for dashboards, alerts, or SLA reports

Input

FieldTypeRequiredDefaultDescription
urlsarrayYesโ€”List of URLs to measure (e.g., https://example.com). Also accepts objects with a url field
urlstringNoโ€”Single URL to check (use urls for bulk monitoring)
methodstringNoHEADHTTP method to use. HEAD measures server response time; GET includes full body transfer
timeoutSecondsintegerNo15Request timeout per URL in seconds (1-60)
concurrencyintegerNo10Number of URLs to check in parallel (1-50)

Input Example

{
"urls":[
"https://example.com",
"https://api.example.com/health",
"https://cdn.example.com/assets/main.js"
],
"method":"HEAD",
"concurrency":20
}

Output

Each URL produces one dataset record with the measured latency, HTTP status, and any errors encountered.

Key output fields:

  • inputUrl (string) โ€” the URL as submitted
  • finalUrl (string) โ€” the URL after any redirects
  • status (number) โ€” HTTP status code
  • latencyMs (number) โ€” total response time in milliseconds
  • method (string) โ€” HTTP method used for the check
  • error (string | null) โ€” error message if the request failed
  • checkedAt (string) โ€” ISO 8601 timestamp

Output Example

{
"inputUrl":"https://example.com",
"finalUrl":"https://example.com/",
"status":200,
"latencyMs":142,
"method":"HEAD",
"error":null,
"checkedAt":"2026-03-09T12:00:00.000Z"
}

Pricing

EventCost
URL Check$0.001

Pay only for URLs successfully checked. Respects your per-run spending limit.

Use Cases

  • SLA verification โ€” measure response times across all client endpoints to confirm uptime and latency commitments
  • CDN performance audits โ€” compare response times across CDN edge locations and origin servers
  • Deployment validation โ€” check response times before and after deployments to catch performance regressions
  • Competitive benchmarking โ€” measure competitor site speeds alongside your own for executive reporting
  • Scheduled health checks โ€” run periodic latency sweeps and feed results into alerting pipelines

Related Actors

ActorWhat it adds
DNS Propagation CheckerVerify DNS resolution alongside response time to isolate network vs. server latency
Broken Links CheckerCrawl sites for broken links โ€” pair with latency data to prioritize slow and broken pages
SSL Certificate MonitorMonitor certificate expiry to prevent downtime that latency checks alone won't catch

You might also like

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 Status Checker

techionik9993/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.

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.

Website Change Detection & Uptime Monitoring API

motivational_nickel/website-change-detection-uptime-monitoring-api

Monitor websites for uptime, status changes, and content updates. Detect HTTP status, title changes, and page modifications with structured, automation-ready outputs. Ideal for SEO monitoring, competitor tracking, and alert systems.

๐Ÿ‘ User avatar

Leoncio Jr Coronado

2

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 Uptime Monitor โ€” SSL, Health Score & Alerts

khadinakbar/website-uptime-monitor

Bulk uptime monitor returning HTTP status, SSL expiry, content match, response time, A-F performance grade, 0-100 health score, and a specific failure diagnostic per URL โ€” all in one call. Built for DevOps, SREs, SaaS founders, agencies, and AI agents.

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

dev00/website-status-checker

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.

dev00

2