This is a very quick scrape of Aldi's online product list using Python and Scrapy
First, clone the repo and install the requirements.
cd aldi-scrape
python -m pip install -r requirements.txt
source venv/bin/activate
Now run the scrape..
scrapy crawl basic
The data is in the aldi/spiders subdirectory as output_data.csv, so cd in there.
cd aldi/spiders
The scraped data is in output_data.csv, ready to use.