Website Uptime & Response Monitor avatar
Website Uptime & Response Monitor

Pricing

Pay per usage

Go to Apify Store
Website Uptime & Response Monitor

Website Uptime & Response Monitor

Monitors website uptime and response time for given URLs.

Pricing

Pay per usage

Rating

5.0

(2)

Developer

riya rawat

riya rawat

Maintained by Community

Actor stats

1

Bookmarked

33

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 results in an Apify Dataset.

Built for reliability, low memory usage, and easy customization. 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)
  • Efficient crawling powered by Crawlee
  • Low memory footprint (works on free plan limits)
  • Optional proxy support to reduce blocking
  • Structured dataset output
  • Simple and extensible codebase

Input

startUrls

Type: Array
Description: List of URLs where the crawler starts.

maxPagesPerCrawl

Type: Number
Description: Maximum number of pages to scrape.

Example Input

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