Scraping Google Play Reviews with RSelenium
When Normal Web Scraping Just Won’t Work
I’ve used rvest in numerous posts to scrape information from static websites or through forms to get data. However, some websites don’t have static data that can be downloaded by just scraping the HTML. Google Play Store reviews are one ...