VOOZH about

URL: https://apify.com/petr.volf/website-change-monitor

โ‡ฑ Website Change Monitor - Automated Change Tracking [DEPRECATED] ยท Apify


๐Ÿ‘ Website Change Monitor - Automated Change Tracking avatar

Website Change Monitor - Automated Change Tracking

Deprecated

Pricing

Pay per usage

Go to Apify Store

Website Change Monitor - Automated Change Tracking

Deprecated

Monitors web pages on a schedule and sends a Markdown webhook notification when the LLM detects a change relevant to your intent.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Petr Volf

Petr Volf

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a month ago

Last modified

Share

Website Change Monitor - Track Website Changes

Get notified when something changes on any website โ€” automatically, on a schedule you control.

What it does

Set it up once, and the Actor keeps an eye on the pages you care about. Whenever something relevant changes โ€” a price, a product, a job posting, a policy update โ€” you get notified. No manual checking required.

You describe what you want to watch in plain English. The Actor uses that description to filter out noise (ads, navigation updates, timestamps) and only alerts you when something that actually matters has changed.

How to set it up

  1. Paste the URLs you want to monitor โ€” or just describe what you're looking for and let the Actor find the right pages for you.
  2. Write your intent โ€” one or two sentences explaining what kind of change you care about (see examples below).
  3. Set how often to check โ€” every hour, every day, or whatever suits your needs.
  4. Add a webhook (optional) โ€” get an instant notification in Slack, email, or any other tool when a change is detected.
  5. Run the Actor โ€” it will take a first snapshot and start monitoring from there.

Input

FieldDescription
IntentWhat you want to watch for, in plain English. This is the most important setting โ€” be specific.
URLsThe pages to monitor. Leave empty to let the Actor find relevant pages based on your intent.
IntervalHow often to check for changes, in minutes. Default is every 60 minutes.
Auto-scheduleWhen turned on, the Actor sets up its own recurring schedule so you don't have to. On by default.
Schedule nameA name for the schedule.
Auto-fill URLsLet the Actor search for relevant pages based on your intent. Turns on automatically if no URLs are provided.
WebhookA URL to send a notification to when a change is detected.
Webhook headersAuthentication headers for your webhook endpoint, if required.

Writing a good intent

Think of the intent as instructions to a colleague: tell them exactly what to look out for.

Good examples:

  • "Tell me if the pricing on the Pro or Business plan changes."
  • "Alert me when new engineering jobs are posted."
  • "Let me know if they add or remove anything from the API docs."

Too vague:

  • "Monitor changes" โ€” this will catch everything, including things you don't care about.

Getting notified

Connect a webhook to receive alerts in real time. Paste your webhook URL into the Webhook field and the Actor will send a message whenever a relevant change is found.

Works out of the box with Slack, Make, Zapier, PagerDuty, and any service that accepts HTTP webhooks.

The request body is a plain Markdown summary of the detected changes, sent with Content-Type: text/markdown. Example:

- https://example.com/pricing: **Pro plan** price increased from $49/mo to $59/mo.
- https://example.com/business: Removed the "free trial" mention from the hero section.

Output

Every detected change is saved to the dataset so you have a full history. Each record includes the page URL, when the change was detected, and a description of what changed.

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.

21

Wayback Machine Scraper - Track Website Changes Over Time

ryanclinton/wayback-machine-search

Search the Internet Archive's Wayback Machine for historical snapshots of any website. Retrieve archived page metadata -- including timestamps, URLs, MIME types, HTTP status codes, and content hashes -- for up to 10,000 snapshots per run.

83

Redfin Scraper โ€“ Property Listings, Prices & Images Extractor

motivational_nickel/redfin-scraper---property-listings-prices-images-extractor

Extract structured property data from Redfin listings, including price, beds, baths, square footage, year built, property type, address, and images. Built with JSON-LD extraction plus DOM fallback for stable results, transparent status reporting, and reliable real estate data workflows.

๐Ÿ‘ User avatar

Leoncio Jr Coronado

21

Intent Signal Tracker โ€” Jobs, Tech & Funding

ryanclinton/intent-signal-tracker

Track buying signals across job postings, tech stack changes, funding, and content updates. Composite intent score per company. $0.05/company โ€” replaces Clay's $495/mo Web Intent.

21

1.0

(1)

๐Ÿ›ก๏ธ Security Headers Checker

taroyamada/security-headers-checker

Audit HTTP security headers in bulk across hundreds of websites. Extract OWASP compliance grades and detect missing HSTS or CSP directives instantly.