(note: update at end as there some issues with method)
Very often html looks like a soup of divs in projects
<div class="item">
<div class="name">Toothpaste</div>
<div class="description">Used to clean teeth</div>
<div class="price">$20</div>
<div class="actions"><button>add to cart</div>...