Sample Website used in this example: https://webscraper.io/test-sites/e-commerce/allinone HTTParty: Gem our scraper uses to send an HTTP request to the page(s) we’re scraping. Nokogiri: (鋸) is an HTML, XML, SAX, and Reader parser. Side Note: Scraping = Accessing the data, Parsing = Making sense of the data. Nokogiri uses CSS selectors to parse.