I have been trying to scrape this website using json as described in the top answer of this post.
The specific code i'm trying to scrape is the following HTML code:
<div data-v-5005fea4 class="c-product-tile">
which contains code like:
<span data-v119c4757 class="major-price inline-block">25</span>
where i want to extract the 25 value.
My problem is that whether i use json or Beautifulsoup it returns 'None' and i don't know where to go from here