Extract full product details from any IKEA product page. Returns price, description, gallery, variants, breadcrumb, dimensions, rating, and category via website crawler.
IKEA product pages combine HTML product modules with JSON-LD metadata. Piloterr crawls the page, parses price, specs, images, color variants, and breadcrumb navigation, and returns structured JSON.
GET https://api.piloterr.com/v2/ikea/product?query=https://www.ikea.com/fr/fr/p/gladhoejden-bureau-assis-debout-blanc-30493939/
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Full IKEA /p/ product URL |
| Field |
Type |
Description |
id |
string |
IKEA item number |
url |
string |
Canonical product URL |
title |
string | null |
Full product title |
description |
string | null |
Product description |
category |
string | null |
Category from breadcrumb |
measure |
string | null |
Size reference |
price |
string | null |
Formatted price |
price_amount |
number | null |
Numeric price |
currency |
string | null |
Currency symbol or code |
rating |
number | null |
Average rating |
reviews_count |
integer | null |
Number of reviews |
image |
string | null |
Main image URL |
images |
array |
Full photo gallery URLs |
dimensions |
object |
Width, depth, height when available |
variants |
array |
Color/style variants with URL and image |
variants[].id |
string | null |
Variant item number |
variants[].name |
string |
Variant label |
variants[].url |
string | null |
Variant product URL |
breadcrumb |
array |
Navigation breadcrumb trail |
breadcrumb[].name |
string |
Breadcrumb label |
breadcrumb[].url |
string | null |
Breadcrumb URL |
- Supports any ikea.com locale (
/fr/fr/, /gb/en/, etc.).
- Variant picker colors appear under
variants.
dimensions keys may be partial depending on the product type.
- Bundle URLs ending with
-s{id} are supported.
- Extract full IKEA product specs for comparison or inventory tools
- Pull variant URLs and images for catalog enrichment
- Monitor individual product prices and ratings
- Build furniture datasets from public IKEA product pages