VOOZH about

URL: https://apify.com/predictable_function/my-actor-2

⇱ Redirect Chain Analyzer Β· Apify


Pricing

Pay per usage

Go to Apify Store

Redirect Chain Analyzer

List of URLs whose HTTP redirect chains will be analyzed

Pricing

Pay per usage

Rating

5.0

(1)

Developer

πŸ‘ riya rawat

riya rawat

Maintained by Community

Actor stats

0

Bookmarked

71

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

JavaScript Website Scraper (Crawlee + Cheerio)

A fast and lightweight Apify Actor for scraping static and semi-dynamic websites using Crawlee’s CheerioCrawler. The Actor extracts page titles and URLs from provided start pages and stores the data in an Apify Dataset.

Built for performance, simplicity, and extensibility. Fully compliant with Apify Actor Store rules and suitable for the Apify $1 Million Actor Challenge.


Key Features

  • Fast HTML parsing using Cheerio (no browser required)
  • Automatic request handling with Crawlee
  • Low memory usage (works on Apify free plan)
  • Proxy support to reduce blocking
  • Structured dataset output
  • Easy to extend with custom selectors and logic

Input

startUrls

Type: Array
Description: List of URLs to start crawling

maxPagesPerCrawl

Type: Number
Description: Maximum number of pages to scrape

Example Input

{
"startUrls":[
{"url":"https://example.com"}
],
"maxPagesPerCrawl":10
}

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 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.

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 Redirect Validator

botflowtech/url-redirect-validator

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

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

13

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.

Broken Link Checker β€” Find 404s, Dead Links & Redirect Issues

khadinakbar/broken-link-checker

Crawl a website, scan a URL list, or verify all URLs from a sitemap. Returns broken links with source page, anchor text, status, redirect chain, and failure class β€” for SEO audits, content QA, and migration validation.

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