Skip to main content
GET
/
v1
/
scraped-products
/
stats
Get scraped product statistics
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
  }
}

Response

200 - application/json

Scraped product statistics

Scraped product statistics

total
number
required
active
number
required
inactive
number
required
with_sellable_product
number
required
without_sellable_product
number
required
field_completeness
object
required

Field completeness statistics