# Get hotel name and destination autocomplete suggestions

**Use case:** 

Turn a partial hotel search into destination and hotel name suggestions. Hotel results include a property token to chain into details, photos, or reviews.

## Input

```json
{
  "search_type": "autocomplete",
  "q": "hilton new york",
  "gl": "us",
  "hl": "en",
  "currency": "USD",
  "check_in_date": "2026-08-08",
  "check_out_date": "2026-08-10",
  "adults": 2,
  "children": 0,
  "min_price": "0.00",
  "max_price": "0.00",
  "guest_rating": "0.0",
  "vacation_rentals": false,
  "max_pages": 1
}
```

## Output

```json
{
  "position": {
    "label": "Position"
  },
  "value": {
    "label": "Suggestion"
  },
  "suggestion_type": {
    "label": "Category"
  },
  "location": {
    "label": "Location"
  },
  "property_token": {
    "label": "Property Token"
  },
  "query": {
    "label": "Query"
  },
  "suggestion": {
    "label": "Full Suggestion"
  },
  "search_timestamp": {
    "label": "Timestamp",
    "format": "date"
  }
}
```

## 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.