Expedia & Hotels.com reviews scraper
Pay $1.00 for 1,000 Reviews
Expedia & Hotels.com reviews scraper
Pay $1.00 for 1,000 Reviews
Scraper to get reviews from URLs of hotels, apartments and other accommodations listed on Expedia.com and Hotels.com portals
Do you want to learn more about this Actor?
Get a demoYou can access the Expedia & Hotels.com reviews scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 {
4 "url": "https://www.expedia.com/Prague-Hotels-Hotel-Krystal.h10966026.Hotel-Information",
5 "method": "GET",
6 "userData": {
7 "hotel": "Prague Hotel Krystal",
8 "doWeEndorseIt": "no opinion"
9 }
10 },
11 {
12 "url": "https://www.expedia.it/en/Berchtesgaden-Hotels-Alpensport-Hotel-Seimler.h2692552.Hotel-Information",
13 "method": "GET",
14 "userData": {
15 "your": [
16 "custom",
17 "data",
18 "goes",
19 "here"
20 ],
21 "doWeEndorseThisHotel": "no opinion"
22 }
23 }
24 ]
25}' |
26apify call tri_angle/expedia-hotels-com-reviews-scraper --silent --output-dataset
Expedia & Hotels.com reviews scraper API through CLI
The Apify CLI is the official tool that allows you to use Expedia & Hotels.com reviews scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: