# Scrape Chicago Hotel Guest Reviews - Google Hotels

**Use case:** 

Extract Chicago hotels and guest reviews from Google Hotels with Hotel, Rating, Reviews, Class, Per night and Google Hotels URL. No login required.

## Input

```json
{
  "searchQueries": [
    "hotels in Chicago"
  ],
  "startUrls": [],
  "checkInDate": "2026-08-15",
  "checkOutDate": "2026-08-17",
  "adults": 2,
  "children": 0,
  "maxResults": 50,
  "sortBy": "relevance",
  "includeDetails": false,
  "includeReviews": true,
  "maxReviewsPerHotel": 20,
  "hotelClasses": [],
  "propertyTypes": [],
  "currency": "USD",
  "countryCode": "us",
  "languageCode": "en",
  "monitorMode": false,
  "monitorKey": "default",
  "maxRetries": 4,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Hotel",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "hotelClass": {
    "label": "Class",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "price": {
    "label": "From",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "pricePerNight": {
    "label": "Per night",
    "format": "number"
  },
  "totalPrice": {
    "label": "Total",
    "format": "number"
  },
  "dealLabel": {
    "label": "Deal",
    "format": "text"
  },
  "dealPercentOff": {
    "label": "Deal %",
    "format": "number"
  },
  "lowestOfferProvider": {
    "label": "Cheapest on",
    "format": "text"
  },
  "lowestOfferPrice": {
    "label": "Cheapest price",
    "format": "number"
  },
  "pricesFrom": {
    "label": "From (all sites)",
    "format": "number"
  },
  "offerProviderCount": {
    "label": "# Featured",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "checkInTime": {
    "label": "Check-in",
    "format": "text"
  },
  "checkOutTime": {
    "label": "Check-out",
    "format": "text"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  },
  "hotelUrl": {
    "label": "Google Hotels URL",
    "format": "link"
  },
  "thumbnail": {
    "label": "Photo",
    "format": "image"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Hotels Scraper - Prices, Reviews & Hotel Leads](https://apify.com/scrapesage/google-hotels-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/google-hotels-scraper) to learn more, explore other use cases, and run it yourself.