Scrape: value from a table

Hi, im trying to get a value from this table:
https://muenzshop.rlbooe.at/3870_DE-Services-Kundenblatt.htm

My selector look like this:

body > div.container.warenkorb > div > div > div > table:nth-child(4) > tbody > tr:nth-child(15) > td:nth-child(5)

Is there somebody who can help me?

image

Which number rare you trying to get?

edit: is it 1/1 ATS - Philharmoniker / Ankaufspreis = 1.878,00€ ?

is my traget :slight_smile:

I’m getting the error:

Index '0' not found in sensor.philharmoniker_ek

If I put that webpage into https://try.jsoup.org, I get 2 parsing errors, I am not sure if that means the HTML has errors that is throwing scrape out or something else.