# Scrape Specific Competitor Hotel Details by ID

**Use case:** 

Obtain comprehensive details for a competitor's specific hotel listing on Trip.com, including pricing, amenities, and scores. Use this intelligence for granular

## Input

```json
{
  "mode": "hotelDetail",
  "hotelId": "732036",
  "cityName": "London",
  "checkIn": "",
  "checkOut": "",
  "maxItems": 5,
  "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.