I'am trying to add "Hotel name" and "Price" to Excel.
Via google spreadsheet which has function =importXML where one can add URL and Xpath to data. The problem is that xpath is not correct for prices and hotel names.
Second day struggle.
At this page for example: Booking website - xpath for prices is://*[@id="hotellist_inner"]/div[2]/div[2]/div[3]/div/table/tbody/tr/td[4]/div[2]/strong/b. Am i Wrong?