🔔 Website Change Monitor API

Monitor any webpage for changes. Get instant webhook notifications when content updates. Track competitor pricing, product pages, job postings — automatically.

How It Works

1

Register a URL to monitor

Tell us what page to watch, how often to check, and where to send notifications.

2

We check automatically

Our engine fetches the page on your schedule, extracts text content, and compares with the previous version.

3

Get notified on changes

When content changes, we POST a webhook with the exact diff — what was added, what was removed.

Quick Start

# 1. Create a monitor
curl -X POST https://api.16761.tech/monitor/create \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://competitor.com/pricing",
    "webhook": "https://your-app.com/webhook",
    "intervalMinutes": 60
  }'

# 2. When the page changes, your webhook receives:
{
  "event": "page.changed",
  "diff": {
    "added": ["New pricing: $29/mo"],
    "removed": ["Old pricing: $19/mo"]
  }
}

Use Cases

🏷️ Competitor Pricing

Know instantly when competitors change their pricing, plans, or discount offers.

📄 Compliance Pages

Monitor Terms of Service, Privacy Policy, and regulatory pages for updates.

🛒 Product Availability

Track stock status, product listings, or feature pages on e-commerce sites.

💼 Job Postings

Watch competitor career pages to understand their hiring strategy and growth.

📰 Content Updates

Monitor news pages, blog posts, or documentation for new content.

🔧 API Changelogs

Track API documentation pages for breaking changes or new features.

Pricing

Free

$0/mo
  • 3 monitors
  • Hourly checks
  • Webhook notifications
  • Text diff

Pro

$19/mo
  • 50 monitors
  • 5-minute checks
  • Webhook + Email
  • Screenshot diff
  • Change history

Business

$49/mo
  • 500 monitors
  • 1-minute checks
  • Slack + Teams
  • AI change summary
  • Priority support

Start Monitoring in 60 Seconds

Free tier — 3 monitors, no credit card needed.

Get Free API Key → API Docs