The element I am looking for:
<h1 id="itemSummaryPrice" style="color: rgb(255, 255, 255);">42 - 47</h1>
I wanna make a chrome extension that uses XMLHttpRequest GET METHOD for checking a value on another Website, i know i can give the URL, parameters for scaling down the response. So my question is how do I make an URL that gives me only the element in the response that I am looking for ? if its even possible.