curl --request GET \
--url http://localhost:3000/v1/scraped-products/stats{
"total": 123,
"active": 123,
"inactive": 123,
"with_sellable_product": 123,
"without_sellable_product": 123,
"field_completeness": {
"has_description": 123,
"has_image": 123,
"has_size": 123,
"has_barcode": 123,
"has_category": 123,
"has_retailer_mappings": 123,
"has_pricing": 123
}
}Get statistics about scraped products including field completeness
curl --request GET \
--url http://localhost:3000/v1/scraped-products/stats{
"total": 123,
"active": 123,
"inactive": 123,
"with_sellable_product": 123,
"without_sellable_product": 123,
"field_completeness": {
"has_description": 123,
"has_image": 123,
"has_size": 123,
"has_barcode": 123,
"has_category": 123,
"has_retailer_mappings": 123,
"has_pricing": 123
}
}Scraped product statistics