---
title: "Get alerts when a terms of service page changes"
slug: "terms-of-service-change-alerts"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/terms-of-service-change-alerts"
actor: "Website Change Monitor - Page & Price Change Alerts"
actor_url: "https://automationbyexperts.com/apify/website-change-monitor"
apify_url: "https://apify.com/fayoussef/website-change-monitor/examples/terms-of-service-change-alerts?fpr=youssef&fp_sid=abe_ex_terms-of-service-change-alerts"
price: "$0.002"
price_unit: "per result"
---

# Get alerts when a terms of service page changes

Watches legal and policy pages that change silently and returns a line by line diff instead of making you reread the whole page, ignoring the last updated timestamp so only real wording changes count. Legal and compliance teams schedule it weekly across every vendor they depend on.

**Run it:** [Get alerts when a terms of service page changes on Apify](https://apify.com/fayoussef/website-change-monitor/examples/terms-of-service-change-alerts?fpr=youssef&fp_sid=abe_ex_terms-of-service-change-alerts)  
**Actor:** [Website Change Monitor - Page & Price Change Alerts](https://automationbyexperts.com/apify/website-change-monitor)  
**Pricing:** $0.002 per result

## The input this task runs with

```json
{
  "urls": [
    "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service"
  ],
  "monitorMode": "text",
  "ignorePatterns": [
    "Last updated.*"
  ],
  "monitorName": "legal"
}
```

## What every run returns

- `Page URL`
- `Change detected (yes/no)`
- `Added-content diff`
- `Removed-content diff`
- `Severity score`
- `Matched keywords`
- `Checked timestamp`
- `Alert status`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Website Change Monitor - Page & Price Change Alerts tasks

- [Monitor a competitor's pricing page for changes](https://automationbyexperts.com/apify/examples/competitor-pricing-page-monitor): Saves a baseline of the visible text on a pricing page, then on every run reports exactly what changed, with any change mentioning price, discount or plan flagged as major. Schedule it hourly or daily and add a Slack or Telegram webhook to hear about a price move the same day.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
