VOOZH about

URL: https://apify.com/botflowtech/url-redirect-validator

โ‡ฑ URL Redirect Validator ยท Apify


Pricing

$10.00/month + usage

Go to Apify Store

URL Redirect Validator

Track complete HTTP redirect chains, detect cross-domain redirects, and validate URLs. Perfect for affiliate link monitoring and ad hijacking detection.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ BotFlowTech

BotFlowTech

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

2 months ago

Last modified

Share

Validates URLs and tracks all HTTP redirects (301, 302, 307, 308) returning final status codes and the complete redirect chain.

Features

  • Follows all redirects (301, 302, 303, 307, 308)
  • Returns final status code after all redirects
  • Captures complete redirect chain
  • Handles relative redirect URLs
  • Optional proxy support to avoid blocking
  • Configurable timeout and max redirects
  • Detailed error handling

Input

{
"urls":[
"https://example.com",
"https://bit.ly/example"
],
"maxRedirects":10,
"timeout":30000,
"useProxy":false
}
## Output
{
"originalUrl":"https://bit.ly/example123",
"originalDomain":"bit.ly",
"finalUrl":"https://www.amazon.com/dp/B08N5WRWNW",
"finalDomain":"www.amazon.com",
"finalStatusCode":200,
"finalStatusMessage":"OK",
"isSuccessful":true,
"redirectCount":2,
"totalSteps":3,
"hasRedirects":true,
"hasCrossDomainRedirect":true,
"domainChanges":[
{
"step":1,
"from":"bit.ly",
"to":"www.amazon.com",
"redirectType":301
}
],
"redirectChain":[
{
"step":1,
"url":"https://bit.ly/example123",
"domain":"bit.ly",
"statusCode":301,
"statusMessage":"Moved Permanently",
"isRedirect":true,
"redirectLocation":"https://www.amazon.com/dp/B08N5WRWNW"
},
{
"step":2,
"url":"https://www.amazon.com/dp/B08N5WRWNW",
"domain":"www.amazon.com",
"statusCode":200,
"statusMessage":"OK",
"isRedirect":false,
"redirectLocation":null
}
],
"timestamp":"2026-02-14T04:48:00.000Z"
}

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.

Redirect Chain Analyzer

automation-lab/redirect-chain-analyzer

This actor follows HTTP redirects step-by-step and reports the full chain for any list of URLs. It also tests HTTP-to-HTTPS and www/non-www variants to verify canonical redirects are properly configured. Use it for SEO migration audits, redirect debugging, or monitoring redirect health.

๐Ÿ‘ User avatar

Stas Persiianenko

7

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

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.

Redirect Path Analyzer

zerobreak/redirect-path-analyzer

Redirect path analyzer that follows every hop in a URL chain and reports status codes, redirect types, and the final destination, so SEO teams can fix broken chains before they affect rankings.

URL Shortener Expander

automation-lab/url-shortener-expander

This actor takes any list of shortened or redirecting URLs and follows each redirect step by step to reveal the final destination URL. It returns the complete redirect chain, redirect count, final status code, and final domain. Use it for link analysis, security verification, or marketing...

๐Ÿ‘ User avatar

Stas Persiianenko

15

Broken Link Checker

parseforge/broken-link-checker

Scan thousands of URLs instantly and detect broken links, 404s, redirects, and slow pages. Get comprehensive link health reports with status codes, response times, redirect chains, and detailed error information. Perfect for website maintenance, SEO audits, and quality assurance.

51

2.6