I am trying to build a scraper to scrape product reviews from the amazon site. Till now I have become able to scrape and download reviews from a single page. My real aim is to scrape all reviews from multiple pages and store these scraped reviews in a single variable and download them at once rather than scraping and downloading them one by one page. Please help me with how can I store this scraped data from multiple pages in a single variable.