How to get more than one page scraping in travelodge?

I'm trying to scrape the flex rate on a standard room in Travelodge York, but I can't seem to scrape more than one night? Essentially I am looking to scrape for 1 night, then scrape for the price of the following night (for 1 night) I would like to scrape 150 individual nights if possible.

Url: https://www.travelodge.co.uk/hotels/422/York-Central-Micklegate-hotel?checkIn=17/08/2019&checkOut=18/08/2019&rooms[0][adults]=1&rooms[0][children]=0

Sitemap:
{"_id":"tvl","startUrl":["https://www.travelodge.co.uk/hotels/422/York-Central-Micklegate-hotel?checkIn=17/08/2019&checkOut=18/08/2019&rooms[0][adults]=1&rooms[0][children]=0"],"selectors":[{"id":"click","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"button[data-rate-group='1']","multiple":true,"delay":0,"clickElementSelector":"#main > div.container > section.c-section.visible-xs.search-result > div > div:nth-child(2) > a:nth-child(1), .fieldCheckIn .non-mob I, #ui-datepicker-div > div > div.calendar-head > div.calendar-buttons > button.calTomorrow.active, #ui-datepicker-div > div > div.calendar-head > div.calendar-buttons > button.calOneNight.active, #bookingSearch_search","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"price","type":"SelectorLink","parentSelectors":["click"],"selector":"parent","multiple":false,"delay":0}]}