Redirect Chain Checker avatar

Redirect Chain Checker

Pricing

Pay per usage

Go to Apify Store
Redirect Chain Checker

Redirect Chain Checker

Trace HTTP redirect chains hop-by-hop — detect redirect loops, HTTP→HTTPS upgrades, chains longer than 4 hops, and chains ending in 4xx/5xx. One clean report per URL. Protects link equity and page speed. Pay-per-event: $0.01 per batch of up to 200 URLs.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

soot

soot

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Trace every HTTP redirect (301/302/307/308) for a list of URLs: full redirect chain, loops, HTTP→HTTPS upgrades, final status and SEO warnings. Essential for site migrations and link-equity audits. Pay-per-event: $0.01 per batch of up to 200 URLs.

🚀 What it does

This Actor automates a task that would otherwise take hours of manual work. It is built for batch processing — run it once on a list of inputs and get a structured, downloadable report.

✨ Features

  • Batch processing — handle one or many inputs in a single run
  • Structured output — clean tables, ready for CSV/JSON export
  • Pay-per-event pricing — you only pay for what you use
  • API & CLI ready — integrate it into any workflow

📥 Input configuration

Configure the Actor with these fields:

FieldTypeRequiredDescription
startUrlsarray✅ RequiredList of URLs or domains to trace redirect chains for (e.g. http://example.com).

💡 Usage example

Run via Apify API (cURL)

curl -X POST "https://api.apify.com/v2/acts/sootesting~redirect-chain-checker/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"startUrls": [
"https://example.com"
]
}'

Run via Apify CLI

apify run --actor-name sootesting~redirect-chain-checker --input '{
"startUrls": [
"https://example.com"
]
}'

📤 Output schema

The Actor produces the following structured data:

FieldTypeDescription
startUrlstringStart URL
finalUrlstringFinal URL after redirects
redirectCountintegerNumber of redirects
hasLoopbooleanRedirect loop detected
httpToHttpsbooleanHTTP upgraded to HTTPS in chain
finalStatusintegerFinal HTTP status
chainarrayHop-by-hop redirect chain
warningsarraySEO/UX warnings

💰 Pricing

Pay-per-event. See the Actor's pricing tab for current rates. You are only charged for successful events — platform usage is passed through transparently.

Part of the Sootesting SEO & Data Toolkit — a suite of focused actors for technical SEO, security auditing, and data extraction.