# Booking Com Reviews Data Extractor with Structured Data

**Use case:** 

booking com reviews data extractor for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation, monitoring, and

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.booking.com/hotel/gb/good-london.en-gb.html"
    }
  ],
  "searchQuery": "booking com reviews",
  "checkIn": "",
  "checkOut": "",
  "maxReviewsPerHotel": 20,
  "maxHotelsFromSearch": 20,
  "sortReviewsBy": "f_relevance",
  "filterByScore": "f_all_reviews",
  "filterByTravelerType": "",
  "filterByLanguage": "",
  "cutoffDate": "",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "hotel_name": {
    "label": "Hotel Name",
    "format": "string"
  },
  "review_score": {
    "label": "Review Score",
    "format": "number"
  },
  "review_score_label": {
    "label": "Review Score Label",
    "format": "string"
  },
  "review_title": {
    "label": "Review Title",
    "format": "string"
  },
  "review_positive": {
    "label": "Review Positive Text",
    "format": "string"
  },
  "review_negative": {
    "label": "Review Negative Text",
    "format": "string"
  },
  "traveler_type": {
    "label": "Traveler Type",
    "format": "string"
  },
  "reviewer_country": {
    "label": "Reviewer Country",
    "format": "string"
  },
  "date_of_stay": {
    "label": "Date of Stay",
    "format": "string"
  },
  "room_type": {
    "label": "Room Type",
    "format": "string"
  },
  "owner_response": {
    "label": "Owner Response",
    "format": "string"
  },
  "review_date": {
    "label": "Review Date",
    "format": "string"
  }
}
```

## About this Actor

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