Size-and-color variant level product data from ounass.ae — the Middle East's leading luxury fashion platform. 104K+ rows of luxury and designer products with real-time stock quantities, merchant brand pages, wishlisted counts, and deep category hierarchy across 1,300+ designer brands.
| product_code | brand | product_title | color_info | size_info | full_price (AED) | price (AED) | promotion_type | category2 | category3 | quantity |
|---|---|---|---|---|---|---|---|---|---|---|
| 219520539 | Alaïa | Sanguine Panelled Pants in Cotton-poplin | Orange | 34, 36, 38 | 7,400 | 7,400 | NEW SEASON | clothing | pants | 3 |
| 219520800 | Alaïa | Short Sleeve Top | Orange | 38 | 5,900 | 5,900 | NEW SEASON | clothing | tops | 1 |
| 218444207 | Alaïa | Shoulder Bag in Cotton-poplin | Brown | One Size | 13,500 | 13,500 | NEW SEASON | bags | shoulder-bags | 4 |
| 218445860 | Alaïa | Heeled Mules | Brown | 36, 37, 38, 41 | 5,000 | 5,000 | NEW SEASON | shoes | heels | 4 |
| 219308885 | Alaïa | Sleeveless Dress | Pink | 36, 38 | 21,900 | 21,900 | NEW SEASON | clothing | dresses | 2 |
5 of 104,366 rows shown. Note: 22 rows had prices exceeding 99,999.99 AED and were nulled per schema limits.
This three-level ID hierarchy lets you group the data in multiple ways: use additional_code_1 (parentSku) to find all variants of a style, use additional_code_2 (styleColorId) to find all sizes of a specific color, or use product_code to pinpoint a single size-color row.
The variant_info field tells you what kind of variant each row is. Ounass uses three types:
Ounass uses a URL-slug based category system with up to 6 levels. All values are lowercase slugs matching the site's navigation structure.
Ounass operates as a curated marketplace with each designer having a dedicated brand page. The merchant fields capture this:
| Field | Fill rate | Coverage |
|---|
| Field | Status | Notes |
|---|---|---|
| product_code | Filled | Size-color SKU — unique per row |
| additional_code_1 | Filled | parentSku — groups all variants of the same style |
| additional_code_1_type | Filled | "parentSku" for all rows |
| additional_code_2 | Filled | styleColorId — parentSku_colorCode format |
| additional_code_2_type | Filled | "styleColorId" for all rows |
| additional_code_3 | Not collected | Type label "sku" present but value empty — size-level SKU not collected |
| brand | Filled | Designer brand name — 1,328 unique brands |
| merchant_name | Filled | Same as brand — each brand has a dedicated Ounass page |
| merchant_url | Filled | Direct link to the brand's page on ounass.ae |
| store_url | Filled | "https://www.ounass.ae" — constant across all rows |
| size_info | Filled | Available sizes comma-separated — e.g. "34, 36, 38" or "One Size" |
| color_info | Filled | Color name for this variant (~99.9% fill) |
| variant_info | Filled | Variant type: sizeOnlySimple / colorAndSizeSimple / simpleWithoutSiblings |
| product_title | Filled | Product name as shown on site |
| specifications | Filled | JSON object — division, group, department, class, subClass, gender, season, simpleType |
| additional_content | Filled | JSON object — exclusive flag, isClearance, isPromotion, wishlistCount, salePercentage |
| additional_tags | Partial | Promotional label as plain text — e.g. "NEW SEASON", "SALE" (~51.8% fill, when tag exists on site) |
| promotion_type | Partial | Same value as additional_tags (~51.8% fill) |
| in_stock | Filled | 1 = in stock, 0 = out of stock |
| quantity | Filled | Units available — 99 often indicates "many in stock" (display cap), lower values are exact |
| category1–3 | Filled | 100% fill — top 3 levels always present (e.g. women / clothing / dresses) |
| category4 | Partial | ~78.7% fill — sub-type (e.g. maxi, straight-leg) |
| category5 | Partial | ~22.5% fill — deeper sub-type |
| category6 | Partial | ~1.7% fill — ultra-specific |
| category7–10 | N/A on site | Ounass hierarchy ends at 6 levels |
| full_price | Filled | Regular retail price in AED — 22 rows with price >99,999.99 were nulled per schema |
| price | Filled | Actual offered price — lower than full_price when on sale |
| itemurl | Filled | Direct product page URL including color variant parameter |
| main_image_url | Filled | Primary image URL — always complete, never truncated |
| all_images | Filled | JSON array of all images — capped at 1,000 chars; parse as JSON, partial strings may occur |
| rank | Filled | Collection order rank from the site at time of scraping |
| description | Not collected | Not present on Ounass product pages |
| material_info | Not collected | Not collected — improvement opportunity |
| delivery | Not collected | Delivery info not collected |
| ppu / unit_type | N/A on site | Not applicable to luxury fashion |
| promotion_end_date | N/A on site | Not displayed on Ounass product pages |
| store_id / store_name / store_address | N/A on site | Online-only platform |
| website_name | Filled | "Ounass" |
| competence_date | Filled | Date of collection (YYYY-MM-DD) |
| country_code | Filled | "ARE" |
| currency_code | Filled | "AED" |