VOOZH about

URL: https://apify.com/rashadansari/albert-heijn-scraper

โ‡ฑ Albert Heijn Scraper [DEPRECATED] ยท Apify


๐Ÿ‘ Albert Heijn Scraper avatar

Albert Heijn Scraper

Deprecated

Pricing

Pay per usage

Go to Apify Store

Albert Heijn Scraper

Deprecated

Scrapes the complete product catalog and category tree from Albert Heijn (AH), the largest supermarket chain in the Netherlands.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Rashad Ansari

Rashad Ansari

Maintained by Community

Actor stats

1

Bookmarked

8

Total users

0

Monthly active users

2 months ago

Last modified

Categories

Share

Albert Heijn (AH) Product Scraper

Scrapes the complete product catalog and category tree from Albert Heijn (AH), the largest supermarket chain in the Netherlands.

What does this Actor do?

  • Discovers the full category hierarchy (main categories + all sub-categories)
  • Paginates through every leaf category to collect all products
  • Returns product name, prices (regular and promotional), discount text, image URL, and product page URL for each item

Input

FieldTypeDefaultDescription
outputCategoriesbooleanfalseIf true, category objects (with type: "category") are also pushed to the dataset
proxyobjectโ€”Optional Apify proxy configuration

Example input

{
"outputCategories":true
}

Output

Each item in the dataset represents a product or (optionally) a category.

Product item

{
"type":"product",
"external_id":"400376",
"name":"Salland Luncheon meat",
"base_price":"2.49",
"current_price":"2.49",
"has_discount":false,
"discount_text":null,
"image_url":"https://static.ah.nl/dam/product/AHI_43545239363534353531?revLabel=2&rendition=800x800_JPG_Q90&fileType=binary",
"website_url":"https://www.ah.nl/producten/product/wi400376",
"category_external_id":"2619"
}

Category item (outputCategories: true)

{
"type":"category",
"external_id":"6401",
"name":"Groente, aardappelen",
"parent_external_id":null
}

Fields

FieldTypeDescription
typestring"product" or "category"
external_idstringAH webshop ID (numeric string, e.g. "123456") for products, or taxonomy ID for categories
namestringProduct or category name
base_pricestring|nullRegular price in EUR (as decimal string, e.g. "2.99")
current_pricestring|nullCurrent price โ€” discounted price if on sale, else same as base_price
has_discountbooleantrue if the product is currently on promotion
discount_textstring|nullPromotion description (e.g. "2e halve prijs", "3 voor โ‚ฌ5")
image_urlstring|nullProduct image URL
website_urlstringDirect link to the product page on ah.nl
category_external_idstring|nullThe category this product belongs to
parent_external_idstring|null(categories only) Parent category ID, or null for top-level

Notes

  • Prices are in EUR as decimal strings to preserve precision.
  • The scraper targets the Netherlands webshop (api.ah.nl). Belgian AH is a separate domain and is not covered.
  • Apify may mark this Actor as under maintenance when a run takes longer than 5 minutes. This is expected, so you do not need to worry about that status.

You might also like

Albert Heijn Belgium Scraper

louisdeconinck/albert-heijn-belgium-scraper

Extract complete product data from Albert Heijn Belgium, including prices, Nutri-scores, and barcodes, while automatically enriching the Open Food Facts database.

๐Ÿ‘ User avatar

Louis Deconinck

8

Albert Heijn Scraper โ€” Dutch Supermarket Prices & Bonus

studio-amba/albert-heijn-scraper

Scrape products, prices, bonus offers, unit prices and Nutri-Score from Albert Heijn (ah.nl). Search by keyword or browse a category. No login or cookies required.

Albert Heijn Belgium

harvestedge/albert-heijn-belgium

The Albert Heijn Belgium Scraper extracts product data from BELGIAN supermarket Albert Heijn based on user-defined search keyterms. It collects product details such as name, quantity, price, url, and image ideal for price comparison or market analysis.

Jumbo Supermarket Scraper

harvestedge/jumbo-supermarket-scraper

The Jumbo Scraper extracts product data from the Jumbo supermarket based on user-defined search keyterms. It collects product details such as name, price, unit price, unit size, discounts, and URLs, ideal for price comparison or market analysis.

31

Albert Heijn API

harvestedge/albert-heijn-api

Scrapes Albert Heijn products via the official mobile API and outputs fully structured product metadata. Ideal for price comparison and market research.

41

Dutch Supermarket Price Scraper

harvestedge/dutch-supermarket-price-scraper

Albert Heijn, Jumbo, and Dirk Supermarket Scraper extracts product data from all major Dutch supermarkets based on user-defined search terms. Collects product details like name, price, unit price, non-discounted price, and URLs, ideal for price comparison, product matching or market analysis.

17

Jumbo Scraper โ€” Dutch Supermarket Prices & Promotions

studio-amba/jumbo-scraper

Scrape products, prices, promotions, unit prices, brands and EAN barcodes from Jumbo (jumbo.com). Search by keyword. No login or cookies required.

Colruyt Scraper โ€” Belgian Supermarket Products & Prices

studio-amba/colruyt-scraper

Scrape products, prices, unit prices, brands, and promotions from Colruyt.be โ€” Belgium's largest supermarket chain. Supports product search and category browsing. No login required.

Picnic Scraper โ€” Grocery Delivery Products & Prices

studio-amba/picnic-scraper

Scrape product data from Picnic, the popular online grocery delivery service in the Netherlands and Germany. Extract product names, prices, categories, and availability. No login or cookies required.

Dutch Supermarkets (all 11)

harvestedge/dutch-supermarkets-all-11

Scrape all 11 dutch supermarket chains for price, product, url, and size. Albert Heijn, Jumbo, Dirk, SPAR, Hoogvliet, Aldi, Lidl, Vomar, Poiesz, Plus, DekaMarkt. Netherlands, Nederland, supermarkt

128