http://www.honda.es/motorcycles.html moto scraping tool
this tool scrapes data for motos and scooters (from honda.es) site and returns them in following format
honda { price: '0', honda title: 'Rebel', honda weight: '190kg', honda power: '33.5kW/8,500rpm', honda powerKW: '33.5', honda powerCV: null, honda moment: '44.6Nm/6,000rpm', honda fuelCapacity: '11.2L', honda photo: 'http://www.honda.es/content/dam/central/motorcycles/colour-picker/street/cmx500_rebel/cmx500_rebel_nv/nh-b01_graphiteblack/nh-b01_GraphiteBlack.png/_jcr_content/renditions/c4.png', honda volume: '471cc', honda url: 'http://www.honda.es/motorcycles/range/coming-soon-2017/cmx500-rebel/specifications.html' } ...
running DEBUG=* npm start
will show progress of scraping
some tests can be found under test
folder