Compare any two webpages side by side. Spot visual differences instantly — powered by SnapShot API. No API key needed.
# Compare two pages programmatically:
curl -o page-a.png "https://snapshot-api-production-1374.up.railway.app/screenshot?url=URL_A&key=YOUR_KEY"
curl -o page-b.png "https://snapshot-api-production-1374.up.railway.app/screenshot?url=URL_B&key=YOUR_KEY"
# Then use ImageMagick to diff:
compare page-a.png page-b.png diff.png