Swiss Sense Scraper — Dutch Premium Beds & Mattresses avatar

Swiss Sense Scraper — Dutch Premium Beds & Mattresses

Pricing

Pay per event

Go to Apify Store
Swiss Sense Scraper — Dutch Premium Beds & Mattresses

Swiss Sense Scraper — Dutch Premium Beds & Mattresses

Scrape products, prices, and specs from SwissSense.nl — Dutch premium mattress & bed retailer. Supports category browsing and search.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Swiss Sense Scraper

Extracts mattress, boxspring, and bedding product data from swisssense.nl -- the largest specialty sleep retailer in the Netherlands.

How it works

The scraper visits category or search result pages on Swiss Sense, follows links to individual product pages, and pulls structured data from JSON-LD markup with HTML fallback. It handles pagination automatically and deduplicates URLs across pages.

Default behavior (no input): scrapes the /matrassen (mattresses) category.

Input

FieldTypeRequiredDescription
startUrlsArrayNoCategory or product URLs, e.g. https://www.swisssense.nl/boxsprings
searchQueryStringNoFree-text search, e.g. "traagschuim matras"
maxResultsIntegerNoCap on products returned (default: 100)
proxyConfigurationObjectNoApify proxy settings

Output fields

FieldExample
name"Emma Original Matras 160x200"
brand"Emma"
price699.00
originalPrice899.00
currency"EUR"
sku"EM-ORG-160200"
ean"8719326543210"
inStocktrue
rating4.7
reviewCount312
imageUrlProduct image URL
descriptionProduct description text
specs{"Hoogte": "25 cm", "Hardheid": "Medium"}
category"Matrassen"
urlFull product URL
scrapedAtISO timestamp

Example output

{
"name": "Emma Original Matras 160x200",
"brand": "Emma",
"price": 699.00,
"originalPrice": 899.00,
"currency": "EUR",
"inStock": true,
"rating": 4.7,
"reviewCount": 312,
"url": "https://www.swisssense.nl/emma-original-matras-em160200",
"imageUrl": "https://www.swisssense.nl/media/catalog/product/emma-original.jpg",
"category": "Matrassen",
"scrapedAt": "2026-03-16T10:00:00.000Z"
}

Practical notes

  • Swiss Sense uses server-side rendering, so CheerioCrawler works fine -- no browser needed.
  • Product URLs follow the pattern /slug-XY12345 where the suffix is an internal code.
  • The site is Dutch-language only. Prices are in EUR.
  • Large categories (boxsprings, matrassen) can have 500+ products. Set maxResults accordingly.