I’m trying to do a little web scraping but I’m new to node.js etc. However I’ve worked thru several examples and all seems fine but I have an issue with cheerio. All the examples I’ve seen are very simplistic. Could someone explain what would be the syntax to return the “Price” from this element?
<div class="product-details__product-price ec-price-item" itemprop="price" content="1279.95"><meta itemprop="priceCurrency" content="GBP"><span class="details-product-price__value ec-price-item notranslate" simcase-converted-currency="GBP" simcase-original-price="£1,279.95" simcase-converted-price="£1,279.95">£1,279.95</span></div>\\`