SaaS Change Monitor API (Pricing, Terms, Features)
Pricing
from $1.00 / 1,000 results
SaaS Change Monitor API (Pricing, Terms, Features)
Monitor competitor and vendor pages for pricing, terms, and feature changes. Returns structured diffs and webhook/dataset alerts.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer

太郎 山田
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
SaaS Website Change Monitor (Pricing / Terms / Features)
Monitor competitor and vendor websites for pricing changes, terms updates, and feature page diffs. Built for SaaS operators, agencies, and growth teams that need change alerts in a machine-readable format.
This Actor is best for:
- Competitor pricing intelligence
- Terms of service and refund policy monitoring
- Feature launch / removal tracking
- Daily watch reports to webhook or Apify dataset
What It Does
- Tracks multiple URLs per run (
price,terms,features,general) - Extracts monitorable text from HTML and removes noisy sections
- Saves per-target snapshots with hashes
- Detects
initial,changed,unchanged, anderrorstates - Outputs added/removed line summaries
- Delivers results to
datasetorwebhook(email is placeholder)
Recommended Input (First Run)
{"targets": [{"id": "stripe-pricing","name": "Stripe Pricing","kind": "price","url": "https://stripe.com/pricing","includePatterns": ["pricing", "standard", "enterprise", "billing"],"excludePatterns": ["cookie", "sign in"]},{"id": "notion-terms","name": "Notion Terms","kind": "terms","url": "https://www.notion.so/legal/terms-of-service","includePatterns": ["terms", "billing", "refund", "termination"]}],"requestTimeoutSeconds": 30,"maxChars": 25000,"delivery": "dataset","datasetMode": "changes_only","notifyOnNoChange": false,"snapshotKey": "saas-change-monitor-snapshots","dryRun": false}
Input Notes
targets: list of monitored pagesurlorfixtureHtml/fixturePathis requiredincludePatterns: strongly recommended to reduce noisedatasetMode:changes_only: sendschanged,initial,errorall: sends all targets
notifyOnNoChange: for webhook mode
Output
Each target result includes:
status(initial|changed|unchanged|error)hash,previousHashchangeSummary.added[],changeSummary.removed[]preview,lineCount,capturedAt
Local Development
cd /volume1/docker/Apify/saas-change-monitor-actor-privatecp -n .env.example .envcp -n input.example.json input.json./scripts/run-with-env.shcat output/results.json
Keywords
SaaS change monitor, website change detection, pricing monitor, terms monitor, competitor monitoring, feature diff alerts, website diff API.