How can i parse with PHP this Amazon product page and retrieve the product description?
<div class="bucket">
<h2>Descrizione del prodotto</h2>
<div class="content">Taglia la corda per dare i bonbon al mostriciattolo ...</div>
</div>
I need text into div with class "content", but there are more than one div with class "bucket" and "content" in this page.