GAMMA Scraper — Belgian DIY & Home Improvement Products & Price avatar

GAMMA Scraper — Belgian DIY & Home Improvement Products & Price

Pricing

Pay per usage

Go to Apify Store
GAMMA Scraper — Belgian DIY & Home Improvement Products & Price

GAMMA Scraper — Belgian DIY & Home Improvement Products & Price

Scrape DIY & home improvement products, prices, ratings, stock status, and specs from Gamma.be. Part of the Intergamma group with 80+ stores in Belgium. Supports search, category/brand filtering, and bilingual output (NL/FR).

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jelle Desramaults

Jelle Desramaults

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

GAMMA Scraper

Extract product data from gamma.be — Belgium's Intergamma DIY chain with 80+ stores. This scraper hits GAMMA's Algolia search index directly, which means it returns structured data without ever loading a web page.

Under the hood

GAMMA uses Algolia for their product search. This actor queries that same API, so it's lightweight and reliable. No browser, no HTML parsing — just clean JSON responses with prices, stock, ratings, EAN codes, specs, and more.

You can search by keyword, filter by category or brand, and pull data in Dutch or French.

Input

FieldTypeDescription
searchQueryStringProduct keyword, e.g. "laminaat", "Bosch boormachine", "buitenverf wit"
categoryStringFilter by GAMMA category: Verf, Tuin, Verlichting, Sanitair, Vloeren, Gereedschap, etc.
brandStringFilter by brand: GAMMA, Levis, Bosch, Philips, Karcher, etc.
maxResultsIntegerDefault: 100
languageStringnl (default) or fr — same products, different names and descriptions
proxyConfigurationObjectOptional. The Algolia API is open, but a proxy helps for very large extractions.

Leave all filters empty to browse the full GAMMA catalog.

Output fields

Each product includes:

  • name, brand, price (EUR), currency
  • discount — e.g. "-30%" when a promo is active
  • ean — EAN barcode
  • sku / productId
  • inStocktrue if available (accounts for temporary out-of-stock)
  • rating (out of 5) and reviewCount
  • imageUrl
  • description — cleaned, HTML-stripped
  • specs — key-value pairs like {"Kleur": "Wit", "Inhoud": "2,5 l", "Eenheid": "stuk"}
  • category / categories
  • url — direct link to the product page on gamma.be

Example

{
"name": "GAMMA muurverf mat wit 10 L",
"brand": "GAMMA",
"price": 39.99,
"currency": "EUR",
"discount": "-25%",
"ean": "5400107741953",
"sku": "240681",
"productId": "240681",
"inStock": true,
"rating": 4.3,
"reviewCount": 87,
"imageUrl": "https://static.karwei.nl/dam/...",
"description": "Muurverf voor binnen. Hoog dekkend, makkelijk verwerkbaar.",
"specs": {
"Kleur": "Wit",
"Inhoud": "10 l",
"Afwerking": "Mat"
},
"category": "Verf",
"categories": ["Verf", "Muurverf", "Muurverf binnen"],
"url": "https://www.gamma.be/nl/assortiment/gamma-muurverf-mat-wit-10l/p/240681",
"language": "nl",
"scrapedAt": "2026-03-16T08:00:00.000Z"
}

Notes

  • GAMMA Belgium (gamma.be) is part of the Intergamma group alongside Karwei in the Netherlands. The image CDN is shared, which is why image URLs reference karwei.nl.
  • The Algolia index contains the full catalog — tens of thousands of products. Set maxResults accordingly if you want a big extract.
  • Prices on gamma.be are Belgian retail prices including 21% VAT.