VOOZH about

URL: https://apify.com/wsgcjj/change-monitor

โ‡ฑ Website Change Monitor โ€” Diff & Webhook Alerts ยท Apify


๐Ÿ‘ Website Change Monitor โ€” Diff & Webhook Alerts avatar

Website Change Monitor โ€” Diff & Webhook Alerts

Under maintenance

Pricing

from $20.00 / 1,000 results

Go to Apify Store

Website Change Monitor โ€” Diff & Webhook Alerts

Under maintenance

Monitor any web page for content changes. Get structured diff reports showing exactly what changed (added/removed lines). Supports CSS selectors, webhook notifications, and persistent content tracking via KV store. Ideal for competitor monitoring, price tracking, and policy change detection.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ ้™ˆไฟŠๆฐ

้™ˆไฟŠๆฐ

Maintained by Community

Actor stats

0

Bookmarked

0

Total users

0

Monthly active users

14 days ago

Last modified

Share

Website Change Monitor

Monitor web pages for content changes and receive structured diff reports. Ideal for:

  • Competitor monitoring โ€” track changes on competitor landing pages, pricing, or feature listings.
  • Policy change detection โ€” get alerted when terms of service, privacy policies, or regulatory pages update.
  • Price tracking โ€” detect price changes on product pages.
  • News & blog monitoring โ€” know when new articles or updates are published.

How it works

  1. Set the URL you want to monitor (and optionally a CSS selector to scope checking).
  2. On each run, the Actor fetches the page, extracts readable text, and compares it against the previous run's content (stored automatically in the Actor's key-value store).
  3. A structured diff report is saved to the default dataset with:
    • changed โ€” boolean flag
    • diff โ€” unified diff string (+ lines added, - lines removed)
    • added / removed โ€” lists of changed lines
    • checked_at โ€” timestamp
    • content_hash โ€” SHA256 for quick cache-busting checks
  4. Optionally, configure a webhook URL to receive POST notifications only when a change is detected.

Input

FieldTypeRequiredDescription
urlstringโœ…Full URL of the page to monitor
selectorstringโŒCSS selector to limit monitoring to a specific element
webhook_urlstringโŒURL to POST change notifications to
previous_contentstringโŒPrevious content override (falls back to stored value)

Output

Each run produces one dataset entry with the following structure:

{
"changed":true,
"diff":"+ New pricing: $49/mo\n- Old pricing: $39/mo",
"added":["New pricing: $49/mo"],
"removed":["Old pricing: $39/mo"],
"url":"https://example.com/pricing",
"checked_at":"2026-05-29T12:00:00+00:00",
"content_hash":"a1b2c3d4e5f6..."
}

Pricing

  • $0.01 per check run โ€” webhook notifications included at no extra cost.
  • No hidden fees, no per-result surcharges.

Example usage

Basic monitoring

{
"url":"https://example.com/pricing"
}

Scoped monitoring + webhook

{
"url":"https://example.com/pricing",
"selector":"#pricing-table",
"webhook_url":"https://hooks.slack.com/services/xxx/yyy/zzz"
}

Storage

  • Previous content is automatically persisted in the Actor's key-value store under the key last_content.
  • Diff results are pushed to the default dataset and can be exported as JSON, CSV, Excel, etc.
  • The content hash enables external systems to quickly check if content changed without re-reading the full diff.

Development

# Install dependencies
pip install-r requirements.txt
# Run locally (requires Apify token)
python -m src

You might also like

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

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

Web Drift Detector โ€“ Website Change Monitoring & Content Diff

muhammad-bilal/web-drift-detector

Detect website changes automatically. Monitor pricing, content, policies, and competitors using fast browserless web change detection. Structured diffs, severity scoring, historical snapshots, and webhook alerts. Ideal for compliance, SaaS, ecommerce, and monitoring workflows.

๐Ÿ‘ User avatar

Muhammad Bilal

11

5.0

Firecrawl Website Change Monitor - Track Page Changes with AI

alizarin_refrigerator-owner/firecrawl-website-change-monitor---track-page-changes-with-ai

Monitor websites for content changes. Get notified when pricing, inventory, competitor pages, or any web content changes. Uses Firecrawl for intelligent change detection. Markdown Comparison JSON Extraction Change Notifications Webhook Integration Scheduled Monitoring

Website Change Monitor - AI Page Diff Tracker

viralanalyzer/website-change-monitor

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

6

5.0

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.

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.

Website Change Tracker โ€“ Competitor & Content Monitor

conceivable_extension/website-change-tracker

Monitor any web page for content changes. Detects price updates, policy edits, competitor announcements, and new content. Stores page snapshots and alerts on meaningful diffs. PPE: $0.002 no change, $0.008 changed.

2