Hi all,
I would like to scrape the star rating in this page which is based on a list with elements. I would like to get the # of stars (1 to 5). Any ideas about how to do it?
Website: Camping Agricamping Tramonto Rosso à Marches - camping.info
Hi all,
I would like to scrape the star rating in this page which is based on a list with elements. I would like to get the # of stars (1 to 5). Any ideas about how to do it?
Website: Camping Agricamping Tramonto Rosso à Marches - camping.info
For those experiencing the same challenge, I found a solution taking the HTML content of the div then parsing it. If anyone has a better solution, please share.
you can grab all by Grouped selector and afterwards, you can count them in Excel by writing a proper formula....
Hi,
Yes, parsing is the way to go if there is no numeric value in the HTML.