Kwantum Scraper — Dutch Home Decor & Furniture Products & Price
Pricing
from $2.00 / 1,000 result scrapeds
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
Maintained by CommunityActor 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
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | Yes* | Search keyword (e.g., "vloerkleed", "gordijn") |
categoryUrl | String | Yes* | Category URL (e.g., https://www.kwantum.nl/verlichting/vloerlampen) |
maxResults | Integer | No | Limit (default: 100) |
proxyConfiguration | Object | No | Proxy settings |
*At least one of searchQuery or categoryUrl is required.
Output
| Field | Type | Example |
|---|---|---|
name | String | "Vloerkleed Sahara 160x230cm" |
brand | String | "Kwantum" |
price | Number | 79.00 |
originalPrice | Number | 99.00 |
currency | String | "EUR" |
ean | String | "8717457123456" |
sku | String | Product SKU |
inStock | Boolean | true |
rating | Number | 4.1 |
reviewCount | Number | 23 |
imageUrl | String | Product image |
description | String | Full product description |
category | String | "Vloerkleden > Vloerkleed" |
color | String | "Beige" |
material | String | "Polypropyleen" |
dimensions | String | "160x230cm" |
weight | String | "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
- Create an Apify account (free tier available)
- Open the Kwantum Scraper actor page
- Enter a search query (e.g. "gordijn") or paste a category URL from kwantum.nl
- Click "Start" to begin scraping
- 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
Popular categories to scrape
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, andweightare 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