Can somebody tell if there is a way to get the customer reviews from any review website as data set for sentiment analysis through nvivo?(as it shows only 20 reviews per page )and we need around 4000 reviews.
Your best option if you aren't skilled in programming is to automatically scrape data across multiple pages with one of the many user-friendly services/apps out there. One example is https://www.parsehub.com/.
Another way to do this is to use the NCapture extension for google chrome (https://chrome.google.com/webstore/detail/ncapture/lgomjifbpjfhpodjhihemafahhmegbek?hl=en) and extract every page after viewing the max possible amount of review per page.
As mentioned, you can program web scraping as well, but if you don't have experience with R or Python, it might take some time to learn. Here is an introductory video: https://www.youtube.com/watch?v=XQgXKtPSzUI