VOOZH about

URL: https://apify.com/pink_comic/http-status-code-checker

โ‡ฑ Bulk URL Status Checker API - HTTP Status Codes ยท Apify


๐Ÿ‘ HTTP Status Code Checker API - Bulk URL & Redirect Audit avatar

HTTP Status Code Checker API - Bulk URL & Redirect Audit

Pricing

from $1.00 / 1,000 results

Go to Apify Store

HTTP Status Code Checker API - Bulk URL & Redirect Audit

Bulk HTTP status checker for SEO and uptime audits. Check URL status codes, redirects, response times, content types, and broken 4xx/5xx pages. Use it as a URL status API for site migrations, monitoring, and link QA.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

3

Monthly active users

10 days ago

Last modified

Share

HTTP Status Code Checker - Bulk URL Validator

Check HTTP status codes for any list of URLs. Returns the status code, final URL after redirects, full redirect chain, response time, Content-Type header, and whether each URL is broken (4xx/5xx).

Use Cases

  • SEO audits โ€“ find broken pages, chains of redirects, and redirect loops before they hurt rankings
  • Broken link detection โ€“ validate internal and external links across a website or spreadsheet export
  • Redirect mapping โ€“ visualize every hop in a redirect chain (301, 302, 307, 308) during site migrations
  • Uptime monitoring โ€“ periodically verify that critical URLs return 200
  • Content inventory โ€“ identify pages that have moved, gone, or changed Content-Type

Input

FieldTypeDefaultDescription
urlsarray of stringsโ€”URLs to check (required)
followRedirectsbooleantrueFollow HTTP redirects and capture the chain
maxRedirectsinteger10Maximum redirects to follow per URL
timeoutinteger30Per-request timeout in seconds
concurrencyinteger10Parallel requests
maxResultsinteger100Cap on URLs processed (cost control)

Output

Each URL produces one record:

FieldTypeDescription
urlstringOriginal URL submitted
statusCodeintegerHTTP status code of the final response (0 if connection failed)
statusTextstringStatus text (e.g. OK, Not Found)
finalUrlstringURL after all redirects
redirectChainarrayEach redirect hop: { "url": "...", "statusCode": 301 }
responseTimeMsintegerTotal elapsed time including all redirects
contentTypestringContent-Type header from the final response
isBrokenbooleantrue if status code is 4xx or 5xx
errorstringError message if the request could not be completed

Example Output

{
"url":"http://github.com",
"statusCode":200,
"statusText":"OK",
"finalUrl":"https://github.com/",
"redirectChain":[
{"url":"http://github.com","statusCode":301}
],
"responseTimeMs":142,
"contentType":"text/html; charset=utf-8",
"isBroken":false
}

Pricing

$0.10 per 1,000 URLs checked.

You might also like

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.

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

51

Website Broken Links & Redirects Checker

smart-digital/website-broken-links-redirects-checker

Analyzes websites to detect broken links (4xx/5xx) and redirects (3xx). Checks internal/external links on single pages or crawls entire sites. Provides detailed reports per page and site summary.

My Smart Digital

29

5.0

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

Find Broken Links

crawlerbros/find-broken-links

Crawl a website (start URL + same-host pages up to a configurable depth) and report every link that returns a 4xx / 5xx status, times out, or has a DNS error. HTTP-only - no proxy or browser needed.

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