Compare Two Web Pages
website_diffCompare two website URLs to detect changes in content, structure, or both. Identify added, removed, and modified sections for monitoring competitors, verifying deployments, and tracking updates.
Instructions
Diff two URLs and get a summary of what changed — added lines, removed lines, modified sections. Modes: 'text' (visible content only), 'structure' (DOM/HTML structural changes), 'full' (both). Great for competitor monitoring, change detection, and verifying deployments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url1 | Yes | First URL | |
| url2 | Yes | Second URL to compare against url1 | |
| mode | No | What to diff — 'text' for content only (default), 'structure' for HTML changes |