# Search Google Hotels from Claude via MCP

**Use case:** 

Give Claude live Google Hotels data through MCP. Ask for hotels in any city with dates and budget, and get names, prices, and ratings back in chat.

## Input

```json
{
  "q": "hotels in Austin TX",
  "gl": "us",
  "hl": "en",
  "currency": "USD",
  "check_in_date": "2026-08-14",
  "check_out_date": "2026-08-16",
  "adults": 2,
  "children": 0,
  "min_price": "0.00",
  "max_price": "0.00",
  "guest_rating": "0.0",
  "vacation_rentals": false,
  "max_pages": 1
}
```

## Output

```json
{
  "page_number": {
    "label": "Page"
  },
  "search_timestamp": {
    "label": "Timestamp"
  },
  "search_parameters": {
    "label": "Search Parameters"
  },
  "search_metadata": {
    "label": "Metadata"
  },
  "properties": {
    "label": "Hotels"
  },
  "ads": {
    "label": "Ads"
  },
  "filters": {
    "label": "Filters"
  },
  "refine_by": {
    "label": "Refine By"
  },
  "property_details": {
    "label": "Property Details"
  }
}
```

## About this Actor

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