Scrape is not working, i need help

I need your help. I want to use scrape to read the following page. Spritpreise & Benzinpreise für Tankstelle TAS in Calenbergerstr. 13, 31008 Elze
I want the data from LPG
Unfortunately I can’t get any further. My code is as follows.

  - platform: scrape
    resource: https://mehr-tanken.de/tankstelle/10653eba/tas-calenbergerstr-13-31008-elze
    name: LPG (TAS Wülfingen)
    select: ".body > div.MainContainer.container > div.MainContent > div > div.row.padding > div.MainContent__left.col-md-8 > div.StationDetails.Card.Card__white > div.PriceList.PriceList__fuelList.Card.Card__inset.no-margin-top > a:nth-child(4) > div > div.col-sm-3 > span > PriceList__itemPrice h1"
    index: 1
    unit_of_measurement: "€"
    scan_interval: 300