Karwei Scraper — Dutch DIY & Home Improvement Products avatar

Karwei Scraper — Dutch DIY & Home Improvement Products

Pricing

Pay per usage

Go to Apify Store
Karwei Scraper — Dutch DIY & Home Improvement Products

Karwei Scraper — Dutch DIY & Home Improvement Products

Scrape DIY & home improvement products, prices, ratings, stock status, and specs from Karwei.nl. Part of the Intergamma group with 100+ stores in the Netherlands. Supports search, category/brand filtering.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Karwei Scraper

Pulls product data from Karwei.nl, the popular Dutch DIY and home improvement store, using their Algolia search index for fast, reliable results.

How it works

This scraper talks directly to Karwei's Algolia-powered product search API. No browser needed, no HTML parsing -- just clean JSON responses at 50 products per page. You can search by keyword, filter by category or brand, or browse the full catalog.

Input

FieldTypeRequiredDescription
searchQueryStringNoSearch term (e.g., "verf", "laminaat")
categoryStringNoFilter by category name (must match Algolia facet exactly)
brandStringNoFilter by brand (e.g., "Flexa", "Bosch")
maxResultsIntegerNoCap the number of products returned (default: 100)
proxyConfigurationObjectNoProxy settings for Apify runs

If you leave everything blank, the scraper fetches all products from the index.

Output fields

FieldTypeExample
nameString"Flexa Creations muurverf extra mat 2,5L"
brandString"Flexa"
priceNumber47.99
currencyString"EUR"
discountString"-30%"
eanString"8711113095147"
skuString"5262027"
productIdStringAlgolia objectID
inStockBooleantrue
ratingNumber4.2
reviewCountNumber87
imageUrlStringProduct image URL
descriptionStringShort commercial description
specsObject{"Kleur": "Wit", "Eenheid": "stuk"}
categoryString"Verf"
categoriesArray["Verf & behang", "Muurverf", "Verf"]
urlStringFull product URL on karwei.nl

Example output

{
"name": "Flexa Creations muurverf extra mat 2,5L",
"brand": "Flexa",
"price": 47.99,
"currency": "EUR",
"discount": "-30%",
"ean": "8711113095147",
"sku": "5262027",
"inStock": true,
"rating": 4.2,
"reviewCount": 87,
"imageUrl": "https://static.karwei.nl/dam/5262027/22",
"category": "Verf",
"categories": ["Verf & behang", "Muurverf", "Verf"],
"url": "https://www.karwei.nl/producten/flexa-creations-muurverf-extra-mat-2-5l/p5262027",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

Performance

Because this scraper hits Algolia directly (no browser, no rendering), it is very fast and cheap. Expect roughly 5,000 products per $1 of compute costs. Pagination is handled automatically.

Limitations

  • Karwei is a Dutch-only store (karwei.nl) -- no multilingual support
  • The Algolia API key is publicly exposed in Karwei's frontend; if they rotate it, the scraper needs an update
  • Descriptions come from the search index and may be shorter than the full product page text
  • Some tile_attributes may be sparse depending on the product category