Kwantum Scraper — Dutch Home Decor & Furniture Products & Price avatar

Kwantum Scraper — Dutch Home Decor & Furniture Products & Price

Pricing

from $2.00 / 1,000 result scrapeds

Go to Apify Store
Kwantum Scraper — Dutch Home Decor & Furniture Products & Price

Kwantum Scraper — Dutch Home Decor & Furniture Products & Price

Scrape products, prices, ratings, and details from kwantum.nl. Dutch home decor, furniture, and lighting retailer.

Pricing

from $2.00 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Kwantum Scraper

Extracts product data from Kwantum.nl, a Dutch home decor and furnishing store known for affordable curtains, lamps, rugs, and furniture.

Technical details

The scraper uses got-scraping (not a full browser) to fetch pages. It reads JSON-LD structured data (ProductGroup or Product schema) from product pages. Listing pages are parsed via ItemList JSON-LD, and detail pages are fetched in parallel batches of 5.

Kwantum runs on a Chakra UI frontend, so discount detection looks for "Je bespaart" savings text rather than standard <del> tags.

Input

FieldTypeRequiredDescription
searchQueryStringYes*Search keyword (e.g., "vloerkleed", "gordijn")
categoryUrlStringYes*Category URL (e.g., https://www.kwantum.nl/verlichting/vloerlampen)
maxResultsIntegerNoLimit (default: 100)
proxyConfigurationObjectNoProxy settings

*At least one of searchQuery or categoryUrl is required.

Output

FieldTypeExample
nameString"Vloerkleed Sahara 160x230cm"
brandString"Kwantum"
priceNumber79.00
originalPriceNumber99.00
currencyString"EUR"
eanString"8717457123456"
skuStringProduct SKU
inStockBooleantrue
ratingNumber4.1
reviewCountNumber23
imageUrlStringProduct image
descriptionStringFull product description
categoryString"Vloerkleden > Vloerkleed"
colorString"Beige"
materialString"Polypropyleen"
dimensionsString"160x230cm"
weightString"5.2 kg"
{
"name": "Vloerkleed Sahara 160x230cm",
"brand": "Kwantum",
"price": 79.00,
"originalPrice": 99.00,
"currency": "EUR",
"inStock": true,
"color": "Beige",
"material": "Polypropyleen",
"category": "Vloerkleden > Vloerkleed",
"url": "https://www.kwantum.nl/wonen/vloerkleden/vloerkleed-sahara-160x230cm",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

How to scrape Kwantum data

  1. Create an Apify account (free tier available)
  2. Open the Kwantum Scraper actor page
  3. Enter a search query (e.g. "gordijn") or paste a category URL from kwantum.nl
  4. Click "Start" to begin scraping
  5. Download results as JSON, CSV, or Excel when the run finishes

You can also call the actor via the Apify API or schedule recurring runs for automated price monitoring.

Use cases

  • Price monitoring -- Track home decor and furniture prices over time
  • Competitor analysis -- Compare Kwantum prices with other Dutch home furnishing stores like IKEA and Leen Bakker
  • Market research -- Analyze product assortment, materials, and pricing strategies
  • E-commerce feeds -- Export product catalogs for price comparison platforms
  • Inventory tracking -- Monitor stock availability for specific products

Integrations

Connect Kwantum Scraper results to your existing tools:

  • Google Sheets -- Automatic export after every run
  • Slack / Email -- Get notified when prices change or items go on sale
  • Webhooks -- Push data to your own API endpoint
  • Zapier / Make -- Connect to 5,000+ apps without code

Gordijnen (curtains), Vloerkleden (rugs), Verlichting (lighting), Meubels (furniture), Raamdecoratie (window coverings), Woonaccessoires (home accessories), Behang (wallpaper), Verf (paint).

Cost estimate

HTTP-based scraper, no browser needed. Roughly $0.30 per 1,000 products.

Limitations

  • Kwantum is a Dutch-only retailer (kwantum.nl)
  • Extra fields like color, material, dimensions, and weight are pulled from JSON-LD when available
  • Breadcrumb-based category paths come from the BreadcrumbList JSON-LD schema
  • Data is scraped from the public website and may change without notice

Changelog

  • v0.1 -- Initial release with search and category scraping support