Redirect Chain Checker
Pricing
from $10.00 / 1,000 results
Go to Apify Store
Under maintenance
Redirect Chain Checker
Check redirect chains for any URL. Follows all redirects manually and traces the full redirect path from initial URL to final destination.
Features
- Follow redirect chains for multiple URLs
- Trace each step with status code
- Identify final destination URL
- Count total redirects
Input
- urls (array of strings, required): List of URLs to check redirect chains for
Output
Each result contains:
url: The original URLredirectChain: Array of redirect steps (url, statusCode)finalUrl: The final destination URLtotalRedirects: Number of redirects
