Compare two webpages and detect content or visual differences. Track changes over time, detect unauthorized modifications, and monitor content updates.
POST /v1/diff| Name | Type | Required | Description |
|---|---|---|---|
| url1 | string | Yes | First URL to compare |
| url2 | string | Yes | Second URL to compare |
| type | string | No | Comparison type: content or visual (default: content) |
curl -X POST "https://api.toolcenter.dev/v1/diff" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url1": "https://example.com", "url2": "https://example.org"}'
Monitor website changes over time
Detect unauthorized content modifications
Track competitor website updates
QA testing before/after deployments
500 free API calls per month. No credit card required.
Get Started Free