VOOZH about

URL: https://apify.com/accurate_pouch/website-change-monitor

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


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

Website Change Monitor โ€” Content Diff & Alerts

Pricing

$5.00 / 1,000 page monitoreds

Go to Apify Store

Website Change Monitor โ€” Content Diff & Alerts

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.

Pricing

$5.00 / 1,000 page monitoreds

Rating

0.0

(0)

Developer

๐Ÿ‘ Manchitt Sanan

Manchitt Sanan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

Monitor any website for content changes. Compare text content, HTML hashes, or specific CSS selectors between runs. Webhook alerts when changes are detected. Use with Apify scheduling for automated daily/weekly monitoring. 5 URLs.


How it works

  1. First run: Fetches each URL, extracts text content, computes a hash. Saves snapshot.
  2. Subsequent runs: Provide previousDatasetId from the last run. The actor compares hashes and reports which pages changed.
  3. Webhook: If any page changed, POSTs the diff to your webhook URL.

Use with Apify Scheduling (cron) to run daily/weekly and get notified when competitor pages, pricing, or content changes.


Quick start

{
"urls":["https://example.com","https://github.com"],
"mode":"text"
}

Second run (with comparison):

{
"urls":["https://example.com","https://github.com"],
"mode":"text",
"previousDatasetId":"DATASET_ID_FROM_FIRST_RUN"
}

Comparison modes

ModeWhat it comparesBest for
textExtracted visible text (no HTML/scripts/styles)Content changes, blog posts, pricing
hashFull HTML including markupAny structural change
selectorContent inside a specific CSS elementTargeting specific sections (#price, .product-info)

Input

FieldTypeDefaultDescription
urlsarray(required)URLs to monitor
modeenumtextComparison mode: text, hash, or selector
selectorstring(optional)CSS selector for selector mode (#id, .class, tag)
previousDatasetIdstring(optional)Dataset ID from previous run for change detection
timeoutinteger15000Request timeout per page
webhookUrlstring(optional)POST alert when content changes
dryRunbooleanfalseMonitor without charges

Output

{
"url":"https://example.com",
"contentHash":"a1b2c3d4e5f6g7h8",
"textContent":"Example Domain This domain is for use in illustrative examples...",
"contentLength":1256,
"statusCode":200,
"checkedAt":"2026-04-14T10:00:00Z",
"changed":true,
"previousHash":"x9y8z7w6v5u4t3s2",
"diff":"Added: New pricing section with updated rates",
"status":"success"
}

Pricing

$0.003 per URL checked (pay-per-event pricing).

  • Errors and dry runs are never charged.
  • 100 URLs daily = $0.285/day = ~$8.55/month

Related actors in this suite

Other tools by accurate_pouch for site monitoring + crawling:

  • Broken Link Checker โ€” Recursive crawl, sitemap + robots.txt parsing, webhook, Sheets export. $0.005/page.
  • Sitemap Analyzer โ€” Parse, validate, status-check URLs, sitemap indexes. $0.004/sitemap.
  • SSL Monitor โ€” Certificate chain, expiry, fingerprint, key size, webhook. $0.004/domain.
  • TheCrawler โ€” Web scraper + LLM-powered structured extraction. AGPL-3.0, also on npm (thecrawler@0.1.1). $0.005/page.
  • Lighthouse Auditor โ€” PageSpeed Insights API, Core Web Vitals, deltas. $0.005/audit.

Run on Apify

๐Ÿ‘ Run on Apify

No setup needed. Click above to run in the cloud. $0.003 per operation.

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 Detector

technicaldost/website-change-detector

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

๐Ÿ‘ User avatar

Technical Dost Solutions

2

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

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.

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