VOOZH about

URL: https://apify.com/optimus-fulcria/website-change-monitor

โ‡ฑ Website Change Monitor & Alert System ยท Apify


Pricing

Pay per usage

Go to Apify Store

Website Change Monitor

Monitor websites for content changes. Full page, CSS selector, or text pattern matching. Diff summaries and alerts.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Fulcria Labs

Fulcria Labs

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

2

Monthly active users

3 months ago

Last modified

Categories

Share

Monitor any website for content changes. Get notified when prices change, content updates, policies are modified, or job postings appear. Stores snapshots between runs for comparison and generates human-readable diff summaries.

Features

  • Three monitoring modes: Full page text, specific CSS selectors, or regex text patterns
  • Smart diff comparison: Stores content snapshots and generates readable change summaries
  • Noise reduction: Ignore whitespace, case, or number changes to avoid false positives
  • Screenshot capture: Optional full-page screenshots when changes are detected
  • JavaScript rendering: Full Playwright browser for dynamic/SPA websites
  • Persistent storage: Snapshots stored in key-value store between runs

Use Cases

  • Price monitoring: Track competitor pricing pages with CSS selectors
  • Content tracking: Monitor blogs, news sites, or documentation for updates
  • Regulatory compliance: Watch policy pages for changes
  • Job monitoring: Check career pages for new postings
  • Stock/availability: Monitor product pages for inventory changes
  • SEO tracking: Detect changes to competitor meta tags and content

How It Works

  1. First run: The actor visits each URL, extracts content, computes a hash, and stores a baseline snapshot
  2. Subsequent runs: Compares current content hash against the stored snapshot
  3. Change detected: Generates a diff summary showing what was added/removed
  4. Results: Outputs structured data with change status, timestamps, and summaries

Input Configuration

FieldTypeDefaultDescription
urlsarrayrequiredList of URLs to monitor
checkModestringfull_pageHow to check: full_page, selector, or text_pattern
selectorsarray[]CSS selectors (for selector mode)
textPatternstring""Regex pattern (for text_pattern mode)
ignoreWhitespacebooleantrueNormalize whitespace
ignoreCasebooleanfalseCase-insensitive comparison
ignoreNumbersbooleanfalseStrip numbers before comparison
screenshotbooleanfalseScreenshot on change

Output

Each monitored URL produces a result with:

{
"url":"https://example.com/pricing",
"domain":"example.com",
"changed":true,
"isFirstCheck":false,
"currentHash":"abc123...",
"previousHash":"def456...",
"contentLength":5432,
"changesSummary":"Added 3 lines. Sample: New Enterprise plan at $99/mo",
"checkedAt":"2026-02-23T10:00:00Z",
"previousCheckAt":"2026-02-22T10:00:00Z",
"checkMode":"full_page"
}

Scheduling

Set up a schedule in Apify to run this actor periodically:

  • Every hour for price monitoring
  • Daily for content/policy tracking
  • Weekly for general website monitoring

Combined with Apify's webhooks or integrations, you can send change alerts to Slack, email, or any other service.

Tips

  • Use selector mode for precise monitoring (e.g., .price, .product-title)
  • Enable ignoreWhitespace to avoid false positives from formatting changes
  • Use ignoreNumbers when monitoring content where timestamps or counters change
  • Set waitForSelector for JavaScript-heavy sites that need time to render
  • Screenshots help verify what changed visually

You might also like

Website Change Monitor โ€” Content Diff & Alerts

accurate_pouch/website-change-monitor

Monitor websites for content changes. Text diff, hash comparison, CSS selector targeting. Webhook alerts when content changes. Use with Apify scheduling for daily monitoring. 5 URLs free.

๐Ÿ‘ User avatar

Manchitt Sanan

2

Website Change Monitor - AI Page Diff Tracker

viralanalyzer/website-change-monitor

Monitor any website for changes. Visual diffs, AI change summaries.

6

5.0

Website Change Monitor & Diff Tracker

ryanclinton/website-change-monitor

Monitor any website for content changes with automatic diff detection. Track pricing pages, competitor sites, ToS updates, and more. Compares snapshots, reports added/removed text, and supports CSS selector targeting for precise monitoring.

18

Web Page Change Monitor

dramatic_jonquil/web-page-change-monitor

Monitor any web page for meaningful changes. Watch full pages or specific CSS selectors, filter noisy timestamps and tokens, and get diffs plus optional webhook alerts when content actually changes.

Website Change Detector

technicaldost/website-change-detector

Monitor websites for content changes with visual comparison. Get alerts when pages update.

๐Ÿ‘ User avatar

Technical Dost Solutions

2

Web Page Change Monitor

junipr/web-page-change-monitor

Monitor pages for content changes with visual diff output. Compare against stored snapshots. CSS selectors for specific sections. Track prices, competitors, compliance. Multi-URL with configurable schedules.

Monitor Text Changes

lukaskrivka/monitor-changes

Monitor changes on websites or APIs and get back a detailed diff for selected fields. Run as an integration after any scraping Actor.

๐Ÿ‘ User avatar

Lukรกลก Kล™ivka

40