# Extract New York Hotel Amenities & Guest Scores

**Use case:** 

Gather detailed amenities and guest scores for hotels in New York City to analyze market trends and feature popularity. This data supports product development a

## Input

```json
{
  "mode": "searchHotels",
  "cityName": "New York",
  "checkIn": "2024-10-10",
  "checkOut": "2024-10-11",
  "maxItems": 60,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "address": {
    "label": "Address"
  },
  "starRating": {
    "label": "Star rating"
  },
  "rating": {
    "label": "Rating"
  },
  "pricePerNight": {
    "label": "Price per night"
  },
  "currency": {
    "label": "Currency"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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