Monitor any webpage for changes. Get instant webhook notifications when content updates. Track competitor pricing, product pages, job postings — automatically.
Tell us what page to watch, how often to check, and where to send notifications.
Our engine fetches the page on your schedule, extracts text content, and compares with the previous version.
When content changes, we POST a webhook with the exact diff — what was added, what was removed.
# 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"]
}
}
Know instantly when competitors change their pricing, plans, or discount offers.
Monitor Terms of Service, Privacy Policy, and regulatory pages for updates.
Track stock status, product listings, or feature pages on e-commerce sites.
Watch competitor career pages to understand their hiring strategy and growth.
Monitor news pages, blog posts, or documentation for new content.
Track API documentation pages for breaking changes or new features.
Free tier — 3 monitors, no credit card needed.
Get Free API Key → API Docs