Multipharma Scraper — Belgian Pharmacy Products & Prices
Pricing
Pay per event
Multipharma Scraper — Belgian Pharmacy Products & Prices
Scrape product listings, prices, ratings, and availability from Multipharma.be — one of Belgium's largest pharmacy chains.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Jelle Desramaults
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Multipharma Scraper
Scrapes health and pharmacy products from Multipharma.be, one of Belgium's largest pharmacy chains with 230+ locations. Covers medicines, vitamins, beauty, baby care, and homeopathy.
Input
| Field | Type | Required | Description |
|---|---|---|---|
categoryUrl | String | No | Multipharma category URL |
searchQuery | String | No | Search keyword (default: "vitamines") |
maxResults | Integer | No | Result limit (default: 100) |
proxyConfiguration | Object | No | Proxy settings |
How it works
The scraper sends Dutch-Belgian locale headers (nl-BE). Product links matching /nl/product/ or /fr/product/ are collected from listing pages. Detail pages are parsed via JSON-LD (supports both Product and MedicalProduct schema types), with HTML fallback.
Output
| Field | Type | Example |
|---|---|---|
name | String | "Davitamon Junior Framboos 60 Kauwtabletten" |
brand | String | "Davitamon" |
price | Number | 12.99 |
originalPrice | Number | 14.99 |
currency | String | "EUR" |
ean | String | EAN barcode |
sku | String | Product SKU |
inStock | Boolean | true |
rating | Number | 4.3 |
reviewCount | Number | 28 |
imageUrl | String | Product image |
description | String | Product description |
category | String | "Vitamines" |
categories | Array | ["Gezondheid", "Vitamines & Supplementen", "Vitamines"] |
{"name": "Davitamon Junior Framboos 60 Kauwtabletten","brand": "Davitamon","price": 12.99,"currency": "EUR","inStock": true,"category": "Vitamines","url": "https://www.multipharma.be/nl/product/davitamon-junior-framboos-60-kauwtabletten","scrapedAt": "2026-03-16T10:00:00.000Z"}
Notes
- Bilingual site (Dutch and French); the scraper follows both
/nl/product/and/fr/product/links - Pagination follows "Volgende" (Dutch) / "Suivant" (French) links
- JSON-LD supports
MedicalProducttype in addition to standardProduct