VOOZH about

URL: https://apify.com/scrappy_garden/redirect-chain-analyzer

⇱ Redirect Chain Analyzer [DEPRECATED] Β· Apify


πŸ‘ Redirect Chain Analyzer avatar

Redirect Chain Analyzer

Deprecated

Pricing

$4.99/month + usage

Go to Apify Store

Redirect Chain Analyzer

Deprecated

Analyze HTTP redirect chains (301/302/303/307/308) for one or more URLs. Detect long chains, loops, cross-domain redirects, missing Location headers, and bad final status codes. Useful for SEO audits, migrations, and canonicalization/HTTPS enforcement checks.

Pricing

$4.99/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Bikram Adhikari

Bikram Adhikari

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Analyze HTTP redirect behavior (301/302/303/307/308) for one or more URLs and produce an SEO-friendly report:

  • Detect long redirect chains (more than 1 hop)
  • Detect redirect loops
  • Detect missing Location headers on 3xx responses
  • Optionally flag cross-domain redirects
  • Report final status code (e.g., 200 OK vs 404)

Useful for:

  • SEO audits (chains waste crawl budget and slow down users)
  • Site migrations (HTTPβ†’HTTPS, wwwβ†’non-www, URL rewrites)
  • Canonicalization checks and redirect rule debugging

Input

  • Start URLs (startUrls) β€” required
  • Max redirects per URL (maxRedirects) β€” default 10
  • Use HEAD first (useHeadRequest) β€” default true (falls back to lightweight GET)
  • Allow cross-domain redirects (allowCrossDomain) β€” default true
  • Request timeout (timeoutSecs) β€” default 20
  • Max concurrency (maxConcurrency) β€” default 5
  • Proxy configuration (proxyConfiguration) β€” optional

Output

Dataset (one item per input URL)

Each dataset item contains:

  • startUrl, finalUrl, finalStatusCode
  • redirectCount, hopCount
  • hasLoop, tooManyHops, totalTimeMs, ok
  • warnings, errors
  • chain (array of hop objects)

Key-value store

  • SUMMARY β€” totals + timing
  • REPORT β€” top issues (up to 200 URLs)

Notes

  • Some sites block HEAD. If you see many failures, set Use HEAD first to false.
  • The actor uses lightweight GET with Range: bytes=0-0 to avoid downloading full pages.

Quick start

Store page: https://apify.com/scrappy_garden/redirect-chain-analyzer

Paste this into Input and click Run:

{
"startUrls":[
{
"url":"https://example.com/"
}
],
"proxyConfiguration":{
"useApifyProxy":false
}
}

Outputs (what you get)

  • Dataset: Dataset items typically include fields like: startUrl, finalUrl, finalStatusCode, redirectCount, hopCount, hasLoop, tooManyHops, ok, warningCount, errorCount.
  • Key-value store: REPORT, SUMMARY

Tips (trust + predictable results)

  • Start with 1–3 URLs to validate behavior, then scale up.
  • If a target blocks requests, enable Proxy and/or slow down concurrency in Input.
  • Use the SUMMARY / REPORT keys (when present) for automation pipelines and monitoring.

Related actors

Search keywords

redirect chain analyzer, redirect chain analyzer - detect 301/302 redirect chains & loops for seo, website audit, seo, redirect chain

You might also like

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

URL Shortener Resolver API

andok/url-shortener-resolver

Bulk unshorten URLs and extract complete HTTP redirect chains. Resolve bit.ly, t.co, and others to find the final destination URL and HTTP status code.

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.

OSINT Website Intelligence Analyzer

onescales/website-intelligence-analyzer-osint

All-in-one website analysis tool. Run 30 OSINT checks on any URL β€” DNS, SSL, WHOIS, tech stack, security headers, email security, open ports, and more. Get a complete site profile in seconds.

94

5.0

(3)

Title Tag Analyzer

zerobreak/title-tag-analyzer

Title tag analyzer that checks page titles and meta descriptions across any list of URLs, so SEO teams can catch missing or oversized tags before rankings slip.