VOOZH about

URL: https://apify.com/gr_59017/website-change-notification-api

⇱ Website Change Notification API Β· Apify


Pricing

Pay per usage

Go to Apify Store

Website Change Notification API

Monitors websites for content changes using Cheerio. Compares current and previous page versions and notifies when changes are detected. Ideal for tracking notices, updates, pricing changes, and announcements.

Pricing

Pay per usage

Rating

5.0

(2)

Developer

πŸ‘ Gautam Rana

Gautam Rana

Maintained by Community

Actor stats

0

Bookmarked

68

Total users

0

Monthly active users

6 months ago

Last modified

Categories

Share

Automatically monitor websites for content changes. This Actor uses a fast Cheerio crawler to compare page content across runs and notifies when changes are detected. Ideal for tracking notices, updates, pricing changes, and announcements.


What This Actor Does

  • Monitors any website for content changes
  • Supports full-page or CSS selector–based monitoring
  • Compares current content with previous runs
  • Outputs a simple changed / not changed status
  • Designed as a reusable API and automation

How It Works

  1. Fetches the website using a Cheerio crawler
  2. Extracts text or HTML from the full page or a selected section
  3. Generates a hash of the extracted content
  4. Compares the hash with the previous run
  5. Reports whether a change was detected

Input

This Actor accepts the following input parameters:

  • url (required):
    The website URL that should be monitored for changes.

  • selector (optional):
    A CSS selector to monitor only a specific part of the webpage, such as a notice section or content container.

  • checkType (optional):
    Defines whether text content or raw HTML should be monitored.
    Possible values are text (default) and html.

Example Input

{
"url":"https://example.com/notice",
"selector":".announcements",
"checkType":"text"
}
## Output
Each run produces a dataset entry with the result of the change check:
- **url**:
The monitored website URL.
- **changed**:
A boolean value indicating whether the content has changed since the previous run.
- **checkedAt**:
An ISO timestamp indicating when the website was checked.
### Example Output
```json
{
"url":"https://example.com/notice",
"changed":true,
"checkedAt":"2025-01-01T12:30:00.000Z"
}

You might also like

Content Checker

jakubbalada/content-checker

Monitor a website or web page for content changes. Automatically saves before and after screenshots and sends an email notification when content changes are detected.

2.2K

4.9

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 Detection & Uptime Monitoring API

motivational_nickel/website-change-detection-uptime-monitoring-api

Monitor websites for uptime, status changes, and content updates. Detect HTTP status, title changes, and page modifications with structured, automation-ready outputs. Ideal for SEO monitoring, competitor tracking, and alert systems.

πŸ‘ User avatar

Leoncio Jr Coronado

2

LinkedIn People Watcher πŸ•ΆοΈ βœ…

pratikdani/linkedin-people-watcher

Monitor LinkedIn profiles for signals like job changes, new posts, and topic-specific posts. Sends email notifications when changes are detected. Uses LLM-based intelligent change detection.

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

JSON & Visual Content Monitor - Track API & Website Changes

malachite_spotlight/json-content-checker

Monitor JSON APIs and websites for changes. Get email alerts, AI summaries, beautiful HTML reports, and export to multiple formats. Perfect for price tracking, API monitoring, and competitive intelligence.

πŸ‘ User avatar

Hulya Masharipov

1

Api Endpoint Monitor

devwithbobby/api-endpoint-monitor

Never get surprised by API changes again. This Actor continuously monitors your public APIs, tracks endpoint changes, auto-generates OpenAPI documentation, and alerts you instantly when breaking changes occur.

πŸ‘ User avatar

Dev with Bobby

2