I try to web scrape data from this site: https://price.metal.com/Rare-Earth (rare earth material prices) with Python/BeautifulSoup. The question is not about Python, but the HTML source code of the website. When I am using the "Inspect Element" function of Firefox I am getting the needed data/HTML tag I am looking for:
<div class="td-border-item frame-text-over-flow" title="294,000 ~ 299,000"> 294,000 ~ 299,000
But the problem is that when I view the Page Source of https://price.metal.com/Rare-Earth I cannot find the above element with
So I am curious if there is another HTML file which contains the information that I am looking for?