Clas Ohlson Scraper — Scandinavian DIY, Home & Electronics Prod avatar

Clas Ohlson Scraper — Scandinavian DIY, Home & Electronics Prod

Pricing

Pay per event

Go to Apify Store
Clas Ohlson Scraper — Scandinavian DIY, Home & Electronics Prod

Clas Ohlson Scraper — Scandinavian DIY, Home & Electronics Prod

Scrape products, prices, and specs from clasohlson.com — popular Scandinavian retailer for DIY, home, and electronics.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Jelle Desramaults

Jelle Desramaults

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Clas Ohlson Scraper

Scrapes the Clas Ohlson product catalog using their internal Voyado Elevate search API -- the same API that powers the website's search and category pages.

Why the API approach

Clas Ohlson's frontend is heavily client-side rendered. Traditional HTML scraping returns a skeleton page with default products. This scraper bypasses that by calling the Elevate (Apptus) search API directly, getting structured JSON product data without needing a browser.

Multi-market support

Works across all three Clas Ohlson markets:

MarketCurrencySite
SESEKclasohlson.com/se
NONOKclasohlson.com/no
FIEURclasohlson.com/fi

Input

FieldTypeRequiredDescription
searchQueryStringNoSearch term (default: verktyg)
categoryUrlStringNoCategory URL like https://www.clasohlson.com/se/Bygg/c/1030
maxResultsIntegerNoDefault: 100
marketStringNoSE, NO, or FI (default: SE)
proxyConfigurationObjectNoProxy settings

Output

FieldTypeExample
nameString"Skruvdragare 18V Li-Ion"
brandString"Cocraft"
priceNumber599
currencyString"SEK"
originalPriceNumber799
skuString"36-4521"
inStockBooleantrue
ratingNumber4.2
reviewCountNumber89
imageUrlStringProduct image from CDN
categoryString"Elverktyg"
marketString"SE"

Cost

Extremely efficient -- pure API calls, no page rendering. About 0.1 compute units per 1,000 products.

Limitations

  • Category URL mode requires a URL with the /c/{number} pattern (e.g. /c/1030)
  • Single product URLs (with /p/) fall back to HTML scraping via CheerioCrawler
  • Product descriptions from the API are pipe-delimited and may contain formatting artifacts