Select hidden text with data scrapping

Hi, I want to select some information about some hotels from a site that requires me to click on each hotel picture in order to see more informations about it. I can get the price and the name but I also want to scrape data such as location, facilities etc that are not visible on the initial page. Is there any way to automate this?

You can navigate to that page to get the data and use activity back to get back to the previous screen @Alin_Danila

The initial page doensn’t change. It’s just a dropdown after I click on the image to get the hotel facilities and another dropdown to get the room facilities.