Ikea Product Search avatar
Ikea Product Search

Pricing

$27.99/month + usage

Go to Store
Ikea Product Search

Ikea Product Search

Developed by

Pinto Studio

Pinto Studio

Maintained by Community

This Apify actor allows you to search for IKEA products with advanced filtering options and pagination support.

0.0 (0)

Pricing

$27.99/month + usage

1

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

4 days ago

IKEA Product Search Actor

This Apify actor allows you to search for IKEA products with advanced filtering options and pagination support.

Features

  • Search IKEA products by keyword
  • Advanced filtering (colors, price range, materials, etc.)
  • Pagination support
  • Multiple locale/country support
  • Sorting options
  • Structured data output

Input Parameters

Required

  • query (string): Search term for IKEA products (e.g., 'sofa', 'desk', 'lamp')

Optional

  • page (integer): Starting page number (default: 1)
  • perPage (integer): Results per page, max 100 (default: 24)
  • sortBy (string): Sort method - RELEVANCE, PRICE_LOW_TO_HIGH, PRICE_HIGH_TO_LOW, NAME_ASCENDING, NAME_DESCENDING, CUSTOMER_RATING (default: RELEVANCE)
  • localeCode (string): Country/language code like en_US, de_DE, fr_FR (default: en_US)

Filters (all optional)

Important: Use filter IDs, not names. The actor will return available filters with their IDs in the response.

  • colors: Color IDs (e.g., '10156,10019' for white,brown)
  • price: Price range IDs (e.g., 'PRICE_0_2000,PRICE_2000_4000')
  • size: Size IDs (e.g., 'WIDTH_60_80,HEIGHT_20_40')
  • materials: Material IDs (e.g., '47349,47350' for Wood,Metal)
  • type: Product type IDs (e.g., 'Desk,Table')
  • brand: Brand IDs
  • category: Category IDs
  • availability: Availability option IDs
  • room: Room type IDs
  • features: Feature IDs

How to Find Filter IDs

  1. Run a search without filters first
  2. Check the availableFilters in the response
  3. Use the id values from the filter options you want

Example filter structure in response:

{
"titleInEnglish": "Colour",
"title": "Colour",
"values": [
{"id": "10156", "title": "white", "count": 297},
{"id": "10019", "title": "brown", "count": 219}
]
}

Output

The actor outputs structured product data including:

  • Product ID, name, and type
  • Price and currency
  • Product URL and main image
  • Availability information
  • Colors, materials, measurements
  • Product variants
  • Available filters with IDs and counts
  • Search metadata

Example Input

{
"query": "office desk",
"maxPages": 3,
"perPage": 48,
"sortBy": "PRICE_LOW_TO_HIGH",
"localeCode": "en_US",
"filters": {
"colors": "10156,10139",
"materials": "47349,47350",
"price": "PRICE_4000_6000,PRICE_6000_8000"
}
}

Example Output

