Skip to main content
Monitor websites for changes and scrape any public URL for raw HTML content. Track pages for real-time change detection or perform one-off scrapes on demand.

What You Can Do

Track a Website

Start monitoring a website URL for content changes.
Response:

Web Scraping

Scrape any public URL and get the raw HTML content back. This is a one-off request — no tracking required.
This endpoint is rate-limited to 10 requests per 60 seconds per API key.
Response:

List Tracked Websites

Retrieve all websites you are currently tracking.

Stop Tracking

Remove a website from your tracked sources. You can identify the source by its original URL (sid) or its internal ID (iid).

Webhook Event Shape

When a tracked website publishes new content, your webhook receives a SourceEvent object. This is the exact shape sent via JSON.stringify to your webhook URL:

Delivery Methods

Web change events are delivered through all the same channels as other sources:
  • Webhooks — Push to your endpoint
  • WebSocket — Real-time bidirectional stream
  • SSE — Server-sent events with auto-reconnect

API Reference