I am trying to extract the text marked in yellow from this image -
I tried all the codes available to extract the link, for e.g. I used codes like -
links = [a.get('href') for a in soup.find_all('a', { "id" : "price-and-shop-body" }, href=True)]
links
Nothing works.
Do you have a solution?