PageCrawl provides three ways to integrate with external systems: a REST API, webhooks, and RSS feeds.
API and webhooks are available on paid plans.
API
The REST API lets you manage monitors programmatically, including creating pages, retrieving change history, and triggering checks. Find your API key in Settings > API.
See the API & Webhooks guide for endpoints and authentication details.
Webhooks
Webhooks send HTTP POST requests to your endpoint whenever a change is detected or an error occurs. Configure them in Settings > Workspace > Integrations > Webhooks.
See the Webhook Integration guide for setup, payload fields, and example payloads.
RSS Feeds
Access recent changes in Atom RSS format. Generate a public RSS URL for a single page or for all pages in the workspace.
See the RSS Feeds guide for setup instructions.
