# Focused research: New York

**Use case:** 

Google Hotels Scraper configured for focused research around “New York”. The saved input exposes queries, adults, currency, language, maxResultsPerQuery and...

## Input

```json
{
  "queries": [
    "New York"
  ],
  "checkIn": "2026-09-14",
  "checkOut": "2026-09-17",
  "adults": 2,
  "currency": "GBP",
  "language": "en",
  "maxResultsPerQuery": 10
}
```

## Output

```json
{
  "name": {
    "label": "Hotel",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews",
    "format": "number"
  },
  "hotel_class": {
    "label": "Stars",
    "format": "number"
  },
  "details": {
    "label": "Details",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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