I need to Scrap data from a hotel booking website, but the result showing in div tag, instead of table cells they used div, in each div data is populated. and id for those div tag is the data. for example a row containing standard room | Breakfast Included | AED 1227.00 (few more columns are there, but i need only these). id for first cell will be StandardRoom. so in each search selector will be changing. Can’t scrape in next search. Is there any solution for this.
Thanks In advance.