Redirect Chain Analyzer avatar
Redirect Chain Analyzer

Pricing

Pay per usage

Go to Apify Store
Redirect Chain Analyzer

Redirect Chain Analyzer

List of URLs whose HTTP redirect chains will be analyzed

Pricing

Pay per usage

Rating

5.0

(2)

Developer

riya rawat

riya rawat

Maintained by Community

Actor stats

0

Bookmarked

32

Total users

16

Monthly active users

7 hours 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
}