Albert Heijn Products
Pricing
Pay per event
Albert Heijn Products
Scrapes product data from Albert Heijn (NL) by targeting the fast, reliable api.ah.nl mobile API, not the website. Input a list of categories (taxonomies) or leave empty to scrape everything. Intelligently deduplicates all products by webshopId, ensuring a clean final dataset.
0.0 (0)
Pricing
Pay per event
0
2
1
Last modified
2 days ago
Albert Heijn Scraper
This actor scrapes product information from the Dutch supermarket Albert Heijn (api.ah.nl). It allows you to get a full list of products from specific categories (taxonomies) or from all categories at once.
This actor scrapes the official mobile API, making it fast and reliable. It ensures that all products in the final dataset are unique by their webshopId.
Input
The input for this actor is a list of taxonomy slugs (category URLs).
Field
Type
Description
taxonomies
string[]
An array of taxonomy slugs to scrape. If you leave this field empty, the actor will scrape all available taxonomies.
Example Input
{ "taxonomies": [ "groente-aardappelen", "fruit-verse-sappen", "vlees", "kaas" ] }
If you want to scrape everything, just provide an empty input:
{}
or
{ "taxonomies": [] }
Output
The actor saves its results to the default Apify dataset. Each item in the dataset is a product with its full details, plus some metadata about the scrape.
Example Output JSON
[ { "webshopId": 123456, "hqId": 7890, "title": "AH Biologisch Ei", "salesUnitSize": "10 stuks", "images": [ { "width": 200, "height": 200, "url": "https://img.ahold.com/..." } ], "priceBeforeBonus": 3.89, "orderAvailabilityStatus": "AVAILABLE", "mainCategory": "Zuivel, eieren", "subCategory": "Eieren", "brand": "AH Biologisch", "shopType": "ZO", "availableOnline": true, "isPreviouslyBought": false, "descriptionHighlights": null, "propertyIcons": [], "nix18": false, "isStapelBonus": false, "extraDescriptions": [], "isBonus": true, "descriptionFull": "Biologische eieren 10 stuks M/L. ", "isOrderable": true, "isInfiniteBonus": false, "isSample": false, "isSponsored": false, "isVirtualBundle": false, "discountLabels": [ { "code": "DISCOUNT", "defaultDescription": "25% korting", "percentage": 25, "precisePercentage": 25.0 } ], "unitPriceDescription": "€ 0.39/st", "nutriscore": "A", "bonusStartDate": "2025-11-03", "bonusEndDate": "2025-11-09", "discountType": "DISCOUNT", "currentPrice": 2.92, "bonusPeriodDescription": "Bonus", "hasListPrice": true, "isBonusPrice": true, "lastSeen": "2025-11-06T15:30:00.000Z", "taxonomy": "zuivel-eieren" } ]
Share Actor:
