You can write a simple scrapper with python for that particular site using requests and bs4, take this guide as an example https://realpython.com/python-web-scraping-practical-introduction/
What exactly you want to do? If you want to train a model then datasets are available and if you want to extract the review of a specific product of specific website then you need to write a scrapper in python with some depth level to get all reviews.