Monitor competitors, prices, job listings, news — anything on the web. Get instant alerts with visual screenshots when content changes.
Start Monitoring Free → See the API ↓Track competitor prices. Get notified the instant they change their pricing page.
Monitor news sites, blogs, government pages. Know when new content appears.
Watch company career pages. Be the first to know when new positions open.
Track terms of service and policy pages. Document every change with screenshots.
Monitor "out of stock" pages. Get alerted the moment products become available.
Watch search result pages. Track your rankings and competitor positions.
Tell us what to watch. Any public webpage works.
Check every 15 minutes, hourly, or daily.
When a change is detected, you get a notification with visual screenshots.
# Create a monitor
curl -X POST https://api.16761.tech/monitors \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://competitor.com/pricing",
"name": "Competitor Pricing",
"frequency": "hourly",
"email": "you@company.com"
}'
# List your monitors
curl https://api.16761.tech/monitors \
-H "Authorization: Bearer YOUR_KEY"
# Get latest screenshot
curl https://api.16761.tech/monitors/MONITOR_ID/screenshot \
-H "Authorization: Bearer YOUR_KEY" \
-o latest.png