
Expedia Vrbo & Hotels.com reviews scraper
Pricing
$1.00 / 1,000 reviews

Expedia Vrbo & Hotels.com reviews scraper
Scraper to get reviews from URLs of hotels, apartments, and other accommodations listed on Expedia.com and Vrbo.com and Hotels.com portals
4.7 (3)
Pricing
$1.00 / 1,000 reviews
12
Total users
316
Monthly users
54
Runs succeeded
>99%
Issues response
9.6 days
Last modified
12 days ago
Feature Request
Closed
Would be helpful if you could scrape the metadata for Total Reviews and Aver Rating,
Hello, Thank you for the request, i will check with the developer if this is possible
tasty_providence
Thank you appreciate that..
tasty_providence
Also the data mentioned in below screenshot (Excellent - 906 , Terrible - ... etc..)

Hello, this Actor is focused on extracting individual reviews, not summary information about the hotels, so we don't plan to support this now. For your use-case, I can recommend for example the Expedia Hotels Actor by jupri
, which provides the information that you want. You just need to enable Reviews in the Additional Information input section (see screenshot).
Here is a test run which returned the data for an example hotel: https://console.apify.com/view/runs/JLHMtxUK496UCKSY2 - in Output -> All fields -> JSON, you can see this:
"reviews": {"score": 7.6,"label": "Gut","total": 225,"counts": [{"count": 70,"label": "10 – Hervorragend","percent": 31,"rating": 10},{"count": 72,"label": "8 – Gut","percent": 32,"rating": 8},{"count": 51,"label": "6 – Okay","percent": 23,"rating": 6},{"count": 21,"label": "4 – Schlecht","percent": 9,"rating": 4},{"count": 11,"label": "2 – Ungenügend","percent": 5,"rating": 2}],
(I used the German variant of Expedia, so it's in German, but any other language will likely also work fine.)
I hope this helps. If you have questions about that... [trimmed]