# Collect complete details for one Lisbon hotel

**Use case:** 

Resolve one direct Lisbon hotel URL and add rooms, policies, facilities, photos, and review summaries independently.

## Input

```json
{
  "destination": "Lisbon",
  "hotelUrls": [
    "https://www.booking.com/hotel/pt/chiado-arty-flats.html"
  ],
  "adults": 2,
  "children": 0,
  "childrenAges": [],
  "rooms": 1,
  "currency": "EUR",
  "language": "en-gb",
  "freeCancellationOnly": false,
  "sortBy": "RECOMMENDED",
  "maxCandidatesPerSearch": 10,
  "maxHotelsPerSearch": 1,
  "maxHotelsPerRun": 1,
  "enrichRooms": true,
  "enrichPolicies": true,
  "enrichFacilities": true,
  "enrichPhotos": true,
  "enrichReviews": true
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "hotelName": {
    "label": "Hotel",
    "format": "string"
  },
  "hotelId": {
    "label": "Stable hotel ID",
    "format": "integer"
  },
  "canonicalUrl": {
    "label": "Canonical URL",
    "format": "string"
  },
  "price": {
    "label": "Total price",
    "format": "string"
  },
  "currency": {
    "label": "Returned currency",
    "format": "string"
  },
  "propertyType": {
    "label": "Property type",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "stars": {
    "label": "Stars",
    "format": "integer"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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