Trying to pull the product id from each product to go along with the product information. The ID is only available in the html apart of the cart information.
Sample of product listing HTML on a category page
<div class="price-box price-final_price" data-role="priceBox" data-product-id="**513983**">
<span class="price">$225.99</span>
</div>
I need to pull the ID above to add to my data output. How can this be done? Cant post URL for competitive reasons.