VOOZH about

URL: https://apify.com/dltik/http-status-checker

โ‡ฑ Bulk HTTP Status Code Checker - Redirect Chain Tool ยท Apify


๐Ÿ‘ HTTP Status Code Checker - Bulk URLs & Redirect Chains avatar

HTTP Status Code Checker - Bulk URLs & Redirect Chains

Pricing

$1.00 / 1,000 url checkeds

Go to Apify Store

HTTP Status Code Checker - Bulk URLs & Redirect Chains

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.

Pricing

$1.00 / 1,000 url checkeds

Rating

0.0

(0)

Developer

๐Ÿ‘ Walid

Walid

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

12 days ago

Last modified

Share

HTTP Status Code Checker โ€” Bulk URLs & Redirect Chains

โญ Bookmark this actor so bulk HTTP status checks are one click away whenever you run a migration, audit a sitemap, or vet a list of links.

Check HTTP status codes and full redirect chains for any list of URLs โ€” in bulk. For every URL you get the final status, each redirect hop (with its status and Location), response time, content-type and server header. It reads response headers only (the body is never downloaded), so it's fast, cheap, and easy on the targets.

What it does

For each URL in your list, the actor returns:

  • Final HTTP status (e.g. 200, 301, 404, 500)
  • ok flag (true for 2xx/3xx)
  • Full redirect chain โ€” every hop: url, status, Location
  • Final URL after all redirects
  • Response time in milliseconds
  • content-type, server, content-length
  • error message when a URL fails (DNS, timeout, SSLโ€ฆ)

Input

FieldTypeDescription
urlsarrayList of URLs to check (missing scheme defaults to https://)
urlstringConvenience field for a single URL (merged with urls)
methodenumGET (most accurate) or HEAD (lighter; auto-falls back to GET if rejected)
followRedirectsbooleanFollow 3xx and report the chain (default true)
timeoutSecsintegerPer-URL timeout, 1โ€“60 (default 15)
concurrencyintegerParallel checks, 1โ€“50 (default 25)

Example input

{
"urls":[
"https://google.com",
"http://github.com",
"https://apify.com/old-page"
]
}

Output

One record per URL:

{
"input_url":"http://github.com",
"final_url":"https://github.com/",
"final_status":200,
"ok":true,
"redirected":true,
"redirect_count":1,
"redirect_chain":[
{"url":"http://github.com","status":301,"location":"https://github.com/"},
{"url":"https://github.com/","status":200,"location":null}
],
"content_type":"text/html; charset=utf-8",
"server":"GitHub.com",
"response_time_ms":142,
"error":null
}

Use cases

  • SEO migrations โ€” verify every old URL 301-redirects to the right new URL (no chains, no 404s).
  • Link audits โ€” find broken links and unexpected redirects across a sitemap or backlink list.
  • Redirect-chain cleanup โ€” spot multi-hop chains that waste crawl budget and slow users down.
  • Uptime spot-checks โ€” batch-confirm a set of endpoints returns 200.

Pricing

Pay-per-event, no subscription: $0.001 per URL checked ($1 per 1,000 URLs). Up to 1,000 URLs per run โ€” split larger lists across runs.

Next step: is your site ready for AI crawlers?

Status codes are table stakes. To see whether ChatGPT, Claude and Perplexity can actually read and cite your pages, run GEO Site Audit โ€” it scores robots.txt, llms.txt, sitemap, Schema.org, meta tags and content extractability for AI readiness.


Built by dltik. Pure HTTP, headers-only โ€” fast and cheap.

You might also like

HTTP Status Code Checker

onescales/simple-http-status-code-checker

Bulk check HTTP status codes (200, 301, 302, 402, 404, 500, and more) and redirect chains for any list of URLs. A must-have lookup tool for SEO audits, site migrations, and broken link detection

1.7K

5.0

Bulk URL Status Checker

taroyamada/bulk-url-health-checker

Check large URL lists for HTTP status, redirect chains, response timing, and broken URL findings for QA and SEO operations.

Bulk URL Status Checker โ€“ Broken Link & Redirect Audit

logiover/bulk-url-status-checker

Bulk HTTP status code checker and broken link checker. Trace redirect chains, find 404s, export to CSV/JSON. No browser, no login.

HTTP Status Code Checker

automation-lab/http-status-checker

Check HTTP status codes and redirects in bulk for any list of URLs. Detect 404 errors, 301/302 redirects, redirect chains, and broken links for SEO audits and site maintenance.

๐Ÿ‘ User avatar

Stas Persiianenko

49

Http Status Scanner

zerobreak/http-status-scanner

HTTP status scanner that checks URL status codes and redirect chains in bulk. Built for SEO teams and developers who need to catch broken links and verify redirects at scale.

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