Is it possible to scrape the products from a ecommerce site using the anemone and nokogiri libs in ruby?
I understand how to pull the data I need from each product page using nokogiri but I can't figure out how to make anemone/nokogiri crawl the site and grab all the product pages.
A push in the right direction would be much appreciated