Bulk URL Status Checker
Pricing
Pay per event
Bulk URL Status Checker
Bulk check URLs for status codes, redirects, broken links, response times, canonical tags, robots meta, headers, and final destinations.
Bulk URL Status Checker
Pricing
Pay per event
Bulk check URLs for status codes, redirects, broken links, response times, canonical tags, robots meta, headers, and final destinations.
inputUrl
Optional
URL value supplied as input
normalizedUrl
Optional
Input URL normalized for the request
statusCode
Optional
Final HTTP response status code
statusText
Optional
Text associated with the HTTP status code
finalUrl
Optional
Final response URL after redirects
redirectChain
Optional
Redirect hops followed before the final response
[ { "url": "https://example.com/old-page", "statusCode": 301, "location": "https://example.com/final-page" }]redirectCount
Optional
Number of redirects followed
isBroken
Optional
Whether the URL returned an error or a broken HTTP status
isRedirect
Optional
Whether at least one redirect was followed
responseTimeMs
Optional
Total request duration in milliseconds
contentType
Optional
Response Content-Type header value
contentLength
Optional
Response Content-Length header value in bytes
canonicalUrl
Optional
Canonical URL extracted from HTML
robotsMeta
Optional
Robots meta directive extracted from HTML
errorType
Optional
Request error code or type when checking failed
errorMessage
Optional
Request error details when checking failed
checkedAt
Optional
UTC timestamp when the URL check completed
headers
Optional
Response headers when header output is enabled
{ "content-type": "text/html; charset=utf-8", "cache-control": "max-age=3600"}