Web scraping travelling website

I am trying to build a simple web scraping tool for google travelling website. With Beautiful Soup using python it could be achieved by extracting the whole html page.
How do I get same result using Table Extraction wizard in UiPath to get advertisement Name, Href, Price, Address for the query like that (https://www.google.com/travel/hotels/Beijing?) ?

have a look on this Web Data Extraction Automation.

1 Like

Yes, however Studio version 22.4 has enhanced NExtract activity, which doesn’t recognize elements (Name, Href, Price etc) partially and only extract the whole ad with a link. What can be done in that case?