Booking Reviews Scraper avatar
Booking Reviews Scraper
Try for free

Pay $2.00 for 1,000 reviews

View all Actors
Booking Reviews Scraper

Booking Reviews Scraper

voyager/booking-reviews-scraper
Try for free

Pay $2.00 for 1,000 reviews

Scraper to get reviews from hotels, apartments and other accommodations listed on the Booking.com portal. Extract data using hotel URLs for review text, ratings, stars, basic reviewer info, length of stay, liked/disliked parts, room info, date of stay and more. Download in JSON, HTML, Excel, CSV.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "startUrls": [
8    {
9      "url": "https://www.booking.com/hotel/cz/jeromehouse.en-gb.html"
10    }
11  ],
12  "maxReviewsPerHotel": 9999999,
13  "sortReviewsBy": "f_relevance",
14  "reviewScores": [
15    "ALL"
16  ]
17}
18EOF
19
20# Run the Actor using an HTTP API
21# See the full API reference at https://docs.apify.com/api/v2
22curl "https://api.apify.com/v2/acts/voyager~booking-reviews-scraper/runs?token=$API_TOKEN" \
23  -X POST \
24  -d @input.json \
25  -H 'Content-Type: application/json'
Developer
Maintained by Apify
Actor metrics
  • 50 monthly users
  • 11 stars
  • 100.0% runs succeeded
  • Created in Apr 2023
  • Modified 5 days ago
Categories