# Google Hotels London scraper example

**Use case:** 

Scrape Google Hotels listings in London with nightly prices, ratings, reviews, classes, amenities, badges, and property links.

## Input

```json
{
  "queries": [
    "London"
  ],
  "adults": 2,
  "children": 0,
  "includeSponsored": true,
  "maxItems": 10,
  "currency": "USD",
  "language": "en",
  "country": "US",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "name": {
    "label": "Hotel",
    "format": "text"
  },
  "nightlyPrice": {
    "label": "Nightly price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "hotelClass": {
    "label": "Class",
    "format": "number"
  },
  "amenities": {
    "label": "Amenities",
    "format": "array"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "bookingProviders": {
    "label": "Booking providers",
    "format": "array"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "displayedDates": {
    "label": "Displayed dates",
    "format": "text"
  },
  "destination": {
    "label": "Destination",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "checkInDate": {
    "label": "Check-in",
    "format": "date"
  },
  "checkOutDate": {
    "label": "Check-out",
    "format": "date"
  },
  "adults": {
    "label": "Adults",
    "format": "number"
  },
  "children": {
    "label": "Children",
    "format": "number"
  },
  "propertyId": {
    "label": "Property ID",
    "format": "text"
  },
  "propertyUrl": {
    "label": "Property",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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