# Scrape newest booking reviews in any language

**Use case:** 

Scrape newest booking reviews in any language. Multiple filters and language selection. Keyword analysys.

## Input

```json
{
  "hotelUrls": [
    {
      "url": "https://www.booking.com/hotel/es/allegrobarcelona.html"
    }
  ],
  "maxResults": 200,
  "sort": "NEWEST_FIRST",
  "lang": "de",
  "search": []
}
```

## Output

```json
{
  "hotel_name": {
    "label": "Hotel"
  },
  "hotel_url": {
    "label": "Hotel URL"
  },
  "accommodation_type": {
    "label": "Type"
  },
  "review_score": {
    "label": "Score"
  },
  "review_title": {
    "label": "Title"
  },
  "review_positive_text": {
    "label": "Positive"
  },
  "review_negative_text": {
    "label": "Negative"
  },
  "review_photos": {
    "label": "Review Photos"
  },
  "review_reply": {
    "label": "Hotel Reply"
  },
  "review_approved": {
    "label": "Approved"
  },
  "guest_username": {
    "label": "Guest"
  },
  "guest_type": {
    "label": "Guest Type"
  },
  "guest_country": {
    "label": "Country"
  },
  "guest_country_code": {
    "label": "Country Code"
  },
  "guest_reviews": {
    "label": "Guest Review Count"
  },
  "guest_avatar": {
    "label": "Avatar"
  },
  "guest_anonymous": {
    "label": "Anonymous"
  },
  "guest_join_date": {
    "label": "Joined"
  },
  "booking_room": {
    "label": "Room"
  },
  "booking_checkin": {
    "label": "Check-in"
  },
  "booking_checkout": {
    "label": "Check-out"
  },
  "booking_customer_type": {
    "label": "Customer Type"
  },
  "booking_stay_status": {
    "label": "Stay Status"
  },
  "rating_statistics": {
    "label": "Hotel Rating Breakdown"
  },
  "keyword_match": {
    "label": "Keyword Match"
  },
  "matched_keywords": {
    "label": "Matched Keywords"
  }
}
```

## About this Actor

This example demonstrates how to use [Booking Reviews Scraper](https://apify.com/mof1re/booking-reviews-scraper-browserless) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mof1re/booking-reviews-scraper-browserless) to learn more, explore other use cases, and run it yourself.