{
"success": true,
"hosted": {
"tenant_id": "tn_..",
"key_id": "key_..",
"credits_charged": 10,
"credit_type": "standard"
},
"products": {
"success": true,
"start_url": "https://shop.example.com/products",
"records": [
{
"objectID": "sku-123",
"name": "Example running shoe",
"url": "https://shop.example.com/products/example-running-shoe",
"brand": "Example Co",
"price": 89.99,
"currency": "USD",
"categories": ["Footwear", "Running"],
"in_stock": true,
"_source": {
"url": "https://shop.example.com/products/example-running-shoe",
"extractor": "css_schema"
},
"citations": [
{"field": "price", "selector": ".product-price", "confidence": 0.98}
],
"completeness_score": 0.91
}
],
"total_records": 1,
"blocked_pages": [],
"total_blocked_pages": 0,
"duration_ms": 9820
}
}