Scraping actual price Dutch TTF Gas

hi, i tried scraping first but it is quite difficult to get it working. I found a solution with Rest
thanks to https://jsonpathfinder.com/
and https://www.ice.com/marketdata/DelayedMarkets.shtml?getContractsAsJson=&productId=4331&hubId=7979
and Help understanding RESTful / JSON & template sensors

  - platform: rest
    name: gasprijs
    value_template: "{{ value_json[0].lastPrice }}"
    resource: https://www.ice.com/marketdata/DelayedMarkets.shtml?getContractsAsJson=&productId=4331&hubId=7979

2 Likes