This guide will show you how to parse and extract data from HTML documents with Ruby—useful for things such as scraping websites, converting documents to different formats, and document analysis. How to parse HTML with Ruby, 3 ways The nokogiri gem is a popular Ruby HTML/XML parser which uses libxml2, and is notable for being the default HTML parser for mechanize. Parse HTML with nokogiri using th

