Expedia Vrbo & Hotels.com reviews scraper avatar
Expedia Vrbo & Hotels.com reviews scraper

Pricing

$1.00 / 1,000 reviews

Go to Store
Expedia Vrbo & Hotels.com reviews scraper

Expedia Vrbo & Hotels.com reviews scraper

Developed by

Tri⟁angle

Tri⟁angle

Maintained by Apify

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

TP

Feature Request

Closed

tasty_providence opened this issue
a year ago

Would be helpful if you could scrape the metadata for Total Reviews and Aver Rating,

jacques_fay avatar

Hello, Thank you for the request, i will check with the developer if this is possible

TP

tasty_providence

a year ago

Thank you appreciate that..

TP

tasty_providence

a year ago

Also the data mentioned in below screenshot (Excellent - 906 , Terrible - ... etc..)

mvolfik avatar

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]