# Score low to high Booking Reviews

**Use case:** 

Extract Booking Reviews data filtered by Score low to high. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.booking.com/reviews/us/hotel/the-plaza.en-gb.html"
    }
  ],
  "maxItems": 10,
  "sortReviewsBy": "f_score_asc",
  "reviewScores": [
    "ALL"
  ],
  "onlyWithPhotos": false,
  "language": "en-gb",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "hotelName": {
    "label": "Hotel Name",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer Name",
    "format": "string"
  },
  "reviewerCountry": {
    "label": "Reviewer Country",
    "format": "string"
  },
  "reviewerType": {
    "label": "Reviewer Type",
    "format": "string"
  },
  "roomType": {
    "label": "Room Type",
    "format": "string"
  },
  "stayDate": {
    "label": "Stay Date",
    "format": "string"
  },
  "numberOfNights": {
    "label": "Nights",
    "format": "integer"
  },
  "reviewTitle": {
    "label": "Review Title",
    "format": "string"
  },
  "positiveText": {
    "label": "Positive",
    "format": "string"
  },
  "negativeText": {
    "label": "Negative",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "helpfulVotes": {
    "label": "Helpful Votes",
    "format": "integer"
  },
  "reviewDateIso": {
    "label": "Review Date",
    "format": "string"
  },
  "hotelRating": {
    "label": "Hotel Rating",
    "format": "number"
  },
  "hotelRatingLabel": {
    "label": "Hotel Rating Label",
    "format": "string"
  },
  "hotelReviews": {
    "label": "Hotel Reviews",
    "format": "integer"
  },
  "hotelRatingScores": {
    "label": "Hotel Rating Scores",
    "format": "array"
  },
  "userReviewCount": {
    "label": "User Review Count",
    "format": "integer"
  },
  "submittedVia": {
    "label": "Submitted Via",
    "format": "string"
  },
  "reviewerCountryCode": {
    "label": "Country Code",
    "format": "string"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "hotelReviewUrl": {
    "label": "Review URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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