Ounass UAE — Luxury Fashion Catalog

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.

✓ Active Schema: E0005r Country: UAE Currency: AED Language: English Competence date: 2026-04-10 Luxury / Designer
Scale
Total rows
104K+
Unique prod codes
104,366
Designer brands
1,328
Source
ounass.ae
Price range (AED)
~200 – 99,999
Competence date
2026-04-10
Top designer brands
Emporio Armani (2,083) Dolce & Gabbana (1,704) Prada (1,209) Gucci (1,185) SAINT LAURENT (1,151) Alaïa OAS WACKO MARIA L'Alingi + 1,319 more
Sample rows
product_codebrandproduct_titlecolor_infosize_infofull_price (AED)price (AED)promotion_typecategory2category3quantity
219520539AlaïaSanguine Panelled Pants in Cotton-poplinOrange34, 36, 387,4007,400NEW SEASONclothingpants3
219520800AlaïaShort Sleeve TopOrange385,9005,900NEW SEASONclothingtops1
218444207AlaïaShoulder Bag in Cotton-poplinBrownOne Size13,50013,500NEW SEASONbagsshoulder-bags4
218445860AlaïaHeeled MulesBrown36, 37, 38, 415,0005,000NEW SEASONshoesheels4
219308885AlaïaSleeveless DressPink36, 3821,90021,900NEW SEASONclothingdresses2

5 of 104,366 rows shown. Note: 22 rows had prices exceeding 99,999.99 AED and were nulled per schema limits.

Product identification — code structure
FieldType valueExample valueMeaning
product_code219520539Unique row ID — one per size-color variant (the SKU)
additional_code_1parentSku219520511Parent product ID — groups all size/color variants of the same style together
additional_code_2styleColorId219520511_22Style + color combination ID — groups all sizes of a specific color together (parentSku_colorCode)
additional_code_3sku(empty)Size-level SKU — type label present but value not collected

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.

Variant type — what each row represents

The variant_info field tells you what kind of variant each row is. Ounass uses three types:

sizeOnlySimple
Product comes in multiple sizes, all in one color. One row per size group.
colorAndSizeSimple
Product comes in multiple colors and sizes. One row per color, with available sizes listed in size_info.
simpleWithoutSiblings
Single variant product — no size or color siblings. Typical for bags and one-size accessories.
specifications field — JSON structure
specifications (JSON object)
{
  "division": "Fashion",
  "group": "Womens",
  "department": "Clothing",
  "class": "Trousers",
  "subClass": "Straight Leg",
  "gender": "Womens",
  "season": "SS 2026",
  "simpleType": "sizeOnlySimple"
}
Contains Ounass's internal product taxonomy. Useful for detailed classification beyond the URL-based category fields — notably includes season (e.g. "SS 2026"), class / subClass for granular product type, and gender. Parse as JSON to extract individual attributes.
additional_content field — JSON structure
additional_content (JSON object)
{
  "exclusive": 0,
  "isClearance": false,
  "isPromotion": false,
  "wishlistCount": 79,
  "newIn": null,
  "salePercentage": null
}
exclusive
0 = not exclusive, 1 = Ounass exclusive product
isClearance / isPromotion
Boolean flags — true when product is on clearance or active promotion
wishlistCount
Number of users who have wishlisted this product — a demand signal
salePercentage
Discount % when on sale — null when full price
all_images field — JSON array (capped at 1,000 chars)
all_images (JSON array — truncated example)
[
  "https://ounass-ae.atgcdn.ae/.../219520511_orange_in.jpg",
  "https://ounass-ae.atgcdn.ae/.../219520511_orange_fr.jpg"
]
A JSON array of all image URLs for the product variant. The field is capped at 1,000 characters to keep file size manageable — products with many images may have the array truncated mid-string. Always attempt to parse as JSON; if parsing fails, the string is truncated and you can still extract URLs using the partial content. The main_image_url field always contains the primary image as a plain string and is never truncated.
Category hierarchy — up to 6 levels

Ounass uses a URL-slug based category system with up to 6 levels. All values are lowercase slugs matching the site's navigation structure.

FieldFill rateExample values
category1100%women, men, kids, beauty, home
category2100%clothing, bags, shoes, accessories, jewelry
category3100%dresses, pants, tops, shoulder-bags, heels, clutch-bags
category478.7%straight-leg, short-sleeve, maxi, sleeved
category522.5%long-sleeved (deeper sub-type, sparsely populated)
category61.7%Very rare — ultra-specific sub-type
Merchant / brand pages

Ounass operates as a curated marketplace with each designer having a dedicated brand page. The merchant fields capture this:

FieldStatusExample
merchant_nameFilledAlaïa, Prada, Gucci, Dolce & Gabbana
merchant_urlFilledhttps://www.ounass.ae/women/designers/alaia — direct link to the brand's Ounass page
merchant_idN/A on siteNo numeric merchant ID exposed on site
merchant_imageN/A on siteNot available
store_urlFilledhttps://www.ounass.ae (site root — constant across all rows)
Field fill rates
FieldFill rateCoverage
All fields — status & notes
FieldStatusNotes
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"
Filled Partial fill Not collected / N/A on site
Improvement opportunities
material_infoEasyMaterial composition visible on product pages — not currently collected
additional_code_3 (sku)EasySize-level SKU value available on site — type label collected but value empty
deliveryEasyOunass offers express delivery info — visible on PDPs
descriptionMediumSome products have descriptions — not currently collected
File delivery path
s3://databoutique.com/sellers/YOUR_SELLER_ID/YOUR_CONTRACT_ID/YYYY-MM-DD/data_file.txt
Contact
providerIfeanyi Muotoe — Web Scraping Specialist
emailifeanyi.webapp@gmail.com
githubgithub.com/Anzywiz
portfolioifeanyimuotoe.streamlit.app