Help with (working) scrape sensor

So i’m trying to scrape this site: https://tfl.gov.uk/bus/stop/490003568E/ballards-way/?

  - platform: scrape
    resource: "https://tfl.gov.uk/bus/stop/490003568E/ballards-way/"
    name: "Bus Live"
    select: ".live-board-eta"
    #scan_interval: 86400
    headers:
      User-Agent: Mozilla/5.0

This seems to work, i get the time until the next bus. But ideally i’d like to get the value for all busses after that as well. If i have to setup multiple sensors that’s fine, i’m guessing i have to specify something in the select but not sure what…

I’ve tried many different ones already but can’t figure it out and getting bored of restarting HA every time :slight_smile:

Thanks for your help!