The code scrapes the data from https://www.4icu.org/reviews/index2.htm
Scrapy==2.4.1 was used for this scraping
Run the code using the below command
scrapy crawl The output is generated in data.json file
To edit the output file name, open mainScraper.py which is under spiders folder.