Catch contract drift
Baseline JSON schemas locally and surface removed fields, type changes, and safe additions.
Monitor API contract drift, identify the request that powers a page, and turn captured JSON into a reusable extraction recipe—inside Chrome DevTools.
Contract Guardian● CAPTURING20-item object array at $.data.deals matched visible products and expected fields.
{
"title": "Launch fast",
"price": 49,
"image": "..."
}Guardian connects the endpoint, response structure, visible page values, and extraction path.
Baseline JSON schemas locally and surface removed fields, type changes, and safe additions.
Rank first-party candidates by arrays, fields, visible values, and response shape.
Select a JSON path, expand nested fields, preview rows, and export a recipe.
Core monitoring and API discovery remain free. Pro unlocks the payload-to-scraper workflow.
Install Guardian, open its DevTools panel, and reload the page. Nothing is injected into the website.