{
"results": {
"pagination": {
"page": 1,
"perPage": 24,
"totalAvailable": 154,
"itemsPerType": {
"PRODUCT": 152,
"CONTENT": 1,
"PLANNER": 1
}
},
"items": {
"products": [
{
"name": "MALM",
"typeName": "Dressing table",
"itemMeasureReferenceText": "47 1/4x16 1/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/malm-dressing-table-white__1400013_pe968487_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/malm-dressing-table-white-10203610/",
"filterClass": "side tables",
"id": "10203610",
"itemNoGlobal": "10203610",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 0,
"variants": []
},
"colors": [
{
"name": "white",
"id": "10156",
"hex": "ffffff"
}
],
"ancestorCategories": [
{
"name": "MALM series",
"key": "07468",
"url": "https://www.ikea.com/us/en/cat/malm-series-07468/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/malm-series-07468.jpeg"
},
{
"name": "Desks & computer desks",
"key": "20649",
"url": "https://www.ikea.com/us/en/cat/desks-computer-desks-20649/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-computer-desks-20649.jpeg"
},
{
"name": "Desks for home",
"key": "20651",
"url": "https://www.ikea.com/us/en/cat/desks-for-home-20651/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-for-home-20651.jpeg"
},
{
"name": "Makeup vanities & dressing tables",
"key": "20657",
"url": "https://www.ikea.com/us/en/cat/makeup-vanities-dressing-tables-20657/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/dressing-tables-20657.jpeg"
},
{
"name": "Desk & desk chairs",
"key": "fu004",
"url": "https://www.ikea.com/us/en/cat/tables-desks-fu004/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desk-desk-chairs-fu004.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Series",
"key": "series",
"url": "https://www.ikea.com/us/en/cat/series-series/"
},
{
"name": "Storage & organization",
"key": "st001",
"url": "https://www.ikea.com/us/en/cat/storage-organization-st001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/storage-organization-st001.jpeg"
},
{
"name": "Dressers & storage drawers",
"key": "st004",
"url": "https://www.ikea.com/us/en/cat/dressers-storage-drawers-st004/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/dressers-storage-drawers-st004.jpeg"
}
],
"badge": {
"type": "TOP_SELLER",
"text": "Best seller"
},
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.5,
"ratingCount": 1694,
"itemNo": "10203610",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 129.99,
"current": {
"prefix": "$",
"wholeNumber": "129",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/malm-dressing-table-white__1154625_pe886239_s5.jpg",
"contextualImageAlt": "MALM Dressing table, white, 47 1/4x16 1/8 \"",
"mainImageAlt": "MALM Dressing table, white, 47 1/4x16 1/8 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Bedroom furniture",
"homeFurnishingBusinessNo": "04",
"productAreaName": "Complementary bedroom furniture",
"productAreaNo": "0433",
"productRangeAreaName": "Chests & other furniture",
"productRangeAreaNo": "043"
},
"categoryPath": [
{
"name": "Storage & organization",
"key": "st001"
},
{
"name": "Dressers & storage drawers",
"key": "st004"
},
{
"name": "Makeup vanities & dressing tables",
"key": "20657"
}
],
"validDesignText": "white",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "LAGKAPTEN / ALEX",
"typeName": "Desk",
"itemMeasureReferenceText": "55 1/8x23 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white__1022432_pe832720_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/lagkapten-alex-desk-white-s99431982/",
"filterClass": "desks",
"id": "s99431982",
"itemNoGlobal": "99431982",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 4,
"variants": [
{
"id": "s79432195",
"pipUrl": "https://www.ikea.com/us/en/p/lagkapten-alex-desk-black-brown-s79432195/",
"imageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown__1022394_pe832705_s5.jpg",
"imageAlt": "LAGKAPTEN / ALEX Desk, black-brown, 55 1/8x23 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.6,
"ratingCount": 532,
"name": "LAGKAPTEN / ALEX",
"typeName": "Desk",
"itemMeasureReferenceText": "55 1/8x23 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown__1022394_pe832705_s5.jpg",
"mainImageAlt": "LAGKAPTEN / ALEX Desk, black-brown, 55 1/8x23 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown__1426366_pe979764_s5.jpg",
"contextualImageAlt": "LAGKAPTEN / ALEX Desk, black-brown, 55 1/8x23 5/8 \"",
"itemNoGlobal": "79432195",
"onlineSellable": true,
"lastChance": false,
"itemNo": "79432195",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 259.99,
"current": {
"prefix": "$",
"wholeNumber": "259",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "black-brown"
},
{
"id": "s09432189",
"pipUrl": "https://www.ikea.com/us/en/p/lagkapten-alex-desk-black-brown-white-s09432189/",
"imageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown-white__1022395_pe832706_s5.jpg",
"imageAlt": "LAGKAPTEN / ALEX Desk, black-brown/white, 55 1/8x23 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.6,
"ratingCount": 532,
"name": "LAGKAPTEN / ALEX",
"typeName": "Desk",
"itemMeasureReferenceText": "55 1/8x23 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown-white__1022395_pe832706_s5.jpg",
"mainImageAlt": "LAGKAPTEN / ALEX Desk, black-brown/white, 55 1/8x23 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown-white__1160033_pe888711_s5.jpg",
"contextualImageAlt": "LAGKAPTEN / ALEX Desk, black-brown/white, 55 1/8x23 5/8 \"",
"itemNoGlobal": "09432189",
"onlineSellable": true,
"lastChance": false,
"itemNo": "09432189",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 219.99,
"current": {
"prefix": "$",
"wholeNumber": "219",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "black-brown/white"
},
{
"id": "s79431997",
"pipUrl": "https://www.ikea.com/us/en/p/lagkapten-alex-desk-white-black-brown-s79431997/",
"imageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white-black-brown__1022433_pe832721_s5.jpg",
"imageAlt": "LAGKAPTEN / ALEX Desk, white/black-brown, 55 1/8x23 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.6,
"ratingCount": 532,
"name": "LAGKAPTEN / ALEX",
"typeName": "Desk",
"itemMeasureReferenceText": "55 1/8x23 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white-black-brown__1022433_pe832721_s5.jpg",
"mainImageAlt": "LAGKAPTEN / ALEX Desk, white/black-brown, 55 1/8x23 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white-black-brown__1160047_pe888724_s5.jpg",
"contextualImageAlt": "LAGKAPTEN / ALEX Desk, white/black-brown, 55 1/8x23 5/8 \"",
"itemNoGlobal": "79431997",
"onlineSellable": true,
"lastChance": false,
"badge": {
"type": "TOP_SELLER",
"text": "Best seller"
},
"itemNo": "79431997",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 259.99,
"current": {
"prefix": "$",
"wholeNumber": "259",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "white/black-brown"
},
{
"id": "s99508434",
"pipUrl": "https://www.ikea.com/us/en/p/lagkapten-alex-desk-white-anthracite-white-s99508434/",
"imageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white-anthracite-white__1184928_pe898140_s5.jpg",
"imageAlt": "LAGKAPTEN / ALEX Desk, white anthracite/white, 55 1/8x23 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.6,
"ratingCount": 532,
"name": "LAGKAPTEN / ALEX",
"typeName": "Desk",
"itemMeasureReferenceText": "55 1/8x23 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white-anthracite-white__1184928_pe898140_s5.jpg",
"mainImageAlt": "LAGKAPTEN / ALEX Desk, white anthracite/white, 55 1/8x23 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white-anthracite-white__1184927_pe898141_s5.jpg",
"contextualImageAlt": "LAGKAPTEN / ALEX Desk, white anthracite/white, 55 1/8x23 5/8 \"",
"itemNoGlobal": "99508434",
"onlineSellable": true,
"lastChance": false,
"itemNo": "99508434",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 219.99,
"current": {
"prefix": "$",
"wholeNumber": "219",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "white anthracite/white"
}
]
},
"colors": [
{
"name": "white",
"id": "10156",
"hex": "ffffff"
}
],
"ancestorCategories": [
{
"name": "Table bar system",
"key": "11811",
"url": "https://www.ikea.com/us/en/cat/table-bar-system-11811/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/table-bar-system-11811.jpeg"
},
{
"name": "Combinations",
"key": "18623",
"url": "https://www.ikea.com/us/en/cat/table-system-combinations-18623/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/combinations-18623.jpeg"
},
{
"name": "Desks & computer desks",
"key": "20649",
"url": "https://www.ikea.com/us/en/cat/desks-computer-desks-20649/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-computer-desks-20649.jpeg"
},
{
"name": "Desks for home",
"key": "20651",
"url": "https://www.ikea.com/us/en/cat/desks-for-home-20651/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-for-home-20651.jpeg"
},
{
"name": "ALEX series",
"key": "47147",
"url": "https://www.ikea.com/us/en/cat/alex-series-47147/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/alex-series-47147.jpeg"
},
{
"name": "Table & desk systems",
"key": "47423",
"url": "https://www.ikea.com/us/en/cat/table-desk-systems-47423/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/table-desk-systems-47423.jpeg"
},
{
"name": "Desk & desk chairs",
"key": "fu004",
"url": "https://www.ikea.com/us/en/cat/tables-desks-fu004/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desk-desk-chairs-fu004.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Series",
"key": "series",
"url": "https://www.ikea.com/us/en/cat/series-series/"
}
],
"badge": {
"type": "TOP_SELLER",
"text": "Best seller"
},
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.6,
"ratingCount": 532,
"itemNo": "99431982",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 219.99,
"current": {
"prefix": "$",
"wholeNumber": "219",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white__1449220_pe989810_s5.jpg",
"contextualImageAlt": "LAGKAPTEN / ALEX Desk, white, 55 1/8x23 5/8 \"",
"mainImageAlt": "LAGKAPTEN / ALEX Desk, white, 55 1/8x23 5/8 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Workspaces",
"homeFurnishingBusinessNo": "03",
"productAreaName": "Home desks",
"productAreaNo": "0341",
"productRangeAreaName": "Home workspace",
"productRangeAreaNo": "034"
},
"categoryPath": [
{
"name": "Desk & desk chairs",
"key": "fu004"
},
{
"name": "Desks & computer desks",
"key": "20649"
},
{
"name": "Table & desk systems",
"key": "47423"
},
{
"name": "Table bar system",
"key": "11811"
},
{
"name": "Combinations",
"key": "18623"
}
],
"validDesignText": "white",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "BRIMNES",
"typeName": "Dressing table",
"itemMeasureReferenceText": "27 1/2x16 1/2 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/brimnes-dressing-table-white__0627086_pe693167_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/brimnes-dressing-table-white-70290459/",
"filterClass": "side tables",
"id": "70290459",
"itemNoGlobal": "70290459",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 0,
"variants": []
},
"colors": [
{
"name": "white",
"id": "10156",
"hex": "ffffff"
}
],
"ancestorCategories": [
{
"name": "BRIMNES bedroom series",
"key": "18125",
"url": "https://www.ikea.com/us/en/cat/brimnes-series-18125/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/brimnes-series-18125.jpeg"
},
{
"name": "Makeup vanities & dressing tables",
"key": "20657",
"url": "https://www.ikea.com/us/en/cat/makeup-vanities-dressing-tables-20657/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/dressing-tables-20657.jpeg"
},
{
"name": "BRIMNES series",
"key": "700496",
"url": "https://www.ikea.com/us/en/cat/brimnes-series-700496/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/brimnes-series-700496.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Series",
"key": "series",
"url": "https://www.ikea.com/us/en/cat/series-series/"
},
{
"name": "Storage & organization",
"key": "st001",
"url": "https://www.ikea.com/us/en/cat/storage-organization-st001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/storage-organization-st001.jpeg"
},
{
"name": "Dressers & storage drawers",
"key": "st004",
"url": "https://www.ikea.com/us/en/cat/dressers-storage-drawers-st004/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/dressers-storage-drawers-st004.jpeg"
}
],
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.5,
"ratingCount": 792,
"itemNo": "70290459",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 99.99,
"current": {
"prefix": "$",
"wholeNumber": "99",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/brimnes-dressing-table-white__0334918_pe523978_s5.jpg",
"contextualImageAlt": "BRIMNES Dressing table, white, 27 1/2x16 1/2 \"",
"mainImageAlt": "BRIMNES Dressing table, white, 27 1/2x16 1/2 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Bedroom furniture",
"homeFurnishingBusinessNo": "04",
"productAreaName": "Complementary bedroom furniture",
"productAreaNo": "0433",
"productRangeAreaName": "Chests & other furniture",
"productRangeAreaNo": "043"
},
"categoryPath": [
{
"name": "Storage & organization",
"key": "st001"
},
{
"name": "Dressers & storage drawers",
"key": "st004"
},
{
"name": "Makeup vanities & dressing tables",
"key": "20657"
}
],
"validDesignText": "white",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "HEMNES",
"typeName": "Dressing table with mirror",
"itemMeasureReferenceText": "39 3/8x19 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/hemnes-dressing-table-with-mirror-white__0627085_pe693165_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/hemnes-dressing-table-with-mirror-white-30374413/",
"filterClass": "side tables",
"id": "30374413",
"itemNoGlobal": "30374413",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 0,
"variants": []
},
"colors": [
{
"name": "white",
"id": "10156",
"hex": "ffffff"
}
],
"ancestorCategories": [
{
"name": "HEMNES series",
"key": "11731",
"url": "https://www.ikea.com/us/en/cat/hemnes-series-11731/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/hemnes-bedroom-series-11731.jpeg"
},
{
"name": "Makeup vanities & dressing tables",
"key": "20657",
"url": "https://www.ikea.com/us/en/cat/makeup-vanities-dressing-tables-20657/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/dressing-tables-20657.jpeg"
},
{
"name": "HEMNES bedroom series",
"key": "58619",
"url": "https://www.ikea.com/us/en/cat/hemnes-bedroom-series-58619/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/hemnes-bedroom-series-58619.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Series",
"key": "series",
"url": "https://www.ikea.com/us/en/cat/series-series/"
},
{
"name": "Storage & organization",
"key": "st001",
"url": "https://www.ikea.com/us/en/cat/storage-organization-st001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/storage-organization-st001.jpeg"
},
{
"name": "Dressers & storage drawers",
"key": "st004",
"url": "https://www.ikea.com/us/en/cat/dressers-storage-drawers-st004/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/dressers-storage-drawers-st004.jpeg"
}
],
"badge": {
"type": "TOP_SELLER",
"text": "Best seller"
},
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.7,
"ratingCount": 415,
"itemNo": "30374413",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 249.99,
"current": {
"prefix": "$",
"wholeNumber": "249",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/hemnes-dressing-table-with-mirror-white__1151404_pe886162_s5.jpg",
"contextualImageAlt": "HEMNES Dressing table with mirror, white, 39 3/8x19 5/8 \"",
"mainImageAlt": "HEMNES Dressing table with mirror, white, 39 3/8x19 5/8 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Bedroom furniture",
"homeFurnishingBusinessNo": "04",
"productAreaName": "Complementary bedroom furniture",
"productAreaNo": "0433",
"productRangeAreaName": "Chests & other furniture",
"productRangeAreaNo": "043"
},
"categoryPath": [
{
"name": "Storage & organization",
"key": "st001"
},
{
"name": "Dressers & storage drawers",
"key": "st004"
},
{
"name": "Makeup vanities & dressing tables",
"key": "20657"
}
],
"validDesignText": "white",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "ALEX",
"typeName": "Drawer unit",
"itemMeasureReferenceText": "14 1/8x27 1/2 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/alex-drawer-unit-white__0977775_pe813763_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/alex-drawer-unit-white-00473546/",
"filterClass": "chest of drawers",
"id": "00473546",
"itemNoGlobal": "00473546",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 1,
"variants": [
{
"id": "60473548",
"pipUrl": "https://www.ikea.com/us/en/p/alex-drawer-unit-black-brown-60473548/",
"imageUrl": "https://www.ikea.com/us/en/images/products/alex-drawer-unit-black-brown__0977786_pe813770_s5.jpg",
"imageAlt": "ALEX Drawer unit, black-brown, 14 1/8x27 1/2 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.6,
"ratingCount": 2989,
"name": "ALEX",
"typeName": "Drawer unit",
"itemMeasureReferenceText": "14 1/8x27 1/2 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/alex-drawer-unit-black-brown__0977786_pe813770_s5.jpg",
"mainImageAlt": "ALEX Drawer unit, black-brown, 14 1/8x27 1/2 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/alex-drawer-unit-black-brown__1287819_pe933972_s5.jpg",
"contextualImageAlt": "ALEX Drawer unit, black-brown, 14 1/8x27 1/2 \"",
"itemNoGlobal": "60473548",
"onlineSellable": true,
"lastChance": false,
"badge": {
"type": "TOP_SELLER",
"text": "Best seller"
},
"itemNo": "60473548",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 110,
"current": {
"prefix": "$",
"wholeNumber": "110",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "black-brown"
}
]
},
"colors": [
{
"name": "white",
"id": "10156",
"hex": "ffffff"
}
],
"ancestorCategories": [
{
"name": "Filing cabinets & storage cabinets",
"key": "10385",
"url": "https://www.ikea.com/us/en/cat/storage-cabinets-10385/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/storage-units-cabinets-10385.jpeg"
},
{
"name": "Table bar system",
"key": "11811",
"url": "https://www.ikea.com/us/en/cat/table-bar-system-11811/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/table-bar-system-11811.jpeg"
},
{
"name": "Legs & trestles",
"key": "11845",
"url": "https://www.ikea.com/us/en/cat/legs-trestles-11845/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/legs-trestles-11845.jpeg"
},
{
"name": "Desks & computer desks",
"key": "20649",
"url": "https://www.ikea.com/us/en/cat/desks-computer-desks-20649/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-computer-desks-20649.jpeg"
},
{
"name": "Drawer units for home",
"key": "47081",
"url": "https://www.ikea.com/us/en/cat/drawer-units-for-home-47081/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/drawer-units-for-home-47081.jpeg"
},
{
"name": "ALEX series",
"key": "47147",
"url": "https://www.ikea.com/us/en/cat/alex-series-47147/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/alex-series-47147.jpeg"
},
{
"name": "Table & desk systems",
"key": "47423",
"url": "https://www.ikea.com/us/en/cat/table-desk-systems-47423/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/table-desk-systems-47423.jpeg"
},
{
"name": "Desk & desk chairs",
"key": "fu004",
"url": "https://www.ikea.com/us/en/cat/tables-desks-fu004/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desk-desk-chairs-fu004.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Series",
"key": "series",
"url": "https://www.ikea.com/us/en/cat/series-series/"
},
{
"name": "Storage & organization",
"key": "st001",
"url": "https://www.ikea.com/us/en/cat/storage-organization-st001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/storage-organization-st001.jpeg"
}
],
"badge": {
"type": "TOP_SELLER",
"text": "Best seller"
},
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.6,
"ratingCount": 2989,
"itemNo": "00473546",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 90,
"current": {
"prefix": "$",
"wholeNumber": "90",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/alex-drawer-unit-white__0995610_pe821781_s5.jpg",
"contextualImageAlt": "ALEX Drawer unit, white, 14 1/8x27 1/2 \"",
"mainImageAlt": "ALEX Drawer unit, white, 14 1/8x27 1/2 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Workspaces",
"homeFurnishingBusinessNo": "03",
"productAreaName": "Home desk storage",
"productAreaNo": "0343",
"productRangeAreaName": "Home workspace",
"productRangeAreaNo": "034"
},
"categoryPath": [
{
"name": "Storage & organization",
"key": "st001"
},
{
"name": "Filing cabinets & storage cabinets",
"key": "10385"
},
{
"name": "Drawer units for home",
"key": "47081"
}
],
"validDesignText": "white",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "GRÅFJÄLLET",
"typeName": "Dressing table",
"itemMeasureReferenceText": "39 3/8x16 1/2 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/grafjaellet-dressing-table-anthracite__1327659_pe944548_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/grafjaellet-dressing-table-anthracite-30570225/",
"filterClass": "side tables",
"id": "30570225",
"itemNoGlobal": "30570225",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 1,
"variants": [
{
"id": "60583108",
"pipUrl": "https://www.ikea.com/us/en/p/grafjaellet-dressing-table-white-60583108/",
"imageUrl": "https://www.ikea.com/us/en/images/products/grafjaellet-dressing-table-white__1327664_pe944543_s5.jpg",
"imageAlt": "GRÅFJÄLLET Dressing table, white, 39 3/8x16 1/2 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.3,
"ratingCount": 44,
"name": "GRÅFJÄLLET",
"typeName": "Dressing table",
"itemMeasureReferenceText": "39 3/8x16 1/2 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/grafjaellet-dressing-table-white__1327664_pe944543_s5.jpg",
"mainImageAlt": "GRÅFJÄLLET Dressing table, white, 39 3/8x16 1/2 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/grafjaellet-dressing-table-white__1327663_pe944547_s5.jpg",
"contextualImageAlt": "GRÅFJÄLLET Dressing table, white, 39 3/8x16 1/2 \"",
"itemNoGlobal": "60583108",
"onlineSellable": true,
"lastChance": false,
"itemNo": "60583108",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 99.99,
"current": {
"prefix": "$",
"wholeNumber": "99",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "white"
}
]
},
"colors": [
{
"name": "gray",
"id": "10028",
"hex": "949494"
}
],
"ancestorCategories": [
{
"name": "Makeup vanities & dressing tables",
"key": "20657",
"url": "https://www.ikea.com/us/en/cat/makeup-vanities-dressing-tables-20657/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/dressing-tables-20657.jpeg"
},
{
"name": "GRÅFJÄLLET series",
"key": "700580",
"url": "https://www.ikea.com/us/en/cat/grafjaellet-series-700580/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/grafjallet-series-700580.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Series",
"key": "series",
"url": "https://www.ikea.com/us/en/cat/series-series/"
},
{
"name": "Storage & organization",
"key": "st001",
"url": "https://www.ikea.com/us/en/cat/storage-organization-st001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/storage-organization-st001.jpeg"
},
{
"name": "Dressers & storage drawers",
"key": "st004",
"url": "https://www.ikea.com/us/en/cat/dressers-storage-drawers-st004/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/dressers-storage-drawers-st004.jpeg"
}
],
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.3,
"ratingCount": 44,
"itemNo": "30570225",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 99.99,
"current": {
"prefix": "$",
"wholeNumber": "99",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/grafjaellet-dressing-table-anthracite__1327658_pe944542_s5.jpg",
"contextualImageAlt": "GRÅFJÄLLET Dressing table, anthracite, 39 3/8x16 1/2 \"",
"mainImageAlt": "GRÅFJÄLLET Dressing table, anthracite, 39 3/8x16 1/2 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Bedroom furniture",
"homeFurnishingBusinessNo": "04",
"productAreaName": "Complementary bedroom furniture",
"productAreaNo": "0433",
"productRangeAreaName": "Chests & other furniture",
"productRangeAreaNo": "043"
},
"categoryPath": [
{
"name": "Storage & organization",
"key": "st001"
},
{
"name": "Dressers & storage drawers",
"key": "st004"
},
{
"name": "Makeup vanities & dressing tables",
"key": "20657"
}
],
"validDesignText": "anthracite",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "LAGKAPTEN / ALEX",
"typeName": "Desk",
"itemMeasureReferenceText": "55 1/8x23 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white__1213371_pe911118_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/lagkapten-alex-desk-white-s09521604/",
"filterClass": "desks",
"id": "s09521604",
"itemNoGlobal": "09521604",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 3,
"variants": [
{
"id": "s89521493",
"pipUrl": "https://www.ikea.com/us/en/p/lagkapten-alex-desk-black-brown-black-s89521493/",
"imageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown-black__1233552_pe916849_s5.jpg",
"imageAlt": "LAGKAPTEN / ALEX Desk, black-brown/black, 55 1/8x23 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.5,
"ratingCount": 135,
"name": "LAGKAPTEN / ALEX",
"typeName": "Desk",
"itemMeasureReferenceText": "55 1/8x23 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown-black__1233552_pe916849_s5.jpg",
"mainImageAlt": "LAGKAPTEN / ALEX Desk, black-brown/black, 55 1/8x23 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown-black__1449219_pe989827_s5.jpg",
"contextualImageAlt": "LAGKAPTEN / ALEX Desk, black-brown/black, 55 1/8x23 5/8 \"",
"itemNoGlobal": "89521493",
"onlineSellable": true,
"lastChance": false,
"itemNo": "89521493",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 209.99,
"current": {
"prefix": "$",
"wholeNumber": "209",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "black-brown/black"
},
{
"id": "s79521653",
"pipUrl": "https://www.ikea.com/us/en/p/lagkapten-alex-desk-white-anthracite-s79521653/",
"imageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white-anthracite__1209746_pe909415_s5.jpg",
"imageAlt": "LAGKAPTEN / ALEX Desk, white/anthracite, 55 1/8x23 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.5,
"ratingCount": 135,
"name": "LAGKAPTEN / ALEX",
"typeName": "Desk",
"itemMeasureReferenceText": "55 1/8x23 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white-anthracite__1209746_pe909415_s5.jpg",
"mainImageAlt": "LAGKAPTEN / ALEX Desk, white/anthracite, 55 1/8x23 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white-anthracite__1215827_pe912216_s5.jpg",
"contextualImageAlt": "LAGKAPTEN / ALEX Desk, white/anthracite, 55 1/8x23 5/8 \"",
"itemNoGlobal": "79521653",
"onlineSellable": true,
"lastChance": false,
"itemNo": "79521653",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 179.99,
"current": {
"prefix": "$",
"wholeNumber": "179",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "white/anthracite"
},
{
"id": "s29521556",
"pipUrl": "https://www.ikea.com/us/en/p/lagkapten-alex-desk-black-brown-white-s29521556/",
"imageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown-white__1209768_pe909429_s5.jpg",
"imageAlt": "LAGKAPTEN / ALEX Desk, black-brown/white, 55 1/8x23 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.5,
"ratingCount": 135,
"name": "LAGKAPTEN / ALEX",
"typeName": "Desk",
"itemMeasureReferenceText": "55 1/8x23 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown-white__1209768_pe909429_s5.jpg",
"mainImageAlt": "LAGKAPTEN / ALEX Desk, black-brown/white, 55 1/8x23 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-black-brown-white__1215773_pe912172_s5.jpg",
"contextualImageAlt": "LAGKAPTEN / ALEX Desk, black-brown/white, 55 1/8x23 5/8 \"",
"itemNoGlobal": "29521556",
"onlineSellable": true,
"lastChance": false,
"itemNo": "29521556",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 179.99,
"current": {
"prefix": "$",
"wholeNumber": "179",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "black-brown/white"
}
]
},
"colors": [
{
"name": "white",
"id": "10156",
"hex": "ffffff"
}
],
"ancestorCategories": [
{
"name": "Table bar system",
"key": "11811",
"url": "https://www.ikea.com/us/en/cat/table-bar-system-11811/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/table-bar-system-11811.jpeg"
},
{
"name": "Combinations",
"key": "18623",
"url": "https://www.ikea.com/us/en/cat/table-system-combinations-18623/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/combinations-18623.jpeg"
},
{
"name": "Desks & computer desks",
"key": "20649",
"url": "https://www.ikea.com/us/en/cat/desks-computer-desks-20649/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-computer-desks-20649.jpeg"
},
{
"name": "Desks for home",
"key": "20651",
"url": "https://www.ikea.com/us/en/cat/desks-for-home-20651/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-for-home-20651.jpeg"
},
{
"name": "ALEX series",
"key": "47147",
"url": "https://www.ikea.com/us/en/cat/alex-series-47147/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/alex-series-47147.jpeg"
},
{
"name": "Table & desk systems",
"key": "47423",
"url": "https://www.ikea.com/us/en/cat/table-desk-systems-47423/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/table-desk-systems-47423.jpeg"
},
{
"name": "Desk & desk chairs",
"key": "fu004",
"url": "https://www.ikea.com/us/en/cat/tables-desks-fu004/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desk-desk-chairs-fu004.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Series",
"key": "series",
"url": "https://www.ikea.com/us/en/cat/series-series/"
}
],
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.5,
"ratingCount": 135,
"itemNo": "09521604",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 179.99,
"current": {
"prefix": "$",
"wholeNumber": "179",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/lagkapten-alex-desk-white__1215747_pe912158_s5.jpg",
"contextualImageAlt": "LAGKAPTEN / ALEX Desk, white, 55 1/8x23 5/8 \"",
"mainImageAlt": "LAGKAPTEN / ALEX Desk, white, 55 1/8x23 5/8 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Workspaces",
"homeFurnishingBusinessNo": "03",
"productAreaName": "Home desks",
"productAreaNo": "0341",
"productRangeAreaName": "Home workspace",
"productRangeAreaNo": "034"
},
"categoryPath": [
{
"name": "Desk & desk chairs",
"key": "fu004"
},
{
"name": "Desks & computer desks",
"key": "20649"
},
{
"name": "Table & desk systems",
"key": "47423"
},
{
"name": "Table bar system",
"key": "11811"
},
{
"name": "Combinations",
"key": "18623"
}
],
"validDesignText": "white",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "ÄNGSJÖN / ORRSJÖN",
"typeName": "Bathroom vanity with sink & faucet",
"itemMeasureReferenceText": "37x21 3/4x27 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect__1217244_pe912641_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect-s69530747/",
"filterClass": "base cabinets",
"id": "s69530747",
"itemNoGlobal": "69530747",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 11,
"variants": [
{
"id": "s49530748",
"pipUrl": "https://www.ikea.com/us/en/p/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-brown-oak-effect-s49530748/",
"imageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-brown-oak-effect__1217241_pe912644_s5.jpg",
"imageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, brown oak effect, 37x21 3/4x27 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.9,
"ratingCount": 7,
"name": "ÄNGSJÖN / ORRSJÖN",
"typeName": "Bathroom vanity with sink & faucet",
"itemMeasureReferenceText": "37x21 3/4x27 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-brown-oak-effect__1217241_pe912644_s5.jpg",
"mainImageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, brown oak effect, 37x21 3/4x27 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-brown-oak-effect__1256580_pe925138_s5.jpg",
"contextualImageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, brown oak effect, 37x21 3/4x27 5/8 \"",
"itemNoGlobal": "49530748",
"onlineSellable": true,
"lastChance": false,
"itemNo": "49530748",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 489,
"current": {
"prefix": "$",
"wholeNumber": "489",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "brown oak effect"
},
{
"id": "s79530761",
"pipUrl": "https://www.ikea.com/us/en/p/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect-s79530761/",
"imageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect__1217255_pe912648_s5.jpg",
"imageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, oak effect, 49x21 3/4x27 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.9,
"ratingCount": 7,
"name": "ÄNGSJÖN / ORRSJÖN",
"typeName": "Bathroom vanity with sink & faucet",
"itemMeasureReferenceText": "49x21 3/4x27 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect__1217255_pe912648_s5.jpg",
"mainImageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, oak effect, 49x21 3/4x27 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect__1223063_pe914435_s5.jpg",
"contextualImageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, oak effect, 49x21 3/4x27 5/8 \"",
"itemNoGlobal": "79530761",
"onlineSellable": true,
"lastChance": false,
"itemNo": "79530761",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 569,
"current": {
"prefix": "$",
"wholeNumber": "569",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "oak effect"
},
{
"id": "s09578445",
"pipUrl": "https://www.ikea.com/us/en/p/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect-s09578445/",
"imageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect__1364231_pe955789_s5.jpg",
"imageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, oak effect, 25x21 3/4x27 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.9,
"ratingCount": 7,
"name": "ÄNGSJÖN / ORRSJÖN",
"typeName": "Bathroom vanity with sink & faucet",
"itemMeasureReferenceText": "25x21 3/4x27 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect__1364231_pe955789_s5.jpg",
"mainImageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, oak effect, 25x21 3/4x27 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect__1242631_pe920327_s5.jpg",
"contextualImageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, oak effect, 25x21 3/4x27 5/8 \"",
"itemNoGlobal": "09578445",
"onlineSellable": true,
"lastChance": false,
"itemNo": "09578445",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 389,
"current": {
"prefix": "$",
"wholeNumber": "389",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "oak effect"
},
{
"id": "s99530760",
"pipUrl": "https://www.ikea.com/us/en/p/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-high-gloss-white-s99530760/",
"imageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-high-gloss-white__1217256_pe912647_s5.jpg",
"imageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, high gloss white, 49x21 3/4x27 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.9,
"ratingCount": 7,
"name": "ÄNGSJÖN / ORRSJÖN",
"typeName": "Bathroom vanity with sink & faucet",
"itemMeasureReferenceText": "49x21 3/4x27 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-high-gloss-white__1217256_pe912647_s5.jpg",
"mainImageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, high gloss white, 49x21 3/4x27 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-high-gloss-white__1223064_pe914433_s5.jpg",
"contextualImageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, high gloss white, 49x21 3/4x27 5/8 \"",
"itemNoGlobal": "99530760",
"onlineSellable": true,
"lastChance": false,
"itemNo": "99530760",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 599,
"current": {
"prefix": "$",
"wholeNumber": "599",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "high gloss white"
}
]
},
"colors": [
{
"name": "beige",
"id": "10003",
"hex": "f4f3d7"
}
],
"ancestorCategories": [
{
"name": "Bathroom vanities",
"key": "20719",
"url": "https://www.ikea.com/us/en/cat/bathroom-vanities-20719/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/bathroom-vanities-20719.jpeg"
},
{
"name": "Vanity cabinets with sink",
"key": "20720",
"url": "https://www.ikea.com/us/en/cat/sink-cabinets-20720/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/vanity-units-with-basin-20720.jpeg"
},
{
"name": "Bathroom systems",
"key": "700450",
"url": "https://www.ikea.com/us/en/cat/bathroom-systems-700450/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/bathroom-systems-700450.jpeg"
},
{
"name": "ÄNGSJÖN bathroom",
"key": "700453",
"url": "https://www.ikea.com/us/en/cat/aengsjoen-bathroom-700453/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/angsjon-bathroom-700453.jpeg"
},
{
"name": "ÄNGSJÖN vanity units with sink",
"key": "700470",
"url": "https://www.ikea.com/us/en/cat/aengsjoen-vanity-units-with-basin-700470/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/angsjon-vanity-units-with-basin-700470.jpeg"
},
{
"name": "Bathroom: furniture, supplies & more",
"key": "ba001",
"url": "https://www.ikea.com/us/en/cat/bathroom-ba001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/bathroom-products-ba001.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
}
],
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.9,
"ratingCount": 7,
"itemNo": "69530747",
"itemType": "SPR",
"salesPrice": {
"currencyCode": "USD",
"numeral": 489,
"current": {
"prefix": "$",
"wholeNumber": "489",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-orrsjoen-bathroom-vanity-with-sink-faucet-oak-effect__1256583_pe925140_s5.jpg",
"contextualImageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, oak effect, 37x21 3/4x27 5/8 \"",
"mainImageAlt": "ÄNGSJÖN / ORRSJÖN Bathroom vanity with sink & faucet, oak effect, 37x21 3/4x27 5/8 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Bathroom & Water",
"homeFurnishingBusinessNo": "06",
"productAreaName": "Bathroom furniture",
"productAreaNo": "0611",
"productRangeAreaName": "Bathroom furniture",
"productRangeAreaNo": "061"
},
"categoryPath": [
{
"name": "Bathroom: furniture, supplies & more",
"key": "ba001"
},
{
"name": "Bathroom systems",
"key": "700450"
},
{
"name": "ÄNGSJÖN bathroom",
"key": "700453"
},
{
"name": "ÄNGSJÖN vanity units with sink",
"key": "700470"
}
],
"validDesignText": "oak effect",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "MICKE",
"typeName": "Desk",
"itemMeasureReferenceText": "41 3/8x19 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-white__0736018_pe740345_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/micke-desk-white-80213074/",
"filterClass": "desks",
"id": "80213074",
"itemNoGlobal": "80213074",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 3,
"variants": [
{
"id": "10244743",
"pipUrl": "https://www.ikea.com/us/en/p/micke-desk-black-brown-10244743/",
"imageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-black-brown__0735981_pe740299_s5.jpg",
"imageAlt": "MICKE Desk, black-brown, 41 3/8x19 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.5,
"ratingCount": 5781,
"name": "MICKE",
"typeName": "Desk",
"itemMeasureReferenceText": "41 3/8x19 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-black-brown__0735981_pe740299_s5.jpg",
"mainImageAlt": "MICKE Desk, black-brown, 41 3/8x19 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-black-brown__0403204_pe565263_s5.jpg",
"contextualImageAlt": "MICKE Desk, black-brown, 41 3/8x19 5/8 \"",
"itemNoGlobal": "10244743",
"onlineSellable": true,
"lastChance": false,
"itemNo": "10244743",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 89.99,
"current": {
"prefix": "$",
"wholeNumber": "89",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "black-brown"
},
{
"id": "10489839",
"pipUrl": "https://www.ikea.com/us/en/p/micke-desk-white-anthracite-10489839/",
"imageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-white-anthracite__0921886_pe787989_s5.jpg",
"imageAlt": "MICKE Desk, white/anthracite, 41 3/8x19 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.5,
"ratingCount": 5781,
"name": "MICKE",
"typeName": "Desk",
"itemMeasureReferenceText": "41 3/8x19 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-white-anthracite__0921886_pe787989_s5.jpg",
"mainImageAlt": "MICKE Desk, white/anthracite, 41 3/8x19 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-white-anthracite__0921887_pe787990_s5.jpg",
"contextualImageAlt": "MICKE Desk, white/anthracite, 41 3/8x19 5/8 \"",
"itemNoGlobal": "10489839",
"onlineSellable": true,
"lastChance": false,
"itemNo": "10489839",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 89.99,
"current": {
"prefix": "$",
"wholeNumber": "89",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "white/anthracite"
},
{
"id": "80489850",
"pipUrl": "https://www.ikea.com/us/en/p/micke-desk-anthracite-red-80489850/",
"imageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-anthracite-red__0921882_pe787985_s5.jpg",
"imageAlt": "MICKE Desk, anthracite/red, 41 3/8x19 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.5,
"ratingCount": 5781,
"name": "MICKE",
"typeName": "Desk",
"itemMeasureReferenceText": "41 3/8x19 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-anthracite-red__0921882_pe787985_s5.jpg",
"mainImageAlt": "MICKE Desk, anthracite/red, 41 3/8x19 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-anthracite-red__0921883_pe787986_s5.jpg",
"contextualImageAlt": "MICKE Desk, anthracite/red, 41 3/8x19 5/8 \"",
"itemNoGlobal": "80489850",
"onlineSellable": true,
"lastChance": false,
"itemNo": "80489850",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 89.99,
"current": {
"prefix": "$",
"wholeNumber": "89",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "anthracite/red"
}
]
},
"colors": [
{
"name": "white",
"id": "10156",
"hex": "ffffff"
}
],
"ancestorCategories": [
{
"name": "MICKE series",
"key": "17499",
"url": "https://www.ikea.com/us/en/cat/micke-series-17499/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/micke-series-17499.jpeg"
},
{
"name": "Desks & computer desks",
"key": "20649",
"url": "https://www.ikea.com/us/en/cat/desks-computer-desks-20649/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-computer-desks-20649.jpeg"
},
{
"name": "Desks for home",
"key": "20651",
"url": "https://www.ikea.com/us/en/cat/desks-for-home-20651/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-for-home-20651.jpeg"
},
{
"name": "Desk & desk chairs",
"key": "fu004",
"url": "https://www.ikea.com/us/en/cat/tables-desks-fu004/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desk-desk-chairs-fu004.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Series",
"key": "series",
"url": "https://www.ikea.com/us/en/cat/series-series/"
}
],
"badge": {
"type": "TOP_SELLER",
"text": "Best seller"
},
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.5,
"ratingCount": 5781,
"itemNo": "80213074",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 89.99,
"current": {
"prefix": "$",
"wholeNumber": "89",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-white__0851508_pe565256_s5.jpg",
"contextualImageAlt": "MICKE Desk, white, 41 3/8x19 5/8 \"",
"mainImageAlt": "MICKE Desk, white, 41 3/8x19 5/8 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Workspaces",
"homeFurnishingBusinessNo": "03",
"productAreaName": "Home desks",
"productAreaNo": "0341",
"productRangeAreaName": "Home workspace",
"productRangeAreaNo": "034"
},
"categoryPath": [
{
"name": "Desk & desk chairs",
"key": "fu004"
},
{
"name": "Desks & computer desks",
"key": "20649"
},
{
"name": "Desks for home",
"key": "20651"
}
],
"validDesignText": "white",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "LEDSJÖ",
"typeName": "LED wall lamp",
"itemMeasureReferenceText": "24 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/ledsjoe-led-wall-lamp-stainless-steel__0554069_pe659641_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/ledsjoe-led-wall-lamp-stainless-steel-70328626/",
"filterClass": "wall lamps",
"id": "70328626",
"itemNoGlobal": "40359761",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 0,
"variants": []
},
"colors": [
{
"name": "gray",
"id": "10028",
"hex": "949494"
}
],
"ancestorCategories": [
{
"name": "Bathroom lighting",
"key": "10736",
"url": "https://www.ikea.com/us/en/cat/bathroom-lighting-10736/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/bathroom-lighting-10736.jpeg"
},
{
"name": "Wall lights",
"key": "20503",
"url": "https://www.ikea.com/us/en/cat/wall-lights-20503/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/wall-lights-20503.jpeg"
},
{
"name": "Wall sconces & lamps",
"key": "20504",
"url": "https://www.ikea.com/us/en/cat/wall-sconces-lamps-20504/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/wall-lamps-20504.jpeg"
},
{
"name": "LED lighting",
"key": "20515",
"url": "https://www.ikea.com/us/en/cat/led-lights-20515/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/led-lights-20515.jpeg"
},
{
"name": "LED lamps",
"key": "20516",
"url": "https://www.ikea.com/us/en/cat/led-lamps-20516/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/led-lamps-20516.jpeg"
},
{
"name": "Bathroom wall lights",
"key": "700214",
"url": "https://www.ikea.com/us/en/cat/bathroom-wall-lights-700214/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/bathroom-wall-lights-700214.jpeg"
},
{
"name": "Bathroom: furniture, supplies & more",
"key": "ba001",
"url": "https://www.ikea.com/us/en/cat/bathroom-ba001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/bathroom-products-ba001.jpeg"
},
{
"name": "Lighting",
"key": "li001",
"url": "https://www.ikea.com/us/en/cat/lighting-li001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/lighting-li001.jpeg"
},
{
"name": "Lamps & light fixtures",
"key": "li002",
"url": "https://www.ikea.com/us/en/cat/lamps-light-fixtures-li002/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/lamps-li002.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
}
],
"badge": {
"type": "TOP_SELLER",
"text": "Best seller"
},
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 3.7,
"ratingCount": 40,
"itemNo": "70328626",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 59.99,
"current": {
"prefix": "$",
"wholeNumber": "59",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/ledsjoe-led-wall-lamp-stainless-steel__0881471_pe659640_s5.jpg",
"contextualImageAlt": "LEDSJÖ LED wall lamp, stainless steel, 24 \"",
"mainImageAlt": "LEDSJÖ LED wall lamp, stainless steel, 24 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Lighting & Home electronics",
"homeFurnishingBusinessNo": "10",
"productAreaName": "Bathroom lighting",
"productAreaNo": "1017",
"productRangeAreaName": "Luminaires",
"productRangeAreaNo": "101"
},
"categoryPath": [
{
"name": "Bathroom: furniture, supplies & more",
"key": "ba001"
},
{
"name": "Bathroom lighting",
"key": "10736"
},
{
"name": "Bathroom wall lights",
"key": "700214"
}
],
"validDesignText": "stainless steel",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "MICKE",
"typeName": "Desk",
"itemMeasureReferenceText": "28 3/4x19 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-white__0736022_pe740349_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/micke-desk-white-30213076/",
"filterClass": "desks",
"id": "30213076",
"itemNoGlobal": "30213076",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 1,
"variants": [
{
"id": "20244747",
"pipUrl": "https://www.ikea.com/us/en/p/micke-desk-black-brown-20244747/",
"imageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-black-brown__0736021_pe740348_s5.jpg",
"imageAlt": "MICKE Desk, black-brown, 28 3/4x19 5/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.6,
"ratingCount": 3796,
"name": "MICKE",
"typeName": "Desk",
"itemMeasureReferenceText": "28 3/4x19 5/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-black-brown__0736021_pe740348_s5.jpg",
"mainImageAlt": "MICKE Desk, black-brown, 28 3/4x19 5/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-black-brown__0921903_pe787995_s5.jpg",
"contextualImageAlt": "MICKE Desk, black-brown, 28 3/4x19 5/8 \"",
"itemNoGlobal": "20244747",
"onlineSellable": true,
"lastChance": false,
"itemNo": "20244747",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 59.99,
"current": {
"prefix": "$",
"wholeNumber": "59",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "black-brown"
}
]
},
"colors": [
{
"name": "white",
"id": "10156",
"hex": "ffffff"
}
],
"ancestorCategories": [
{
"name": "MICKE series",
"key": "17499",
"url": "https://www.ikea.com/us/en/cat/micke-series-17499/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/micke-series-17499.jpeg"
},
{
"name": "Desks & computer desks",
"key": "20649",
"url": "https://www.ikea.com/us/en/cat/desks-computer-desks-20649/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-computer-desks-20649.jpeg"
},
{
"name": "Desks for home",
"key": "20651",
"url": "https://www.ikea.com/us/en/cat/desks-for-home-20651/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desks-for-home-20651.jpeg"
},
{
"name": "Desk & desk chairs",
"key": "fu004",
"url": "https://www.ikea.com/us/en/cat/tables-desks-fu004/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/desk-desk-chairs-fu004.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Series",
"key": "series",
"url": "https://www.ikea.com/us/en/cat/series-series/"
}
],
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.6,
"ratingCount": 3796,
"itemNo": "30213076",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 59.99,
"current": {
"prefix": "$",
"wholeNumber": "59",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/micke-desk-white__0921905_pe787996_s5.jpg",
"contextualImageAlt": "MICKE Desk, white, 28 3/4x19 5/8 \"",
"mainImageAlt": "MICKE Desk, white, 28 3/4x19 5/8 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Workspaces",
"homeFurnishingBusinessNo": "03",
"productAreaName": "Home desks",
"productAreaNo": "0341",
"productRangeAreaName": "Home workspace",
"productRangeAreaNo": "034"
},
"categoryPath": [
{
"name": "Desk & desk chairs",
"key": "fu004"
},
{
"name": "Desks & computer desks",
"key": "20649"
},
{
"name": "Desks for home",
"key": "20651"
}
],
"validDesignText": "white",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "ÄNGSJÖN",
"typeName": "Bathroom vanity with drawers",
"itemMeasureReferenceText": "30x21x25 1/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1256019_pe924855_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/aengsjoen-bathroom-vanity-with-drawers-oak-effect-10535346/",
"filterClass": "base cabinets",
"id": "10535346",
"itemNoGlobal": "10535346",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 14,
"variants": [
{
"id": "10535365",
"pipUrl": "https://www.ikea.com/us/en/p/aengsjoen-bathroom-vanity-with-drawers-oak-effect-10535365/",
"imageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1256020_pe924856_s5.jpg",
"imageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 48x21x25 1/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.4,
"ratingCount": 24,
"name": "ÄNGSJÖN",
"typeName": "Bathroom vanity with drawers",
"itemMeasureReferenceText": "48x21x25 1/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1256020_pe924856_s5.jpg",
"mainImageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 48x21x25 1/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1223075_pe914445_s5.jpg",
"contextualImageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 48x21x25 1/8 \"",
"itemNoGlobal": "10535365",
"onlineSellable": true,
"lastChance": false,
"itemNo": "10535365",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 319,
"current": {
"prefix": "$",
"wholeNumber": "319",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "oak effect"
},
{
"id": "80535343",
"pipUrl": "https://www.ikea.com/us/en/p/aengsjoen-bathroom-vanity-with-drawers-high-gloss-white-80535343/",
"imageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-high-gloss-white__1197658_pe903669_s5.jpg",
"imageAlt": "ÄNGSJÖN Bathroom vanity with drawers, high gloss white, 30x21x25 1/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.4,
"ratingCount": 24,
"name": "ÄNGSJÖN",
"typeName": "Bathroom vanity with drawers",
"itemMeasureReferenceText": "30x21x25 1/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-high-gloss-white__1197658_pe903669_s5.jpg",
"mainImageAlt": "ÄNGSJÖN Bathroom vanity with drawers, high gloss white, 30x21x25 1/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-high-gloss-white__1256568_pe925126_s5.jpg",
"contextualImageAlt": "ÄNGSJÖN Bathroom vanity with drawers, high gloss white, 30x21x25 1/8 \"",
"itemNoGlobal": "80535343",
"onlineSellable": true,
"lastChance": false,
"itemNo": "80535343",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 249,
"current": {
"prefix": "$",
"wholeNumber": "249",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "high gloss white"
},
{
"id": "00535337",
"pipUrl": "https://www.ikea.com/us/en/p/aengsjoen-bathroom-vanity-with-drawers-oak-effect-00535337/",
"imageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1256050_pe924886_s5.jpg",
"imageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 24x21x25 1/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.4,
"ratingCount": 24,
"name": "ÄNGSJÖN",
"typeName": "Bathroom vanity with drawers",
"itemMeasureReferenceText": "24x21x25 1/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1256050_pe924886_s5.jpg",
"mainImageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 24x21x25 1/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1223051_pe914419_s5.jpg",
"contextualImageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 24x21x25 1/8 \"",
"itemNoGlobal": "00535337",
"onlineSellable": true,
"lastChance": false,
"itemNo": "00535337",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 199,
"current": {
"prefix": "$",
"wholeNumber": "199",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "oak effect"
},
{
"id": "20535355",
"pipUrl": "https://www.ikea.com/us/en/p/aengsjoen-bathroom-vanity-with-drawers-oak-effect-20535355/",
"imageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1256025_pe924861_s5.jpg",
"imageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 36x21x25 1/8 \"",
"quickFacts": [],
"availability": [],
"ratingValue": 4.4,
"ratingCount": 24,
"name": "ÄNGSJÖN",
"typeName": "Bathroom vanity with drawers",
"itemMeasureReferenceText": "36x21x25 1/8 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1256025_pe924861_s5.jpg",
"mainImageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 36x21x25 1/8 \"",
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1223065_pe914434_s5.jpg",
"contextualImageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 36x21x25 1/8 \"",
"itemNoGlobal": "20535355",
"onlineSellable": true,
"lastChance": false,
"itemNo": "20535355",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 269,
"current": {
"prefix": "$",
"wholeNumber": "269",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
},
"validDesignText": "oak effect"
}
]
},
"colors": [
{
"name": "beige",
"id": "10003",
"hex": "f4f3d7"
}
],
"ancestorCategories": [
{
"name": "Bathroom vanities",
"key": "20719",
"url": "https://www.ikea.com/us/en/cat/bathroom-vanities-20719/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/bathroom-vanities-20719.jpeg"
},
{
"name": "Vanity cabinets without sink",
"key": "54989",
"url": "https://www.ikea.com/us/en/cat/vanity-cabinets-without-sink-54989/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/vanity-units-without-basin-54989.jpeg"
},
{
"name": "Bathroom systems",
"key": "700450",
"url": "https://www.ikea.com/us/en/cat/bathroom-systems-700450/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/bathroom-systems-700450.jpeg"
},
{
"name": "ÄNGSJÖN bathroom",
"key": "700453",
"url": "https://www.ikea.com/us/en/cat/aengsjoen-bathroom-700453/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/angsjon-bathroom-700453.jpeg"
},
{
"name": "ÄNGSJÖN vanity units without sink",
"key": "700469",
"url": "https://www.ikea.com/us/en/cat/aengsjoen-vanity-units-without-basin-700469/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/angsjon-vanity-units-without-basin-700469.jpeg"
},
{
"name": "Bathroom: furniture, supplies & more",
"key": "ba001",
"url": "https://www.ikea.com/us/en/cat/bathroom-ba001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/bathroom-products-ba001.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
}
],
"badge": {
"type": "TOP_SELLER",
"text": "Best seller"
},
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.4,
"ratingCount": 24,
"itemNo": "10535346",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 229,
"current": {
"prefix": "$",
"wholeNumber": "229",
"separator": ".",
"decimals": "00",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/aengsjoen-bathroom-vanity-with-drawers-oak-effect__1256578_pe925130_s5.jpg",
"contextualImageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 30x21x25 1/8 \"",
"mainImageAlt": "ÄNGSJÖN Bathroom vanity with drawers, oak effect, 30x21x25 1/8 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Bathroom & Water",
"homeFurnishingBusinessNo": "06",
"productAreaName": "Bathroom furniture",
"productAreaNo": "0611",
"productRangeAreaName": "Bathroom furniture",
"productRangeAreaNo": "061"
},
"categoryPath": [
{
"name": "Bathroom: furniture, supplies & more",
"key": "ba001"
},
{
"name": "Bathroom systems",
"key": "700450"
},
{
"name": "ÄNGSJÖN bathroom",
"key": "700453"
},
{
"name": "ÄNGSJÖN vanity units without sink",
"key": "700469"
}
],
"validDesignText": "oak effect",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "SYVDE",
"typeName": "Dressing table",
"itemMeasureReferenceText": "39 1/2x19 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/syvde-dressing-table-white__0747849_pe753575_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/syvde-dressing-table-white-80430746/",
"filterClass": "side tables",
"id": "80430746",
"itemNoGlobal": "80430746",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 0,
"variants": []
},
"colors": [
{
"name": "white",
"id": "10156",
"hex": "ffffff"
}
],
"ancestorCategories": [
{
"name": "Makeup vanities & dressing tables",
"key": "20657",
"url": "https://www.ikea.com/us/en/cat/makeup-vanities-dressing-tables-20657/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/dressing-tables-20657.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Storage & organization",
"key": "st001",
"url": "https://www.ikea.com/us/en/cat/storage-organization-st001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/storage-organization-st001.jpeg"
},
{
"name": "Dressers & storage drawers",
"key": "st004",
"url": "https://www.ikea.com/us/en/cat/dressers-storage-drawers-st004/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/dressers-storage-drawers-st004.jpeg"
}
],
"tag": "NONE",
"quickFacts": [],
"features": [],
"availability": [],
"ratingValue": 4.8,
"ratingCount": 170,
"itemNo": "80430746",
"itemType": "ART",
"salesPrice": {
"currencyCode": "USD",
"numeral": 199.99,
"current": {
"prefix": "$",
"wholeNumber": "199",
"separator": ".",
"decimals": "99",
"suffix": "",
"isRegularCurrency": false,
"style": "SUPER"
},
"isBreathTaking": false,
"discount": "",
"tag": "NONE",
"priceText": "Price",
"tags": [],
"tagWithText": {
"tag": "NONE"
}
},
"contextualImageUrl": "https://www.ikea.com/us/en/images/products/syvde-dressing-table-white__1119463_pe873518_s5.jpg",
"contextualImageAlt": "SYVDE Dressing table, white, 39 1/2x19 \"",
"mainImageAlt": "SYVDE Dressing table, white, 39 1/2x19 \"",
"businessStructure": {
"homeFurnishingBusinessName": "Bedroom furniture",
"homeFurnishingBusinessNo": "04",
"productAreaName": "Complementary bedroom furniture",
"productAreaNo": "0433",
"productRangeAreaName": "Chests & other furniture",
"productRangeAreaNo": "043"
},
"categoryPath": [
{
"name": "Storage & organization",
"key": "st001"
},
{
"name": "Dressers & storage drawers",
"key": "st004"
},
{
"name": "Makeup vanities & dressing tables",
"key": "20657"
}
],
"validDesignText": "white",
"heroBackoffData": {},
"optimizelyAttributes": {
"PRODUCT_TYPE": "standard"
}
},
{
"name": "BRIMNES",
"typeName": "Dressing table",
"itemMeasureReferenceText": "27 1/2x16 1/2 \"",
"mainImageUrl": "https://www.ikea.com/us/en/images/products/brimnes-dressing-table-gray__1409763_pe972381_s5.jpg",
"pipUrl": "https://www.ikea.com/us/en/p/brimnes-dressing-table-gray-60598275/",
"filterClass": "side tables",
"id": "60598275",
"itemNoGlobal": "60598275",
"onlineSellable": true,
"lastChance": false,
"gprDescription": {
"numberOfVariants": 0,
"variants": []
},
"colors": [
{
"name": "gray",
"id": "10028",
"hex": "949494"
}
],
"ancestorCategories": [
{
"name": "BRIMNES bedroom series",
"key": "18125",
"url": "https://www.ikea.com/us/en/cat/brimnes-series-18125/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/brimnes-series-18125.jpeg"
},
{
"name": "Makeup vanities & dressing tables",
"key": "20657",
"url": "https://www.ikea.com/us/en/cat/makeup-vanities-dressing-tables-20657/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/dressing-tables-20657.jpeg"
},
{
"name": "BRIMNES series",
"key": "700496",
"url": "https://www.ikea.com/us/en/cat/brimnes-series-700496/",
"imageUrl": "https://www.ikea.com/global/assets/range-categorisation/images/brimnes-series-700496.jpeg"
},
{
"name": "Products",
"key": "products",
"url": "https://www.ikea.com/us/en/cat/products-products/"
},
{
"name": "/",
"key": "root"
},
{
"name": "Series",
"key": "series",
"url": "https://www.ikea.com/us/en/cat/series-series/"
},
{
"name": "Storage & organization",
"key": "st001",
"url": "https://www.ikea.com/us/en/cat/storage-organization-st001/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/storage-organization-st001.jpeg"
},
{
"name": "Dressers & storage drawers",
"key": "st004",
"url": "https://www.ikea.com/us/en/cat/dressers-storage-drawers-st004/",
"imageUrl": "https://www.ikea.com/us/en/range-categorisation/images/dressers-storage-drawers-