<span class="productPrice"> <span itemprop="price"> 550 <span class="currency">руб</span> </span> </span> <script> var price = document.querySelector('.productPrice > span') alert(parseInt(price.textContent || price.innerText)) </script>