SUMMARY: The purpose of this project is to practice web scraping by gathering specific pieces of information from a website. The web scraping code was written in R and leveraged the rvest package.
INTRODUCTION: A demo website, created by Scrapinghub, lists quotes from famous people. It has many endpoints showing the quotes in different ways, and each endpoint presents a different scraping challenge for practicing web scraping. For this Take3 iteration, the R script attempts to scrape the quote information that is displayed via an infinite scrolling page.
Starting URLs: http://quotes.toscrape.com/scroll
The source code and JSON output can be found here on GitHub.