New Data Point — no_images
Effective Date: Nov 27, 2025
Written By Naqiya Zorahima
Last updated 3 months ago
🆕 What’s New
no_images A new data point will be added to the Skulytics API that indicates whether a product currently has no available product images in our system. This field returns a boolean value (true or false) to help clients quickly identify products missing visual assets. A new boolean field, no_images, will be added to all product records.
Logic:
no_images = 1 → Product has no images at all
no_images = 0 → Product has at least one image
🔍 Example Output
Here is an example of how the new data point will appear in the API response
Example{
"product_images": [],
"no_images": 1,
"product_documents": [],
"product_feature": [],
"product_spec": [
{
"section": "Product Details",
"category": "Dimensions",
"feature": "84W x 20D x 60H in."
}
]
}
⚙️ How It Works
The system will automatically update no_images every time the product is re-scraped.
If new images become available, the value will update from 1 → 0.
🌐 API Availability
The new no_images field will be available in the following endpoints:
API v1
API v2
⚠️ Please Be Prepared
This update introduces a new data point that may impact:
API integrations
Data validation workflows
Internal mapping or downstream processing
If your system relies on strict schema mapping or field validation, please review and prepare your integration to support the new no_images field once it is released.
We’ll continue improving our data structure to help you build cleaner, more reliable product experiences. If you have questions or need support integrating this new data point, our team is here to help.