Standalone Apify Actors for scraping Dutch supermarket product catalogs. Each actor is self-contained and publishes to the Apify dataset.
| Actor | Supermarket | Method |
|---|---|---|
| albert-heijn-scraper | Albert Heijn (AH) | Mobile REST API |
| jumbo-scraper | Jumbo | GraphQL API |
| lidl-scraper | Lidl Netherlands | HTML scraping |
Push each actor individually from its directory:
cd albert-heijn-scraper
apify push
cd ../jumbo-scraper
apify push
cd ../lidl-scraper
apify push